Noir for Visual Studio Code

A dark theme for Visual Studio Code. Warm grey text, muted sage accents.
Ships with two variants: Noir (pure black) and Noir Dawn (soft black).
Install
From the Marketplace
code --install-extension tahasadough.noir-omarchy
Then open the Command Palette (Ctrl+Shift+P) and run
"Preferences: Color Theme" to pick Noir or Noir Dawn.
Variants
| Theme |
bg |
Description |
| Noir |
#000000 |
Pure black. |
| Noir Dawn |
#1c1c1c |
Softer dark. |
Palette
| Role |
Hex |
Used for |
bg |
#000000 |
Editor background |
alt_bg |
#1c1c1c |
Panels, hovers, status |
fg |
#c1c1c1 |
Foreground |
comment |
#505050 |
Comments |
constant |
#aaaaaa |
Constants, numbers |
func |
#888888 |
Functions |
keyword |
#999999 |
Keywords, storage |
operator |
#9b99a3 |
Operators, punctuation |
string |
#aa9988 |
Strings |
type |
#777755 |
Types, classes |
visual |
#333333 |
Selection |
accent |
#8a9a7b |
Accent, focus, tags |
License
MIT
| |