Changed vs code settings

This commit is contained in:
Sven Heidemann 2021-11-22 20:49:39 +01:00
parent ac6d941822
commit 40876005d5

25
.vscode/settings.json vendored
View File

@ -1,26 +1,23 @@
{ {
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"activityBar.activeBackground": "#fbed80", "activityBar.activeBackground": "#93e6fc",
"activityBar.activeBorder": "#06b9a5", "activityBar.activeBorder": "#fa45d4",
"activityBar.background": "#fbed80", "activityBar.background": "#93e6fc",
"activityBar.foreground": "#15202b", "activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99", "activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#06b9a5", "activityBarBadge.background": "#fa45d4",
"activityBarBadge.foreground": "#15202b", "activityBarBadge.foreground": "#15202b",
"editorGroup.border": "#fbed80", "sash.hoverBorder": "#93e6fc",
"panel.border": "#fbed80", "statusBar.background": "#61dafb",
"sash.hoverBorder": "#fbed80",
"sideBar.border": "#fbed80",
"statusBar.background": "#f9e64f",
"statusBar.foreground": "#15202b", "statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#f7df1e", "statusBarItem.hoverBackground": "#2fcefa",
"statusBarItem.remoteBackground": "#f9e64f", "statusBarItem.remoteBackground": "#61dafb",
"statusBarItem.remoteForeground": "#15202b", "statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#f9e64f", "titleBar.activeBackground": "#61dafb",
"titleBar.activeForeground": "#15202b", "titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#f9e64f99", "titleBar.inactiveBackground": "#61dafb99",
"titleBar.inactiveForeground": "#15202b99" "titleBar.inactiveForeground": "#15202b99"
}, },
"peacock.color": "#f9e64f", "peacock.color": "#61dafb",
"python.pythonPath": "cpl-env/bin/python3.9", "python.pythonPath": "cpl-env/bin/python3.9",
} }