ladybird/Base/res/themes/Desert.ini
Jaime Valenzuela Durán 7c32400431 Base+LibGUI+LibGfx: Improve disabled text readability
Currently, disabled text colors are hardcoded. They look good in Default
and light themes, but no so good in dark ones. This PR adds new
variables for all themes to correctly display disabled text.
2022-03-05 10:25:14 +01:00

86 lines
1.8 KiB
INI

[Colors]
Accent=#84bdaa
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
DisabledTextFront=#808080
DisabledTextBack=#e1e8e0
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
Gutter=#d5ccbb
GutterBorder=#404040
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
Tray=#a28d68
TrayText=white
[Alignments]
TitleAlignment=Left
[Flags]
IsDark=false
[Metrics]
TitleHeight=19
TitleButtonWidth=15
TitleButtonHeight=15