Base: Adjust cursor and link colors in Redmond themes

Fixes red blinking carets and unreadable link text
This commit is contained in:
thankyouverycool 2021-02-26 07:02:08 -05:00 committed by Andreas Kling
parent 9473c694dc
commit 38e70d2874
2 changed files with 5 additions and 5 deletions

View file

@ -47,7 +47,7 @@ Ruler=#d4d0c8
RulerBorder=#404040
RulerActiveText=#404040
RulerInactiveText=#808080
TextCursor=red
TextCursor=black
FocusOutline=#909090
SyntaxComment=#008000
SyntaxNumber=#800000

View file

@ -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