Overview Version History Q & A Rating & Review
Sleepy Theme
A VSCode theme with GitHub Dark syntax colors with a deep neutral background with a single soft accent, or.. quite the opposite
📷 Previews
🌙 Sleepy
☀️ 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
🔧 Usage
Releases
Download the .vsix file from the Releases page.
Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P) in VS Code.
Run the Extensions: Install from VSIX... command.
Ctrl+Shift+P → Preferences: Color Theme → select Sleepy or Awake .
From source
just deploy
This builds the .vsix with vsce and installs it via code --install-extension.
🎨 Variants
Sleepy : deep black-blue background with a single soft blue accent
Awake : the light counterpart of Sleepy
✨ Features
GitHub Dark-derived syntax highlighting, full semantic highlighting support
Consistent hover/selection surfaces across editor, panel, lists, and buttons; no mismatched grays
🙌 Recommendations
Settings
{
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
}
Icon theme
Charmed Icons by littensy pairs especially well with this theme.
Sleepy Theme is released under the MIT License .