Last active
October 29, 2024 01:12
VSCode Theme #themes
This file contains hidden or 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
{ | |
"workbench.colorCustomizations": { | |
// "activityBar.activeBackground": "#9e45f7", | |
// "activityBar.background": "#9e45f7", | |
// "activityBar.foreground": "#e7e7e7", | |
// "activityBar.inactiveForeground": "#e7e7e799", | |
// "activityBarBadge.background": "#f79f48", | |
// "activityBarBadge.foreground": "#15202b", | |
"commandCenter.border": "#e7e7e799", | |
"sash.hoverBorder": "#9e45f7", | |
// "statusBar.background": "#8514f5", | |
// "statusBar.foreground": "#e7e7e7", | |
// "statusBarItem.hoverBackground": "#9e45f7", | |
"statusBarItem.remoteBackground": "#8514f5", | |
"statusBarItem.remoteForeground": "#e7e7e7", | |
"titleBar.activeBackground": "#8514f5", | |
"titleBar.activeForeground": "#e7e7e7", | |
"titleBar.inactiveBackground": "#8514f599", | |
"titleBar.inactiveForeground": "#e7e7e799" | |
}, | |
"peacock.color": "#8514F5" | |
} |
This file contains hidden or 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
{ | |
"workbench.colorCustomizations": { | |
"activityBarBadge.background": "#c5b358", | |
"activityBarBadge.foreground": "#15202b", | |
"button.background": "#c5b358", | |
"button.foreground": "#15202b", | |
"button.hoverBackground": "#9a8c47", | |
"commandCenter.border": "#15202b99", | |
"focusBorder": "#c5b358", | |
"sash.hoverBorder": "#9a8c47", | |
"statusBar.background": "#c5b358", | |
"statusBar.foreground": "#15202b", | |
"statusBarItem.hoverBackground": "#9a8c47", | |
"statusBarItem.remoteBackground": "#c5b358", | |
"statusBarItem.remoteForeground": "#15202b", | |
"progressBar.background": "#c5b358", | |
"textLink.foreground": "#9a8c47" | |
} | |
} |
This file contains hidden or 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
{ | |
"workbench.colorCustomizations": { | |
"activityBar.activeBorder": "#8514f5", | |
"activityBarBadge.background": "#8514f5", | |
"activityBarBadge.foreground": "#e7e7e7", | |
"badge.background": "#8514f5", | |
"button.background": "#8514f5", | |
"button.foreground": "#e7e7e7", | |
"button.hoverBackground": "#9e45f7", | |
"commandCenter.border": "#e7e7e799", | |
"focusBorder": "#8514f5", | |
"panel.border": "#8514f5", | |
"panelTitle.activeBorder": "#8514f5", | |
"progressBar.background": "#8514f5", | |
"sash.hoverBorder": "#9e45f7", | |
"statusBar.background": "#8514f5", | |
"statusBar.foreground": "#e7e7e7", | |
"statusBarItem.hoverBackground": "#9e45f7", | |
"statusBarItem.remoteBackground": "#8514f5", | |
"statusBarItem.remoteForeground": "#e7e7e7", | |
"tab.activeBorderTop": "#8514f5", | |
"textLink.foreground": "#9e45f7" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment