Skip to content

Instantly share code, notes, and snippets.

@anthroid
Created February 22, 2021 22:37
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 anthroid/0354d763b5e70bda7a89483e2e8ffd20 to your computer and use it in GitHub Desktop.
Save anthroid/0354d763b5e70bda7a89483e2e8ffd20 to your computer and use it in GitHub Desktop.
Transparency example for the VS Code Default Dark+ theme with vibrancy patch
"[Default Dark+]": {
"editor.background": "#1d1d1d60",
"sideBar.background": "#202020C0",
"activityBar.background": "#20202080",
"list.activeSelectionBackground": "#12121250",
"list.inactiveSelectionBackground": "#C0C0C020",
"list.focusOutline": "#12121250",
"list.focusBackground": "#0759cb",
"list.hoverBackground": "#0759cb",
"list.hoverForeground": "#ffffff",
"minimap.background": "#18181860",
"workbench.background": "#00000000",
"editorGroupHeader.tabsBackground": "#18181860",
"tab.activeBackground": "#181818A0",
"tab.inactiveBackground": "#18181860",
"panel.background": "#18181890",
"statusBar.background": "#20202080",
"statusBarItem.remoteBackground": "#00000000",
"terminal.background": "#10101070",
"titleBar.activeBackground": "#252525",
"titleBar.activeForeground": "#989796",
"titleBar.border": "#49494960",
"titleBar.inactiveBackground": "#222222",
"titleBar.inactiveForeground": "#606060"
},
@anthroid
Copy link
Author

Add this under your workbench.colorCustomizations and select the Dark+ (default dark) theme after applying the vibrancy patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment