# Mercurial Color Scheme A dark color scheme for Sublime Text based on Warp Terminal's default palette. Clean, balanced, and easy on the eyes for long coding sessions. ## Preview ![Mercurial 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 **Mercurial Color Scheme** 4. Activate: **Preferences > Color Scheme > Mercurial** ### Manual 1. Download `Mercurial.sublime-color-scheme` 2. Place in `Packages/User/` (Preferences > Browse Packages) 3. Activate: **Preferences > Color Scheme > Mercurial** ## Colors | Role | Color | Hex | |------|-------|-----| | Background | ![#181818](https://placehold.co/15x15/181818/181818.png) | `#181818` | | Foreground | ![#d8d8d8](https://placehold.co/15x15/d8d8d8/d8d8d8.png) | `#d8d8d8` | | Comments | ![#585858](https://placehold.co/15x15/585858/585858.png) | `#585858` | | Strings | ![#a1b56c](https://placehold.co/15x15/a1b56c/a1b56c.png) | `#a1b56c` | | Keywords | ![#ba8baf](https://placehold.co/15x15/ba8baf/ba8baf.png) | `#ba8baf` | | Functions | ![#7cafc2](https://placehold.co/15x15/7cafc2/7cafc2.png) | `#7cafc2` | | Tags/Variables | ![#ab4642](https://placehold.co/15x15/ab4642/ab4642.png) | `#ab4642` | | Classes/Types | ![#f7ca88](https://placehold.co/15x15/f7ca88/f7ca88.png) | `#f7ca88` | | Numbers | ![#dc9656](https://placehold.co/15x15/dc9656/dc9656.png) | `#dc9656` | | Library/Support | ![#86c1b9](https://placehold.co/15x15/86c1b9/86c1b9.png) | `#86c1b9` | ## Supported Languages Full syntax coverage for PHP, JavaScript, TypeScript, HTML, CSS, JSON, YAML, Markdown, SQL, Python, and all languages using standard TextMate scopes. ## Credits - **Palette**: Based on [Warp Terminal](https://warp.dev) default dark theme - **Author**: [Renzo Johnson](https://renzojohnson.com) - **License**: MIT