Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Cozy ThemeNew to Visual Studio Code? Get it now.
Cozy Theme

Cozy Theme

Dale Larroder

|
6 installs
| (0) | Free
A warm, cozy dark theme for VS Code that's easy on the eyes during long coding sessions.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cozy Theme

A warm, cozy dark theme for VS Code that's easy on the eyes during long coding sessions.

Preview

Cozy Theme Preview

Color Palette

Role Color Hex
Background Background #0a070e
Foreground Foreground #d4c5b9
Accent Accent #e8a87c
Keywords Keywords #c491cf
Functions Functions #82b8cc
Strings Strings #c49a8a
Constants Constants #d4a055
Tags Tags #e8a87c
Components Components #d480b8
Regex/Cyan Regex #6fbcb0

Installation

From VS Code Marketplace

  1. Open Extensions sidebar in VS Code (Ctrl+Shift+X / Cmd+Shift+X)
  2. Search for Cozy Theme
  3. Click Install
  4. Open Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
  5. Select Preferences: Color Theme → Cozy Theme

From Source

  1. Clone this repository into your VS Code extensions directory:
    git clone https://github.com/dlarroder/cozy-theme ~/.vscode/extensions/cozy-theme
    
  2. Restart VS Code
  3. Select the theme via Preferences: Color Theme → Cozy Theme

Development

  1. Open this folder in VS Code
  2. Press F5 to launch a new VS Code window with the theme loaded
  3. Edit themes/cozy-color-theme.json to tweak colors
  4. Reload the development window (Ctrl+R / Cmd+R) to see changes

Packaging & Publishing

bun install
bun run package    # creates a .vsix file
bun run publish    # publishes to VS Code Marketplace

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft