diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2021-02-26 07:02:08 -0500 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-02-26 13:30:08 +0100 |
commit | 38e70d2874660619b24aa5d3f3dba20f275791a0 (patch) | |
tree | bec4bf3112a95f7cc5bc624e2d0f3d9200e3e361 /Base/res/themes | |
parent | 9473c694dcd612b8d581f48bbee63ab496114e53 (diff) | |
download | serenity-38e70d2874660619b24aa5d3f3dba20f275791a0.zip |
Base: Adjust cursor and link colors in Redmond themes
Fixes red blinking carets and unreadable link text
Diffstat (limited to 'Base/res/themes')
-rw-r--r-- | Base/res/themes/Redmond 2000.ini | 2 | ||||
-rw-r--r-- | 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 |