Skip to content

Kozy-theme/vscode-kozy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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