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

Kozy Theme

Artezio

|
444 installs
| (0) | Free
Visual studio code color theme extension that will make your editing window look cozy
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Kozy Theme 🪴
Light theme is here!!

Version Author Downloads

Inspire by the Solarized theme, made this Visual Studio Code color theme extension that will make your editing window look cozy. I've made 3 variants right now and I'll keep expanding it

Note that I haven't fully tested this extension on all available languages. But I will keep updating it if needed. If threre is a problem please let me know.


Installation

  1. Open the Extensions sidebar in VS Code. View → Extensions
  2. Search for Kozy Theme, choose "Kozy Theme" by Artezio
  3. Click Install to install it
  4. Navigate to File > Preferences > Color Theme > Kozy (or any of the variants listed)

Screenshot

Kozy Theme

Screenshot

Kozy Darker Theme

Screenshot

Kozy Light Theme

Screenshot

Display font using JetBrains Nerd Font and file icons using City of Light Icons.


Tweaks

If you want to play around with new colors, use the setting workbench.colorCustomizations to customize the currently selected theme. For example, you can add this snippet in your "settings.json" file:

"workbench.colorCustomizations": {
  "tab.activeBackground": "#ffff",
  "activityBar.background": "#ffff",
  "sideBar.background": "#ffff",
  "tab.activeBorder": "#ffff",
}

or use the setting editor.tokenColorCustomizations

"editor.tokenColorCustomizations": {
    {
        "name": "Comment",
        "scope": "comment",
        "settings": {
            "foreground": "#2F3E47",
		    "fontStyle": "italic"
        }
    }
}

Made By Artezio
Find me on Instagram, Twitter, Github

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