Last active
May 6, 2021 23:05
-
-
Save Purpzie/28e51f697a20903768832bee6fb9d999 to your computer and use it in GitHub Desktop.
VSCode GitHub Dark theme adjustments
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
Show hidden characters
"workbench.colorCustomizations": { | |
"[GitHub Dark]": { | |
"focusBorder": "#AB77F4", | |
"tab.activeBorderTop": "#AB77F4", | |
"panelTitle.activeBorder": "#AB77F4", | |
"activityBar.activeBorder": "#AB77F4", | |
"extensionIcon.starForeground": "#AB77F4", | |
"peekView.border": "#AB77F4", | |
"editorLightBulb.foreground": "#AB77F4", | |
"editorLightBulbAutoFix.foreground": "#AB77F4", | |
"button.background": "#7f50c2", | |
"button.secondaryBackground": "#7f50c2", | |
"extensionButton.prominentBackground": "#7f50c2", | |
"statusBarItem.remoteBackground": "#7f50c2", | |
"activityBarBadge.background": "#7f50c2", | |
"extensionButton.prominentHoverBackground": "#6a40a3", | |
"button.hoverBackground": "#6a40a3", | |
"button.secondaryHoverBackground": "#6a40a3", | |
"editorBracketMatch.background": "#49535c", | |
"menubar.selectionBackground": "#2F363D", | |
"statusBarItem.hoverBackground": "#2F363D", | |
"statusBar.background": "#1F2428", | |
"titleBar.activeBackground": "#1F2428", | |
"activityBar.background": "#1F2428", | |
"editorPane.background": "#1F2428", | |
"extensionButton.prominentForeground": "#ffffff", | |
"button.foreground": "#ffffff", | |
"button.secondaryForeground": "#ffffff", | |
"terminal.foreground": "#CCCCCC", | |
"terminal.ansiBlack": "#1F2428", | |
"terminal.ansiBrightBlack": "#3D454C", | |
"terminal.ansiWhite": "#CCCCCC", | |
"terminal.ansiBrightWhite": "#FFFFFF", | |
"terminal.ansiRed": "#CD3131", | |
"terminal.ansiBrightRed": "#F14336", | |
"terminal.ansiYellow": "#E0B81A", | |
"terminal.ansiBrightYellow": "#F5F53D", | |
"terminal.ansiGreen": "#18AD79", | |
"terminal.ansiBrightGreen": "#23D18B", | |
"terminal.ansiCyan": "#1A9BCD", | |
"terminal.ansiBrightCyan": "#29B8DB", | |
"terminal.ansiBlue": "#2065C8", | |
"terminal.ansiBrightBlue": "#2E8EEA", | |
"terminal.ansiMagenta": "#AB77F4", | |
"terminal.ansiBrightMagenta": "#D670D6" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment