# Spartan Color Scheme A dark color scheme for Sublime Text with a deep purple-black background and vivid syntax highlighting. Designed for long coding sessions with high readability and minimal eye strain. ## Preview ![Spartan Color Scheme](preview.png) ## 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: **Preferences > Color Scheme > Spartan** ### Manual 1. Download `Spartan.sublime-color-scheme` 2. Place in `Packages/User/` (Preferences > Browse Packages) 3. Activate: **Preferences > Color Scheme > Spartan** ## Colors | Role | Color | Hex | |------|-------|-----| | Background | ![#0d0717](https://placehold.co/15x15/0d0717/0d0717.png) | `#0d0717` | | Foreground | ![#ffffff](https://placehold.co/15x15/ffffff/ffffff.png) | `#ffffffd9` | | Caret | ![#ffd800](https://placehold.co/15x15/ffd800/ffd800.png) | `#ffd800` | | Comments | ![#dddddd](https://placehold.co/15x15/dddddd/dddddd.png) | `#dddddd65` | | Strings | ![#e6db74](https://placehold.co/15x15/e6db74/e6db74.png) | `#e6db74` | | Keywords | ![#f92672](https://placehold.co/15x15/f92672/f92672.png) | `#f92672` | | Functions/Classes | ![#a6e22e](https://placehold.co/15x15/a6e22e/a6e22e.png) | `#a6e22e` | | Types/Library | ![#66d9ef](https://placehold.co/15x15/66d9ef/66d9ef.png) | `#66d9ef` | | Numbers/Constants | ![#ae81ff](https://placehold.co/15x15/ae81ff/ae81ff.png) | `#ae81ff` | | Parameters | ![#fd971f](https://placehold.co/15x15/fd971f/fd971f.png) | `#fd971f` | ## Supported Languages Full syntax coverage for PHP, JavaScript, TypeScript, HTML, CSS, JSON, YAML, Markdown, SQL, Python, Ruby, Go, and all languages using standard TextMate scopes. ## Credits - **Author**: [Renzo Johnson](https://renzojohnson.com) - **License**: MIT