A warm, cozy dark theme for VS Code and Cursor that's easy on the eyes during long coding sessions.
| Role | Color | Hex |
|---|---|---|
| Background | #0d0c0b |
|
| Foreground | #d4c5b9 |
|
| Accent | #e8a87c |
|
| Keywords | #c491cf |
|
| Functions | #82b8cc |
|
| Strings | #c49a8a |
|
| Constants | #d4a055 |
|
| Tags | #e8a87c |
|
| Components | #d480b8 |
|
| Regex/Cyan | #6fbcb0 |
- Open Extensions sidebar (
Ctrl+Shift+X/Cmd+Shift+X) - Search for
Cozy Theme - Click Install
- Open Command Palette (
Ctrl+Shift+P/Cmd+Shift+P) - Select Preferences: Color Theme → Cozy Theme
- Clone this repository into your extensions directory:
git clone https://github.com/dlarroder/cozy-theme ~/.vscode/extensions/cozy-theme - Restart your editor
- Select the theme via Preferences: Color Theme → Cozy Theme
- Open this folder in VS Code
- Press
F5to launch a new VS Code window with the theme loaded - Edit
themes/cozy-color-theme.jsonto tweak colors - Reload the development window (
Ctrl+R/Cmd+R) to see changes
bun install
bun run package # creates a .vsix file
bun run publish # publishes to VS Code Marketplace
bun run publish:ovsx # publishes to Open VSX (Cursor)