foam_sync.ps1 (LIFEBALANCE) 2025-09-20T18:26:09Z

This commit is contained in:
Ben Miller
2025-09-20 18:26:09 -06:00
parent 7e78fe06db
commit 2309764522

View File

@ -4,5 +4,26 @@
"path": "../shopify_theme" "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"
}
} }