A dark VS Code theme with rich ruby and garnet tones. Easy on the eyes for long coding sessions, with warm dark backgrounds and four variants to match your preference.
| Name | Description |
|---|---|
| Ruby Nights — Ruby | Warm dark ruby tones — darker sidebar, lighter editor |
| Ruby Nights — Ruby Midnight | Deeper, darker ruby for low-light environments |
| Ruby Nights — Garnet | Rich wine and burgundy tones with a subtle purple hint |
| Ruby Nights — Garnet Midnight | Deeper garnet for maximum depth and contrast |
- Warm ruby and garnet background tones — comfortable for long coding sessions
- Gold (
#e6b450) accent color for cursor, badges, and highlights - Clear git status colors — sage green for modified, red for deleted, light for untracked
- Distinct sidebar and editor backgrounds for clear visual separation
- Subtle line highlight and bracket match colors that don't distract
- Readable inactive tabs, breadcrumbs, and status bar
- Open VS Code
- Go to Extensions (
Ctrl+Shift+X) - Search for
Ruby Nights - Click Install
- Open the Command Palette (
Ctrl+Shift+P) → Preferences: Color Theme → select your variant
For the best experience, add these to your VS Code settings.json:
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
"editor.cursorBlinking": "expand",
"editor.bracketPairColorization.enabled": false,
"editor.semanticHighlighting.enabled": true,
"workbench.iconTheme": "vscode-icons",
"workbench.productIconTheme": "fluent-icons"
}JetBrains Mono can be downloaded from jetbrains.com/mono. vscode-icons and fluent-icons are free extensions available in the VS Code Marketplace.
- Clone the repo and open it in VS Code
- Press
F5to launch the Extension Development Host - Modify the theme files in
./themes/ - Open a new file in the development host to preview changes
