mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Base: Improve visibility of PlaceholderText in themes
This commit is contained in:
parent
ff0b4bf360
commit
0bba2a4415
Notes:
sideshowbarker
2024-07-17 09:31:00 +09:00
Author: https://github.com/krkk Commit: https://github.com/SerenityOS/serenity/commit/0bba2a4415 Pull-request: https://github.com/SerenityOS/serenity/pull/14553
6 changed files with 6 additions and 6 deletions
|
@ -49,7 +49,7 @@ RubberBandBorder=#ff7f00
|
|||
Link=#88c
|
||||
ActiveLink=#c88
|
||||
VisitedLink=#c8c
|
||||
PlaceholderText=#171717
|
||||
PlaceholderText=#808080
|
||||
Gutter=#0f0f0f
|
||||
GutterBorder=#2f2f2f
|
||||
Ruler=#0f0f0f
|
||||
|
|
|
@ -41,7 +41,7 @@ RubberBandBorder=black
|
|||
Link=#88c
|
||||
ActiveLink=#c88
|
||||
VisitedLink=#c8c
|
||||
PlaceholderText=#2e2f30
|
||||
PlaceholderText=#d5d0c7
|
||||
Gutter=#505050
|
||||
GutterBorder=#666666
|
||||
Ruler=#505050
|
||||
|
|
|
@ -36,7 +36,7 @@ Selection=white
|
|||
SelectionText=black
|
||||
InactiveSelection=white
|
||||
InactiveSelectionText=black
|
||||
PlaceholderText=#282828
|
||||
PlaceholderText=#505050
|
||||
RubberBandFill=#9f9f9f6c
|
||||
RubberBandBorder=black
|
||||
Link=#0000b0
|
||||
|
|
|
@ -44,7 +44,7 @@ Selection=#598dc6
|
|||
SelectionText=white
|
||||
InactiveSelection=#606060ff
|
||||
InactiveSelectionText=white
|
||||
PlaceholderText=#dedede
|
||||
PlaceholderText=#808080
|
||||
RubberBandFill=#598dc66c
|
||||
RubberBandBorder=#598dc6
|
||||
Link=blue
|
||||
|
|
|
@ -36,7 +36,7 @@ Selection=#7e9dbc
|
|||
SelectionText=white
|
||||
InactiveSelection=#3b4252
|
||||
InactiveSelectionText=white
|
||||
PlaceholderText=#3b4252
|
||||
PlaceholderText=#d8dee9
|
||||
RubberBandFill=#04434c5e
|
||||
RubberBandBorder=#4c566a
|
||||
Link=#7e9dbc
|
||||
|
|
|
@ -65,7 +65,7 @@ Selection=#63639cff
|
|||
SelectionText=#f3f3f3ff
|
||||
InactiveSelection=#606060ff
|
||||
InactiveSelectionText=#ffffffff
|
||||
PlaceholderText=#3b3b3bff
|
||||
PlaceholderText=#808080
|
||||
RubberBandFill=#dfdfdf3c
|
||||
RubberBandBorder=#cececeff
|
||||
Link=#0000ffff
|
||||
|
|
Loading…
Reference in a new issue