Base: Add Coffee theme
This commit is contained in:
parent
fc75421d50
commit
f2973875e3
Notes:
sideshowbarker
2024-07-19 00:17:05 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/f2973875e39 Pull-request: https://github.com/SerenityOS/serenity/pull/4711
5 changed files with 71 additions and 0 deletions
BIN
Base/res/icons/themes/Coffee/16x16/window-close.png
Normal file
BIN
Base/res/icons/themes/Coffee/16x16/window-close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 831 B |
BIN
Base/res/icons/themes/Coffee/16x16/window-maximize.png
Normal file
BIN
Base/res/icons/themes/Coffee/16x16/window-maximize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 718 B |
BIN
Base/res/icons/themes/Coffee/16x16/window-minimize.png
Normal file
BIN
Base/res/icons/themes/Coffee/16x16/window-minimize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 653 B |
BIN
Base/res/icons/themes/Coffee/16x16/window-restore.png
Normal file
BIN
Base/res/icons/themes/Coffee/16x16/window-restore.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 815 B |
71
Base/res/themes/Coffee.ini
Normal file
71
Base/res/themes/Coffee.ini
Normal file
|
@ -0,0 +1,71 @@
|
|||
[Colors]
|
||||
DesktopBackground=#567f9d
|
||||
ActiveWindowBorder1=#574dbb
|
||||
ActiveWindowBorder2=#574dbb
|
||||
ActiveWindowTitle=white
|
||||
ActiveWindowTitleStripes=#00000000
|
||||
InactiveWindowBorder1=#443c92
|
||||
InactiveWindowBorder2=#443c92
|
||||
InactiveWindowTitle=white
|
||||
InactiveWindowTitleStripes=#00000000
|
||||
MovingWindowBorder1=#574dbb
|
||||
MovingWindowBorder2=#574dbb
|
||||
MovingWindowTitle=white
|
||||
MovingWindowTitleStripes=#00000000
|
||||
HighlightWindowBorder1=#b24d7a
|
||||
HighlightWindowBorder2=#b24d7a
|
||||
HighlightWindowTitle=white
|
||||
HighlightWindowTitleStripes=#00000000
|
||||
HighlightSearching=#ffff00
|
||||
HighlightSearchingText=black
|
||||
MenuBase=#e6e6e6
|
||||
MenuBaseText=black
|
||||
MenuStripe=#e8e8e8
|
||||
MenuSelection=#594fbf
|
||||
MenuSelectionText=white
|
||||
Window=#e6e6e6
|
||||
WindowText=black
|
||||
Button=#e6e6e6
|
||||
ButtonText=black
|
||||
Base=white
|
||||
BaseText=black
|
||||
ThreedHighlight=white
|
||||
ThreedShadow1=#9397a5
|
||||
ThreedShadow2=#5d6069
|
||||
HoverHighlight=#574dbb3c
|
||||
Selection=#594fbf
|
||||
SelectionText=white
|
||||
InactiveSelection=#888888
|
||||
InactiveSelectionText=white
|
||||
PlaceholderText=#9397a5
|
||||
RubberBandFill=#574dbb3c
|
||||
RubberBandBorder=#594fbf
|
||||
Link=#0000ff
|
||||
ActiveLink=#ee0000
|
||||
VisitedLink=#551a8b
|
||||
Ruler=#aeb2c3
|
||||
RulerBorder=#5d6069
|
||||
RulerActiveText=#5d6069
|
||||
RulerInactiveText=#5d6069
|
||||
TextCursor=red
|
||||
FocusOutline=#594fbf
|
||||
SyntaxComment=#008000
|
||||
SyntaxNumber=#800000
|
||||
SyntaxString=#800000
|
||||
SyntaxType=#800080
|
||||
SyntaxPunctuation=black
|
||||
SyntaxOperator=black
|
||||
SyntaxKeyword=black
|
||||
SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
||||
Tooltip=#ffffe1
|
||||
TooltipText=black
|
||||
|
||||
[Metrics]
|
||||
TitleButtonWidth=17
|
||||
TitleButtonHeight=16
|
||||
|
||||
[Paths]
|
||||
TitleButtonIcons=/res/icons/themes/Coffee/16x16/
|
Loading…
Add table
Reference in a new issue