diff --git a/shopify_theme.code-workspace b/shopify_theme.code-workspace index 94306d4..0cce6f5 100644 --- a/shopify_theme.code-workspace +++ b/shopify_theme.code-workspace @@ -1,8 +1,29 @@ { - "folders": [ - { - "path": "../shopify_theme" - } + "folders": [ + { + "path": "../shopify_theme" + } ], - "settings": {} + "settings": { + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#accc6e", + "activityBar.background": "#accc6e", + "activityBar.foreground": "#15202b", + "activityBar.inactiveForeground": "#15202b99", + "activityBarBadge.background": "#3a81a5", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#15202b99", + "sash.hoverBorder": "#accc6e", + "statusBar.background": "#96bf48", + "statusBar.foreground": "#15202b", + "statusBarItem.hoverBackground": "#7a9d37", + "statusBarItem.remoteBackground": "#96bf48", + "statusBarItem.remoteForeground": "#15202b", + "titleBar.activeBackground": "#96bf48", + "titleBar.activeForeground": "#15202b", + "titleBar.inactiveBackground": "#96bf4899", + "titleBar.inactiveForeground": "#15202b99" + }, + "peacock.color": "#96bf48" + } } \ No newline at end of file