From d75f4f2f7742a54984de4f5d1f12d1374280fe74 Mon Sep 17 00:00:00 2001 From: Almalexia Date: Mon, 6 Jan 2025 10:32:28 -0500 Subject: [PATCH] corrected leftover blue text color --- themes/Gruvbox-Dark/theme.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/Gruvbox-Dark/theme.json b/themes/Gruvbox-Dark/theme.json index 7f0437c..8a11ed8 100644 --- a/themes/Gruvbox-Dark/theme.json +++ b/themes/Gruvbox-Dark/theme.json @@ -2,17 +2,17 @@ "colors": { "AlternateBase": "#282828", "Base": "#3c3836", - "BrightText": "#b5bfe2", + "BrightText": "#ebdbb2", "Button": "#504945", "ButtonText": "#d5c4a1", "Highlight": "#665c54", "HighlightedText": "#282828", "Link": "#665c54", "Text": "#d5c4a1", - "ToolTipBase": "#dee5fc", - "ToolTipText": "#dee5fc", + "ToolTipBase": "#ff0000", + "ToolTipText": "#282828", "Window": "#282828", - "WindowText": "#b5bfe2", + "WindowText": "#ebdbb2", "fadeAmount": 0.5, "fadeColor": "#737994" },