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 29
  • Win 11
  • Mac 10
  • Linux 8
Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1
Windows 2 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 1 2 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 1 0 2 1 0 1 0 0 0 0 1 0 0 0 0 1 2 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 1 0 0 0 0 2 0 0 0 1 0 0 2 0 0 2 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