ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Spartan Color Scheme

by renzojohnson ST3

Dark color scheme for Sublime Text with deep purple-black background and vivid syntax highlighting

Labels color scheme, dark

Details

Installs

  • Total 39
  • Win 17
  • Mac 11
  • Linux 11
Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27
Windows 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Spartan Color Scheme

License Downloads Latest Release

A dark and light color scheme for Sublime Text with a deep purple-black background and vivid Monokai-inspired syntax highlighting. Designed for long coding sessions with high readability and minimal eye strain.

Variants

Variant Background Best For
Spartan (dark) #0d0717 #0d0717 Low-light / night coding
Spartan Light #fafafa #fafafa Bright environments / daylight

Preview

Spartan (Dark)

Spartan Dark

PHP

JavaScript

CSS

HTML

Installation

Package Control (Recommended)

  1. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Select Package Control: Install Package
  3. Search for Spartan Color Scheme
  4. Activate:
    • Dark: Preferences > Color Scheme > Spartan
    • Light: Preferences > Color Scheme > Spartan Light

Manual Installation

  1. Download the desired scheme files
  2. Place in Packages/User/ (Preferences > Browse Packages)
  3. Activate via Preferences > Color Scheme

Sublime Text < Build 3149

Use the .tmTheme files. Add to your settings:

"color_scheme": "Packages/Spartan Color Scheme/Spartan.tmTheme"

Colors (Dark)

Role Color Hex
Background #0d0717 #0d0717
Foreground #ffffff #ffffffd9
Caret #ffd800 #ffd800
Comments #dddddd #dddddd65
Strings #e6db74 #e6db74
Keywords #f92672 #f92672
Functions/Classes #a6e22e #a6e22e
Types/Library #66d9ef #66d9ef
Numbers/Constants #ae81ff #ae81ff
Parameters #fd971f #fd971f

Colors (Light)

Role Color Hex
Background #fafafa #fafafa
Foreground #2d2d2d #2d2d2d
Comments #6e6e6e #6e6e6e
Strings #8a7020 #8a7020
Keywords #c4166a #c4166a
Functions/Classes #487000 #487000
Types/Library #14707e #14707e
Numbers/Constants #7040c0 #7040c0
Parameters #a85a00 #a85a00

Plugin Compatibility

Spartan includes dedicated scopes for these popular Sublime Text plugins:

  • GitGutter — colored gutter marks for insertions, deletions, and changes
  • BracketHighlighter — per-bracket-type coloring (curly, round, square, angle, tag, quote)
  • SublimeLinter — error, warning, and info mark colors (SublimeLinter 4+)

Supported Languages

Full syntax coverage for PHP, JavaScript, TypeScript, HTML, CSS, LESS, Sass/SCSS, JSON, YAML, Markdown, SQL, Python, Shell/Bash, CoffeeScript, Makefile, Twig, Handlebars, and all languages using standard TextMate scopes.

Credits