Files
Visualizaciones/.vscode/settings.json
T

22 lines
909 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#8b102b",
"activityBar.background": "#8b102b",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#000000",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#8b102b",
"statusBar.background": "#5d0b1d",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#8b102b",
"statusBarItem.remoteBackground": "#5d0b1d",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#5d0b1d",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#5d0b1d99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.remoteColor": "#5d0b1d"
}