Skip to content

Instantly share code, notes, and snippets.

@dpasca
Created January 21, 2024 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dpasca/fcd3a261d566f3e41f29c08c1a4b4109 to your computer and use it in GitHub Desktop.
Save dpasca/fcd3a261d566f3e41f29c08c1a4b4109 to your computer and use it in GitHub Desktop.
Better contrast between panels in dark mode
{
"workbench.colorTheme": "Dobri Next -C06- Ayu",
"workbench.colorCustomizations": {
"panel.background": "#202020",
"panel.border": "#775530",
"panelTitle.activeBorder": "#FFaa00",
"panelTitle.activeForeground": "#F8F8F2",
"panelTitle.inactiveForeground": "#707070",
"sideBar.background": "#202020",
"sideBar.border": "#775530",
"sideBarTitle.foreground": "#F8d030",
"sideBarSectionHeader.background": "#282A36",
"sideBarSectionHeader.border": "#776655",
"editorGroupHeader.tabsBackground": "#202020",
"editorGroup.border": "#775530",
"editor.foreground": "#f8f8f2",
"editor.background": "#0b0b0b",
"tab.activeBackground": "#353535",
"tab.activeForeground": "#F8F8F2",
"tab.inactiveBackground": "#202020",
"tab.inactiveForeground": "#707070",
"tab.border": "#606060",
"tab.activeBorderTop": "#FFaa0000"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment