From 230976452245d16655bd4c6b12a96eb737a3228f Mon Sep 17 00:00:00 2001 From: Ben Miller Date: Sat, 20 Sep 2025 18:26:09 -0600 Subject: [PATCH] foam_sync.ps1 (LIFEBALANCE) 2025-09-20T18:26:09Z --- shopify_theme.code-workspace | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) 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