added new colors

This commit is contained in:
SrGooglo 2023-10-17 18:21:54 +00:00
parent c63634b851
commit 1364fde266

20
.vscode/settings.json vendored
View File

@ -1,25 +1,25 @@
{ {
"discord.enabled": false, "discord.enabled": false,
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"activityBar.activeBackground": "#65c89b", "activityBar.activeBackground": "#ff9396",
"activityBar.background": "#65c89b", "activityBar.background": "#ff9396",
"activityBar.foreground": "#15202b", "activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99", "activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#945bc4", "activityBarBadge.background": "#048000",
"activityBarBadge.foreground": "#e7e7e7", "activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99", "commandCenter.border": "#15202b99",
"sash.hoverBorder": "#65c89b", "sash.hoverBorder": "#ff9396",
"statusBar.background": "#42b883", "statusBar.background": "#ff6064",
"statusBar.foreground": "#15202b", "statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#359268", "statusBarItem.hoverBackground": "#ff2d32",
"statusBarItem.remoteBackground": "#42b883", "statusBarItem.remoteBackground": "#ff6064",
"statusBarItem.remoteForeground": "#15202b", "statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#42b883", "titleBar.activeBackground": "#ff6064",
"titleBar.activeForeground": "#15202b", "titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#42b88399", "titleBar.inactiveBackground": "#ff606499",
"titleBar.inactiveForeground": "#15202b99" "titleBar.inactiveForeground": "#15202b99"
}, },
"peacock.remoteColor": "#42b883", "peacock.remoteColor": "#ff6064",
"docify.inlineComments": true, "docify.inlineComments": true,
"docify.moreExpressiveComments": true, "docify.moreExpressiveComments": true,
"docify.sidePanelReviewMode": false, "docify.sidePanelReviewMode": false,