Files
car-fetcher/.vscode/settings.json
2020-05-25 16:07:30 +03:00

20 lines
805 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#d04649",
"activityBar.activeBorder": "#37cb34",
"activityBar.background": "#d04649",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#37cb34",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#b52e31",
"statusBar.border": "#b52e31",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#d04649",
"titleBar.activeBackground": "#b52e31",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.border": "#b52e31",
"titleBar.inactiveBackground": "#b52e3199",
"titleBar.inactiveForeground": "#e7e7e799"
}
}