Files
homefoam/shopify_theme.code-workspace
2025-09-20 18:26:09 -06:00

29 lines
954 B
Plaintext

{
"folders": [
{
"path": "../shopify_theme"
}
],
"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"
}
}