mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-24 05:25:13 +00:00
Base: Improve Silver theme colors
- HighlightWindow text and strip colors now dark blue. - MovingWindowShadow color made lighter, so that it's more visible. - RubberBand now has silver colors.
This commit is contained in:
parent
325e206e4e
commit
b944e8f505
Notes:
sideshowbarker
2024-07-19 01:59:31 +09:00
Author: https://github.com/hansejo Commit: https://github.com/SerenityOS/serenity/commit/b944e8f505 Pull-request: https://github.com/SerenityOS/serenity/pull/13927
1 changed files with 6 additions and 6 deletions
|
@ -35,13 +35,13 @@ InactiveWindowTitleStripes=#808080ff
|
|||
MovingWindowBorder1=#cececeff
|
||||
MovingWindowBorder2=#9a9a9aff
|
||||
MovingWindowTitle=#000000ff
|
||||
MovingWindowTitleShadow=#000000ff
|
||||
MovingWindowTitleShadow=#8d8d8dff
|
||||
MovingWindowTitleStripes=#000000ff
|
||||
HighlightWindowBorder1=#cacacaff
|
||||
HighlightWindowBorder2=#9a9a9aff
|
||||
HighlightWindowTitle=#000000ff
|
||||
HighlightWindowTitleShadow=#000000ff
|
||||
HighlightWindowTitleStripes=#000000ff
|
||||
HighlightWindowTitle=#232342ff
|
||||
HighlightWindowTitleShadow=#f3f3f3ff
|
||||
HighlightWindowTitleStripes=#4e4e7dff
|
||||
HighlightSearching=#7cfc00ff
|
||||
HighlightSearchingText=#000000ff
|
||||
MenuBase=#dededeff
|
||||
|
@ -66,8 +66,8 @@ SelectionText=#f3f3f3ff
|
|||
InactiveSelection=#606060ff
|
||||
InactiveSelectionText=#ffffffff
|
||||
PlaceholderText=#3b3b3bff
|
||||
RubberBandFill=#f4ca9e3c
|
||||
RubberBandBorder=#6e2209ff
|
||||
RubberBandFill=#dfdfdf3c
|
||||
RubberBandBorder=#cececeff
|
||||
Link=#0000ffff
|
||||
ActiveLink=#ff0000ff
|
||||
VisitedLink=#ff00ffff
|
||||
|
|
Loading…
Add table
Reference in a new issue