From 46e457dde89e8c74b1508fd32dcd2c6c953df8e2 Mon Sep 17 00:00:00 2001 From: "Mr.k" Date: Mon, 7 Oct 2024 17:07:31 +0300 Subject: [PATCH] Update 'LinkForegroundColor' for Light Theme to be lighter which'll make link hover color more noticeable --- config/themes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/themes.json b/config/themes.json index 2ed412ef..3ddf5a45 100644 --- a/config/themes.json +++ b/config/themes.json @@ -44,7 +44,7 @@ "MainForegroundColor": "#232629", "MainBackgroundColor": "#F7F7F7", "LabelBackgroundColor": "#F7F7F7", - "LinkForegroundColor": "#232629", + "LinkForegroundColor": "#484848", "LinkHoverForegroundColor": "#232629", "ScrollBarBackgroundColor": "#4A4D52", "ScrollBarHoverColor": "#5A5D62",