Files
ReadMeABook/.vscode/settings.json
T
2026-02-27 15:10:27 -07:00

24 lines
943 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#21b789",
"activityBar.background": "#21b789",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f3e4fa",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#21b789",
"statusBar.background": "#198c69",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#21b789",
"statusBarItem.remoteBackground": "#198c69",
"statusBarItem.remoteForeground": "#e7e7e7",
"tab.activeBorder": "#21b789",
"titleBar.activeBackground": "#198c69",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#198c6999",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#198c69"
}