From 5873d28a1483a6d71f8ff1c0958e5cb69f0be511 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Wed, 28 Aug 2024 18:21:57 +0200 Subject: [PATCH 1/2] fix light theme --- config/themes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/themes.json b/config/themes.json index 90615e8f28..cc5978d2f6 100644 --- a/config/themes.json +++ b/config/themes.json @@ -80,7 +80,7 @@ "LabelboxForegroundColor": "#000000", "MainForegroundColor": "#000000", "MainBackgroundColor": "#FFFFFF", - "LabelBackgroundColor": "#FAFAFA", + "LabelBackgroundColor": "#FFFFFF", "LinkForegroundColor": "#000000", "LinkHoverForegroundColor": "#000000", "GroupBorderBackgroundColor": "#000000", From 7fad0cdeed61c4e141e49eab10870be15475ef86 Mon Sep 17 00:00:00 2001 From: MyDrift Date: Wed, 28 Aug 2024 18:26:52 +0200 Subject: [PATCH 2/2] fix --- config/themes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/themes.json b/config/themes.json index cc5978d2f6..efada878a7 100644 --- a/config/themes.json +++ b/config/themes.json @@ -35,7 +35,7 @@ "LabelboxForegroundColor": "#000000", "MainForegroundColor": "#000000", "MainBackgroundColor": "#FFFFFF", - "LabelBackgroundColor": "#FAFAFA", + "LabelBackgroundColor": "#FFFFFF", "LinkForegroundColor": "#000000", "LinkHoverForegroundColor": "#000000", "GroupBorderBackgroundColor": "#000000",