Skip to content

Commit

Permalink
Update 'LinkForegroundColor' for Light Theme to be lighter which'll m…
Browse files Browse the repository at this point in the history
…ake link hover color more noticeable
  • Loading branch information
og-mrk committed Oct 7, 2024
1 parent 12446c5 commit 46e457d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"MainForegroundColor": "#232629",
"MainBackgroundColor": "#F7F7F7",
"LabelBackgroundColor": "#F7F7F7",
"LinkForegroundColor": "#232629",
"LinkForegroundColor": "#484848",
"LinkHoverForegroundColor": "#232629",
"ScrollBarBackgroundColor": "#4A4D52",
"ScrollBarHoverColor": "#5A5D62",
Expand Down

0 comments on commit 46e457d

Please sign in to comment.