From ac48760742f3454b65b89357df685b0c0c9c27ea Mon Sep 17 00:00:00 2001 From: Ben Miller Date: Sat, 30 Aug 2025 23:28:09 -0600 Subject: [PATCH] foam_sync.ps1 (LIFEBALANCE) 2025-08-30T23:28:09Z --- local-ai-beepmill.code-workspace | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 local-ai-beepmill.code-workspace diff --git a/local-ai-beepmill.code-workspace b/local-ai-beepmill.code-workspace new file mode 100644 index 0000000..4d405df --- /dev/null +++ b/local-ai-beepmill.code-workspace @@ -0,0 +1,29 @@ +{ + "folders": [ + { + "path": "../local-ai-beepmill" + } + ], + "settings": { + "workbench.colorCustomizations": { + "activityBar.activeBackground": "#982a11", + "activityBar.background": "#982a11", + "activityBar.foreground": "#e7e7e7", + "activityBar.inactiveForeground": "#e7e7e799", + "activityBarBadge.background": "#031d08", + "activityBarBadge.foreground": "#e7e7e7", + "commandCenter.border": "#e7e7e799", + "sash.hoverBorder": "#982a11", + "statusBar.background": "#6a1d0c", + "statusBar.foreground": "#e7e7e7", + "statusBarItem.hoverBackground": "#982a11", + "statusBarItem.remoteBackground": "#6a1d0c", + "statusBarItem.remoteForeground": "#e7e7e7", + "titleBar.activeBackground": "#6a1d0c", + "titleBar.activeForeground": "#e7e7e7", + "titleBar.inactiveBackground": "#6a1d0c99", + "titleBar.inactiveForeground": "#e7e7e799" + }, + "peacock.color": "#6a1d0c" + } +} \ No newline at end of file