saurabhdaware / vscode-calvera-dark

Dark Blue Theme for VSCode.
https://vscodethemes.com/e/saurabh.calvera-dark
MIT License
12 stars 1 forks source link

New Colors #3

Open saurabhdaware opened 9 months ago

saurabhdaware commented 9 months ago

Trying out these new colors for few days

"workbench.colorCustomizations": {
    "[Calvera Dark]": {
       "editor.background": "#14142c",
      "sideBar.background": "#111127",
      "sideBarSectionHeader.background": "#14142c",
      "editorGroupHeader.tabsBackground": "#14142c",
      "tab.inactiveBackground": "#14142c",
      "tab.inactiveForeground": "#44447e",
      "tab.activeBackground": "#25254977",
      "tab.activeForeground": "#9e9edf",
      "tab.activeBorder": "#4e4e7e",
      "breadcrumb.background": "#14142c",
      "breadcrumb.foreground": "#474781",
      "breadcrumb.activeSelectionForeground": "#9e9edf",
      "breadcrumb.focusForeground": "#6e6eae",
      "scrollbar.shadow": "#080813",
      "sideBarTitle.foreground": "#9e9edf",
      "sideBar.foreground": "#4e4e7e",
      "activityBar.background": "#111127",
      "activityBar.activeBorder": "#4e4e7e",
      "titleBar.activeBackground": "#14142c",
      "statusBar.background": "#14142c",
      "editorLineNumber.foreground": "#1b1b44",
      "editorLineNumber.activeForeground": "#4c4c80",
      "editor.lineHighlightBorder": "#17173d",
      "list.activeSelectionBackground": "#25254977",
      "list.activeSelectionForeground": "#9e9edf",
      "list.focusBackground": "#25254977",
      "list.inactiveSelectionBackground": "#25254977"
    }
  },
  "editor.tokenColorCustomizations": {
    "[Calvera Dark]": {
      "comments": "#474781"
    }
  },
saurabhdaware commented 3 months ago

Before and After

image image