From d6ef8f2b758d8f8bf24d51257dcea46a2c0e671a Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Fri, 31 Jan 2025 05:38:04 +0700 Subject: [PATCH] chore: cleanup workspace configuration Signed-off-by: Patrick Kollitsch --- ananke.code-workspace | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 ananke.code-workspace diff --git a/ananke.code-workspace b/ananke.code-workspace deleted file mode 100644 index 01c3f31..0000000 --- a/ananke.code-workspace +++ /dev/null @@ -1,31 +0,0 @@ -{ - "folders": [ - { - "path": "." - }, - { - "path": "../gohugo-theme-ananke.wiki" - } - ], - "settings": { - "workbench.colorCustomizations": { - "activityBar.activeBackground": "#65c89b", - "activityBar.background": "#65c89b", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#945bc4", - "activityBarBadge.foreground": "#e7e7e7", - "commandCenter.border": "#15202b99", - "sash.hoverBorder": "#65c89b", - "statusBar.background": "#42b883", - "statusBar.foreground": "#15202b", - "statusBarItem.hoverBackground": "#359268", - "statusBarItem.remoteBackground": "#42b883", - "statusBarItem.remoteForeground": "#15202b", - "titleBar.activeBackground": "#42b883", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveBackground": "#42b88399", - "titleBar.inactiveForeground": "#15202b99" - } - } -}