cclang/.vscode/settings.json

25 lines
1018 B
JSON
Raw Permalink Normal View History

2021-10-27 09:19:05 +02:00
{
"workbench.colorCustomizations": {
2021-10-27 20:13:24 +02:00
"activityBar.activeBackground": "#93e6fc",
"activityBar.activeBorder": "#fa45d4",
"activityBar.background": "#93e6fc",
2021-10-27 09:19:05 +02:00
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
2021-10-27 20:13:24 +02:00
"activityBarBadge.background": "#fa45d4",
2021-10-27 09:19:05 +02:00
"activityBarBadge.foreground": "#15202b",
2021-10-27 20:13:24 +02:00
"editorGroup.border": "#93e6fc",
"panel.border": "#93e6fc",
"sash.hoverBorder": "#93e6fc",
"sideBar.border": "#93e6fc",
"statusBar.background": "#61dafb",
2021-10-27 09:19:05 +02:00
"statusBar.foreground": "#15202b",
2021-10-27 20:13:24 +02:00
"statusBarItem.hoverBackground": "#2fcefa",
"statusBarItem.remoteBackground": "#61dafb",
2021-10-27 09:19:05 +02:00
"statusBarItem.remoteForeground": "#15202b",
2021-10-27 20:13:24 +02:00
"titleBar.activeBackground": "#61dafb",
2021-10-27 09:19:05 +02:00
"titleBar.activeForeground": "#15202b",
2021-10-27 20:13:24 +02:00
"titleBar.inactiveBackground": "#61dafb99",
2021-10-27 09:19:05 +02:00
"titleBar.inactiveForeground": "#15202b99"
},
2021-10-27 20:13:24 +02:00
"peacock.color": "#61dafb"
2021-10-27 09:19:05 +02:00
}