mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
Themes: Add "Desert" theme
This commit is contained in:
parent
20ca3d4a99
commit
950c999d3a
1 changed files with 73 additions and 0 deletions
73
Base/res/themes/Desert.ini
Normal file
73
Base/res/themes/Desert.ini
Normal file
|
@ -0,0 +1,73 @@
|
||||||
|
[Colors]
|
||||||
|
DesktopBackground=#a28d68
|
||||||
|
ActiveWindowBorder1=#008080
|
||||||
|
ActiveWindowBorder2=#84bdaa
|
||||||
|
ActiveWindowTitle=white
|
||||||
|
ActiveWindowTitleShadow=#421405
|
||||||
|
ActiveWindowTitleStripes=#6e2209
|
||||||
|
InactiveWindowBorder1=#a28d68
|
||||||
|
InactiveWindowBorder2=#e8d080
|
||||||
|
InactiveWindowTitle=#d5d0c7
|
||||||
|
InactiveWindowTitleShadow=#4c4c4c
|
||||||
|
InactiveWindowTitleStripes=#808080
|
||||||
|
MovingWindowBorder1=#3aa1a0
|
||||||
|
MovingWindowBorder2=#b4efdb
|
||||||
|
MovingWindowTitle=white
|
||||||
|
MovingWindowTitleShadow=#601e07
|
||||||
|
MovingWindowTitleStripes=#a1320d
|
||||||
|
HighlightWindowBorder1=#9fffff
|
||||||
|
HighlightWindowBorder2=#c2fde9
|
||||||
|
HighlightWindowTitle=white
|
||||||
|
HighlightWindowTitleShadow=#600707
|
||||||
|
HighlightWindowTitleStripes=#a10d0d
|
||||||
|
HighlightSearching=#ffff00
|
||||||
|
HighlightSearchingText=black
|
||||||
|
MenuBase=white
|
||||||
|
MenuBaseText=black
|
||||||
|
MenuStripe=#bbb7b0
|
||||||
|
MenuSelection=#ad714f
|
||||||
|
MenuSelectionText=white
|
||||||
|
Window=#d5ccbb
|
||||||
|
WindowText=black
|
||||||
|
Button=#d5ccbb
|
||||||
|
ButtonText=black
|
||||||
|
Base=white
|
||||||
|
BaseText=black
|
||||||
|
ThreedHighlight=#eae6dd
|
||||||
|
ThreedShadow1=#a28d68
|
||||||
|
ThreedShadow2=#000000
|
||||||
|
HoverHighlight=#e1e8e0
|
||||||
|
Selection=#008080
|
||||||
|
SelectionText=white
|
||||||
|
InactiveSelection=#606060
|
||||||
|
InactiveSelectionText=white
|
||||||
|
PlaceholderText=#808080
|
||||||
|
RubberBandFill=#f4ca9e3c
|
||||||
|
RubberBandBorder=#6e2209
|
||||||
|
Link=blue
|
||||||
|
ActiveLink=red
|
||||||
|
VisitedLink=magenta
|
||||||
|
Ruler=#d5ccbb
|
||||||
|
RulerBorder=#404040
|
||||||
|
RulerActiveText=#404040
|
||||||
|
RulerInactiveText=#808080
|
||||||
|
TextCursor=#6e2209
|
||||||
|
FocusOutline=#909090
|
||||||
|
SyntaxComment=#008000
|
||||||
|
SyntaxNumber=#800000
|
||||||
|
SyntaxString=#800000
|
||||||
|
SyntaxType=#800080
|
||||||
|
SyntaxPunctuation=black
|
||||||
|
SyntaxOperator=black
|
||||||
|
SyntaxKeyword=black
|
||||||
|
SyntaxControlKeyword=black
|
||||||
|
SyntaxIdentifier=#092e64
|
||||||
|
SyntaxPreprocessorStatement=#008080
|
||||||
|
SyntaxPreprocessorValue=#800000
|
||||||
|
Tooltip=white
|
||||||
|
TooltipText=black
|
||||||
|
|
||||||
|
[Metrics]
|
||||||
|
TitleHeight=19
|
||||||
|
TitleButtonWidth=15
|
||||||
|
TitleButtonHeight=15
|
Loading…
Add table
Add a link
Reference in a new issue