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

Details

Installs

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