Created
February 22, 2021 22:37
-
-
Save anthroid/0354d763b5e70bda7a89483e2e8ffd20 to your computer and use it in GitHub Desktop.
Transparency example for the VS Code Default Dark+ theme with vibrancy patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"[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" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this under your
workbench.colorCustomizations
and select theDark+ (default dark)
theme after applying the vibrancy patch.