Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Zygomatic ThemesNew to Visual Studio Code? Get it now.
Zygomatic Themes

Zygomatic Themes

Zygomatic Codes

|
15 installs
| (0) | Free
Collection of themes for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Zygomatic Themes

Visual Studio Marketplace Version Visual Studio Marketplace Downloads

Repository

Getting Started

You can install this theme through Visual Studio Code Marketplace

Installtion

  1. Open Extensions Tab
    1. On Mac - CMD + SHIFT + X
    2. On Windows - CTRL + SHIFT + X
  2. Search Zygomatic
  3. Click Install

Suggested Extension

  1. Bracket Pair Colorizer 2
  2. Material Icon Theme
  3. Better Comments

Activation

  1. Open Command Pallete
    1. On Mac - CMD + SHIFT + P
    2. On Windows - CMD + SHIFT + P
  2. Choose - Preferences: Color Scheme
  3. Select your favourite theme

Override theme colors

Overriding Colours Documentation

Color Scheme override

Example (Syntax Colours without textMate Rules)

"editor.tokenColorCustomizations": {
    "[theme-name]": {
        "comments": "#229977"
    }
},

Example (Syntax Colours using textMate Rules)

"editor.tokenColorCustomizations": {
    "[theme-name]": {
        "textMateRules": [
            {
                "name": "Variables",
                "scope": ["variable", "string constant.other.placeholder"],
                "settings": {
                    "foreground": "#EEFFFF"
                }
            },
        ]
    },
},

"workbench.colorCustomizations": {
	"[theme-name]": {
		"activityBar.activeBorder": "#ff33ff",
        "activityBar.background": "#111111",
        "activityBar.border": "#333333",
        "activityBar.dropBackground": "#ff0033",
        "activityBar.foreground": "#ffffff",
        "activityBar.inactiveForeground": "#00ffbd",
        "activityBarBadge.background": "#ff0000",
        "activityBarBadge.foreground": "#000000",
	}
},
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft