Base: Add Sunshine theme
This commit is contained in:
parent
d12f27b58e
commit
7e01e38cf4
Notes:
sideshowbarker
2024-07-19 07:24:21 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/7e01e38cf4d Pull-request: https://github.com/SerenityOS/serenity/pull/1914
1 changed files with 55 additions and 0 deletions
55
Base/res/themes/Sunshine.ini
Normal file
55
Base/res/themes/Sunshine.ini
Normal file
|
@ -0,0 +1,55 @@
|
|||
[Colors]
|
||||
DesktopBackground=#574c8f
|
||||
ActiveWindowBorder1=#b24d7a
|
||||
ActiveWindowBorder2=#b24d7a
|
||||
ActiveWindowTitle=white
|
||||
InactiveWindowBorder1=#aeb2c3
|
||||
InactiveWindowBorder2=#aeb2c3
|
||||
InactiveWindowTitle=black
|
||||
MovingWindowBorder1=#b24d7a
|
||||
MovingWindowBorder2=#b24d7a
|
||||
MovingWindowTitle=white
|
||||
HighlightWindowBorder1=#b24d7a
|
||||
HighlightWindowBorder2=#b24d7a
|
||||
HighlightWindowTitle=white
|
||||
MenuBase=#aeb2c3
|
||||
MenuBaseText=black
|
||||
MenuStripe=#aeb2c3
|
||||
MenuSelection=#9397a5
|
||||
MenuSelectionText=black
|
||||
Window=#aeb2c3
|
||||
WindowText=black
|
||||
Button=#aeb2c3
|
||||
ButtonText=black
|
||||
Base=white
|
||||
BaseText=black
|
||||
ThreedHighlight=white
|
||||
ThreedShadow1=#9397a5
|
||||
ThreedShadow2=#5d6069
|
||||
HoverHighlight=#9397a5
|
||||
Selection=black
|
||||
SelectionText=white
|
||||
InactiveSelection=#606060
|
||||
InactiveSelectionText=white
|
||||
RubberBandFill=#0000003c
|
||||
RubberBandBorder=#007f7f
|
||||
Link=#88c
|
||||
ActiveLink=#c88
|
||||
VisitedLink=#c8c
|
||||
Ruler=#d4d0c8
|
||||
RulerBorder=#404040
|
||||
RulerActiveText=#404040
|
||||
RulerInactiveText=#808080
|
||||
TextCursor=red
|
||||
FocusOutline=#909090
|
||||
SyntaxComment=#008000
|
||||
SyntaxNumber=#800000
|
||||
SyntaxString=#800000
|
||||
SyntaxType=#800080
|
||||
SyntaxPunctuation=black
|
||||
SyntaxOperator=black
|
||||
SyntaxKeyword=black
|
||||
SyntaxControlKeyword=black
|
||||
SyntaxIdentifier=#092e64
|
||||
SyntaxPreprocessorStatement=#008080
|
||||
SyntaxPreprocessorValue=#800000
|
Loading…
Add table
Reference in a new issue