mirror of
https://github.com/RGBCube/serenity
synced 2025-06-14 04:32:08 +00:00
Themes: Add Sunshine theme 16x16 window icons
This commit is contained in:
parent
b980782343
commit
c1360ef22e
5 changed files with 7 additions and 0 deletions
BIN
Base/res/icons/themes/Sunshine/16x16/window-close.png
Normal file
BIN
Base/res/icons/themes/Sunshine/16x16/window-close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 292 B |
BIN
Base/res/icons/themes/Sunshine/16x16/window-maximize.png
Normal file
BIN
Base/res/icons/themes/Sunshine/16x16/window-maximize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 190 B |
BIN
Base/res/icons/themes/Sunshine/16x16/window-minimize.png
Normal file
BIN
Base/res/icons/themes/Sunshine/16x16/window-minimize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 173 B |
BIN
Base/res/icons/themes/Sunshine/16x16/window-restore.png
Normal file
BIN
Base/res/icons/themes/Sunshine/16x16/window-restore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 B |
|
@ -3,15 +3,19 @@ DesktopBackground=#574c8f
|
||||||
ActiveWindowBorder1=#b24d7a
|
ActiveWindowBorder1=#b24d7a
|
||||||
ActiveWindowBorder2=#b24d7a
|
ActiveWindowBorder2=#b24d7a
|
||||||
ActiveWindowTitle=white
|
ActiveWindowTitle=white
|
||||||
|
ActiveWindowTitleStripes=#00000000
|
||||||
InactiveWindowBorder1=#aeb2c3
|
InactiveWindowBorder1=#aeb2c3
|
||||||
InactiveWindowBorder2=#aeb2c3
|
InactiveWindowBorder2=#aeb2c3
|
||||||
InactiveWindowTitle=black
|
InactiveWindowTitle=black
|
||||||
|
InactiveWindowTitleStripes=#00000000
|
||||||
MovingWindowBorder1=#b24d7a
|
MovingWindowBorder1=#b24d7a
|
||||||
MovingWindowBorder2=#b24d7a
|
MovingWindowBorder2=#b24d7a
|
||||||
MovingWindowTitle=white
|
MovingWindowTitle=white
|
||||||
|
MovingWindowTitleStripes=#00000000
|
||||||
HighlightWindowBorder1=#b24d7a
|
HighlightWindowBorder1=#b24d7a
|
||||||
HighlightWindowBorder2=#b24d7a
|
HighlightWindowBorder2=#b24d7a
|
||||||
HighlightWindowTitle=white
|
HighlightWindowTitle=white
|
||||||
|
HighlightWindowTitleStripes=#00000000
|
||||||
HighlightSearching=#ffff00
|
HighlightSearching=#ffff00
|
||||||
HighlightSearchingText=black
|
HighlightSearchingText=black
|
||||||
MenuBase=#aeb2c3
|
MenuBase=#aeb2c3
|
||||||
|
@ -58,3 +62,6 @@ SyntaxPreprocessorStatement=#008080
|
||||||
SyntaxPreprocessorValue=#800000
|
SyntaxPreprocessorValue=#800000
|
||||||
Tooltip=#ffffe1
|
Tooltip=#ffffe1
|
||||||
TooltipText=black
|
TooltipText=black
|
||||||
|
|
||||||
|
[Paths]
|
||||||
|
TitleButtonIcons=/res/icons/themes/Sunshine/16x16/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue