From 4e0c74f9f032a0fdcf3abf481f856edeb1cc098f Mon Sep 17 00:00:00 2001 From: Fascinated Date: Sat, 1 Jul 2023 22:31:41 +0100 Subject: [PATCH] update colors --- config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.json b/config.json index 1f2fecd..b21ecef 100644 --- a/config.json +++ b/config.json @@ -10,24 +10,24 @@ "title": "Git", "url": "https://git.fascinated.cc/", "color": { - "normal": "bg-neutral-700", - "hover": "bg-neutral-600" + "normal": "bg-green-700", + "hover": "bg-green-600" } }, { "title": "Discord", "url": "https://discord.gg/yjj2U3ctEG", "color": { - "normal": "bg-neutral-700", - "hover": "bg-neutral-600" + "normal": "bg-violet-700", + "hover": "bg-violet-600" } }, { "title": "Twitch", "url": "https://twitch.tv/fascinated_", "color": { - "normal": "bg-neutral-700", - "hover": "bg-neutral-600" + "normal": "bg-purple-700", + "hover": "bg-purple-600" } }, {