To switch between dark and light automatically with your OS:
Open settings (⌘+, / Ctrl+,) and search for Auto Detect Color Scheme, enable it.
Set Preferred Dark Color Theme to alpha dark.
Set Preferred Light Color Theme to alpha light.
The palette
The dark variant locks every syntax color at HSL(h, 100%, 68%) — only the hue rotates, so weights stay equal across all seven colors. The light variant keeps saturation at 100% but lowers lightness per hue so each one clears WCAG-AA contrast on white.
Hue
Used for
Dark
Light
0°
variables, tags
#ff5c5c
#ed0000
20°
constants, numbers
#ff925c
#d14600
49°
classes, types
#ffe15c
#8c7300
143°
strings
#5cff9a
#008734
186°
functions
#5cefff
#008391
221°
operators
#5c8fff
#266bff
284°
keywords
#d35cff
#bd08ff
In action
Contributing
Bug reports, palette suggestions, and pull requests are welcome.