From 600bddab7cd7dc6e4032b531c65779ae249dfd5b Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Fri, 13 Dec 2024 23:29:57 +0000
Subject: [PATCH] build(deps): update dependencies

---
 ananke.code-workspace |   22 +++++++++++++++++++++-
 1 files changed, 21 insertions(+), 1 deletions(-)

diff --git a/ananke.code-workspace b/ananke.code-workspace
index f84cdb9..01c3f31 100644
--- a/ananke.code-workspace
+++ b/ananke.code-workspace
@@ -7,5 +7,25 @@
 			"path": "../gohugo-theme-ananke.wiki"
 		}
 	],
-	"settings": {}
+	"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"
+		}
+	}
 }

--
Gitblit v1.10.0