grafika-projekt/.vscode/settings.json
Szymon Bartanowicz 27aa9b51ea init
2023-02-14 22:54:46 +01:00

22 lines
903 B
JSON

{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#cdd629",
"activityBar.background": "#cdd629",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#1f9aa0",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#cdd629",
"statusBar.background": "#a4ab21",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#7b8019",
"statusBarItem.remoteBackground": "#a4ab21",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#a4ab21",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#a4ab2199",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#a4ab21"
}