11ty-pokedex/.vscode/settings.json

22 lines
903 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#f35430",
"activityBar.background": "#f35430",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#0ef138",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#f35430",
"statusBar.background": "#e3350d",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#f35430",
"statusBarItem.remoteBackground": "#e3350d",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#e3350d",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#e3350d99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#E3350D"
}