mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-15 23:09:05 +00:00
Base: Adjust cursor and link colors in Redmond themes
Fixes red blinking carets and unreadable link text
This commit is contained in:
parent
9473c694dc
commit
38e70d2874
Notes:
sideshowbarker
2024-07-18 21:55:32 +09:00
Author: https://github.com/thankyouverycool
Commit: 38e70d2874
Pull-request: https://github.com/SerenityOS/serenity/pull/5531
2 changed files with 5 additions and 5 deletions
|
@ -47,7 +47,7 @@ Ruler=#d4d0c8
|
||||||
RulerBorder=#404040
|
RulerBorder=#404040
|
||||||
RulerActiveText=#404040
|
RulerActiveText=#404040
|
||||||
RulerInactiveText=#808080
|
RulerInactiveText=#808080
|
||||||
TextCursor=red
|
TextCursor=black
|
||||||
FocusOutline=#909090
|
FocusOutline=#909090
|
||||||
SyntaxComment=#008000
|
SyntaxComment=#008000
|
||||||
SyntaxNumber=#800000
|
SyntaxNumber=#800000
|
||||||
|
|
|
@ -40,14 +40,14 @@ InactiveSelectionText=white
|
||||||
PlaceholderText=#7f787f
|
PlaceholderText=#7f787f
|
||||||
RubberBandFill=#8080803c
|
RubberBandFill=#8080803c
|
||||||
RubberBandBorder=black
|
RubberBandBorder=black
|
||||||
Link=#88c
|
Link=blue
|
||||||
ActiveLink=#c88
|
ActiveLink=red
|
||||||
VisitedLink=#c8c
|
VisitedLink=magenta
|
||||||
Ruler=#d4d0c8
|
Ruler=#d4d0c8
|
||||||
RulerBorder=#404040
|
RulerBorder=#404040
|
||||||
RulerActiveText=#404040
|
RulerActiveText=#404040
|
||||||
RulerInactiveText=#808080
|
RulerInactiveText=#808080
|
||||||
TextCursor=red
|
TextCursor=black
|
||||||
FocusOutline=#909090
|
FocusOutline=#909090
|
||||||
SyntaxComment=#008000
|
SyntaxComment=#008000
|
||||||
SyntaxNumber=#800000
|
SyntaxNumber=#800000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue