From 38e70d2874660619b24aa5d3f3dba20f275791a0 Mon Sep 17 00:00:00 2001 From: thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> Date: Fri, 26 Feb 2021 07:02:08 -0500 Subject: [PATCH] Base: Adjust cursor and link colors in Redmond themes Fixes red blinking carets and unreadable link text --- Base/res/themes/Redmond 2000.ini | 2 +- Base/res/themes/Redmond.ini | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Base/res/themes/Redmond 2000.ini b/Base/res/themes/Redmond 2000.ini index 7cfa1cbc4f..4acd7b5a98 100644 --- a/Base/res/themes/Redmond 2000.ini +++ b/Base/res/themes/Redmond 2000.ini @@ -47,7 +47,7 @@ Ruler=#d4d0c8 RulerBorder=#404040 RulerActiveText=#404040 RulerInactiveText=#808080 -TextCursor=red +TextCursor=black FocusOutline=#909090 SyntaxComment=#008000 SyntaxNumber=#800000 diff --git a/Base/res/themes/Redmond.ini b/Base/res/themes/Redmond.ini index 0f2187d67e..93488d3f68 100644 --- a/Base/res/themes/Redmond.ini +++ b/Base/res/themes/Redmond.ini @@ -40,14 +40,14 @@ InactiveSelectionText=white PlaceholderText=#7f787f RubberBandFill=#8080803c RubberBandBorder=black -Link=#88c -ActiveLink=#c88 -VisitedLink=#c8c +Link=blue +ActiveLink=red +VisitedLink=magenta Ruler=#d4d0c8 RulerBorder=#404040 RulerActiveText=#404040 RulerInactiveText=#808080 -TextCursor=red +TextCursor=black FocusOutline=#909090 SyntaxComment=#008000 SyntaxNumber=#800000