diff --git a/.vscode/settings.json b/.vscode/settings.json index 5ecf35bd21a60e88ee545053ab9d2628bab7edd3..5391aa4009cc68a056f53a3340d0a069a82a8661 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,23 +1,28 @@ { "workbench.colorCustomizations": { - "activityBar.background": "#37cc4e", - "activityBar.activeBorder": "#7867d8", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#7867d8", + "activityBar.background": "#32343d", + "activityBar.foreground": "#FFC600", + "activityBar.inactiveForeground": "#FFC60077", + "activityBar.activeBorder": "#DB8300", + "activityBarBadge.background": "#e41b62", "activityBarBadge.foreground": "#e7e7e7", - "titleBar.activeBackground": "#2aa63d", - "titleBar.inactiveBackground": "#2aa63d99", - "titleBar.activeForeground": "#e7e7e7", - "titleBar.inactiveForeground": "#e7e7e799", - "statusBar.background": "#2aa63d", - "statusBarItem.hoverBackground": "#37cc4e", - "statusBar.foreground": "#e7e7e7", - "activityBar.activeBackground": "#37cc4e", - "sash.hoverBorder": "#37cc4e", - "statusBarItem.remoteBackground": "#2aa63d", - "statusBarItem.remoteForeground": "#e7e7e7", - "commandCenter.border": "#e7e7e799" + "titleBar.activeBackground": "#32343d", + "titleBar.inactiveBackground": "#32343d99", + "titleBar.activeForeground": "#E0E0E0", + "titleBar.inactiveForeground": "#FFC60077", + "tab.activeBorderTop": "#FFC600", + "tab.hoverBackground": "#FFC60011", + "statusBar.background": "#32343d", + "statusBar.foreground": "#FFC600AA", + "statusBarItem.hoverBackground": "#FFC60033", + "statusBarItem.remoteBackground": "#FFC600", + "statusBarItem.remoteForeground": "#242633", + "focusBorder": "#FFC600", + "badge.background": "#FFC600", + "badge.foreground": "#32343d", + "button.background": "#FFC600", + "button.foreground": "#32343d", + "button.hoverBackground": "#FFC60099" }, "editor.formatOnSave": true, "eslint.format.enable": true,