app_totito_next/.vscode/settings.json
2024-09-09 08:03:45 -06:00

22 lines
903 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#4e3b40",
"activityBar.background": "#4e3b40",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#000000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#4e3b40",
"statusBar.background": "#312528",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#4e3b40",
"statusBarItem.remoteBackground": "#312528",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#312528",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#31252899",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#312528"
}