Files
ReadMeABook/.vscode/settings.json
T
2026-03-02 13:48:49 -07:00

24 lines
943 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#9671ea",
"activityBar.background": "#9671ea",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#8b3915",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#9671ea",
"statusBar.background": "#7545e3",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#9671ea",
"statusBarItem.remoteBackground": "#7545e3",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#9671ea",
"titleBar.activeBackground": "#7545e3",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#7545e399",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#7545e3"
}