Base: Define WindowTitleShadow in Sunshine theme
Add *WindowTitleShadow values for the Sunshine theme. Make InactiveWindowTitleShadow color lighter
This commit is contained in:
parent
54ff2a8ddd
commit
9c53be36d3
Notes:
sideshowbarker
2024-07-17 11:13:15 +09:00
Author: https://github.com/hansejo Commit: https://github.com/SerenityOS/serenity/commit/9c53be36d3 Pull-request: https://github.com/SerenityOS/serenity/pull/13927
1 changed files with 4 additions and 0 deletions
|
@ -4,18 +4,22 @@ DesktopBackground=#574c8f
|
|||
ActiveWindowBorder1=#b24d7a
|
||||
ActiveWindowBorder2=#b24d7a
|
||||
ActiveWindowTitle=white
|
||||
ActiveWindowTitleShadow=#000000ff
|
||||
ActiveWindowTitleStripes=#00000000
|
||||
InactiveWindowBorder1=#aeb2c3
|
||||
InactiveWindowBorder2=#aeb2c3
|
||||
InactiveWindowTitle=black
|
||||
InactiveWindowTitleShadow=#d5cfd7ff
|
||||
InactiveWindowTitleStripes=#00000000
|
||||
MovingWindowBorder1=#b24d7a
|
||||
MovingWindowBorder2=#b24d7a
|
||||
MovingWindowTitle=white
|
||||
MovingWindowTitleShadow=#000000ff
|
||||
MovingWindowTitleStripes=#00000000
|
||||
HighlightWindowBorder1=#b24d7a
|
||||
HighlightWindowBorder2=#b24d7a
|
||||
HighlightWindowTitle=white
|
||||
HighlightWindowTitleShadow=#000000ff
|
||||
HighlightWindowTitleStripes=#00000000
|
||||
HighlightSearching=#ffff00
|
||||
HighlightSearchingText=black
|
||||
|
|
Loading…
Add table
Reference in a new issue