A VSCode theme with GitHub Dark syntax colors with a deep neutral background with a single soft accent, or.. quite the opposite
☀️ Awake
I'm gonna revamp the light theme soon (at least the blue color), even if nobody use this if you have any suggestion, feel free to do a pr
- Download the
.vsixfile from the Releases page. - Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P) in VS Code. - Run the
Extensions: Install from VSIX...command. Ctrl+Shift+P→Preferences: Color Theme→ select Sleepy or Awake.
just deploy
This builds the .vsix with vsce and installs it via code --install-extension.
- Sleepy: deep black-blue background with a single soft blue accent
- Awake: the light counterpart of Sleepy
- GitHub Dark-derived syntax highlighting, full semantic highlighting support
- Consistent hover/selection surfaces across editor, panel, lists, and buttons; no mismatched grays
Charmed Icons by littensy pairs especially well with this theme.
Sleepy Theme is released under the MIT License.

{ "editor.fontFamily": "JetBrains Mono", "editor.fontLigatures": true, }