ladybird/Base/res/themes/Default.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

101 lines
2.3 KiB
INI

[Colors]
DesktopBackground=#505050
Accent=#ab6e4a
ActiveWindowBorder1=#6e2209
ActiveWindowBorder2=#f4ca9e
ActiveWindowTitle=white
ActiveWindowTitleShadow=#421405
ActiveWindowTitleStripes=#6e2209
InactiveWindowBorder1=#808080
InactiveWindowBorder2=#c0c0c0
InactiveWindowTitle=#d5d0c7
InactiveWindowTitleShadow=#4c4c4c
InactiveWindowTitleStripes=#808080
MovingWindowBorder1=#a1320d
MovingWindowBorder2=#fadcbb
MovingWindowTitle=white
MovingWindowTitleShadow=#601e07
MovingWindowTitleStripes=#a1320d
HighlightWindowBorder1=#a10d0d
HighlightWindowBorder2=#fabbbb
HighlightWindowTitle=white
HighlightWindowTitleShadow=#600707
HighlightWindowTitleStripes=#a10d0d
HighlightSearching=#ffff00
HighlightSearchingText=black
MenuBase=white
MenuBaseText=black
MenuStripe=#dbd8d1
MenuSelection=#d2c0b6
MenuSelectionText=black
Window=#d4d0c8
WindowText=black
Button=#d4d0c8
ButtonText=black
Base=white
BaseText=black
DisabledTextFront=#808080
DisabledTextBack=white
ThreedHighlight=white
ThreedShadow1=#808080
ThreedShadow2=#404040
HoverHighlight=#e3dfdb
Selection=#84351a
SelectionText=white
InactiveSelection=#606060
InactiveSelectionText=white
PlaceholderText=#808080
RubberBandFill=#f4ca9e3c
RubberBandBorder=#6e2209
Link=blue
ActiveLink=red
VisitedLink=magenta
Gutter=#d4d0c8
GutterBorder=#404040
Ruler=#d4d0c8
RulerBorder=#404040
RulerActiveText=#404040
RulerInactiveText=#808080
TextCursor=#6e2209
FocusOutline=#909090
SyntaxComment=#a0a1a7
SyntaxNumber=#976715
SyntaxString=#53a053
SyntaxType=#a000a0
SyntaxPunctuation=black
SyntaxOperator=black
SyntaxKeyword=#a42ea2
SyntaxControlKeyword=#a42ea2
SyntaxIdentifier=#000000
SyntaxPreprocessorStatement=#00a0a0
SyntaxPreprocessorValue=#a00000
SyntaxFunction=blue
SyntaxVariable=black
SyntaxCustomType=orange
SyntaxNamespace=orange
SyntaxMember=red
SyntaxParameter=#eb6d1e
Tooltip=#ffffe1
TooltipText=black
Tray=#808080
TrayText=#ffffff
[Alignments]
TitleAlignment=Left
[Flags]
IsDark=false
[Metrics]
BorderThickness=4
BorderRadius=0
TitleHeight=19
TitleButtonWidth=15
TitleButtonHeight=15
[Paths]
ActiveWindowShadow=/res/icons/themes/Default/frame-shadow-dark.png
InactiveWindowShadow=/res/icons/themes/Default/frame-shadow-light.png
MenuShadow=/res/icons/themes/Default/frame-shadow-light.png
TaskBarShadow=/res/icons/themes/Default/frame-shadow-light.png
TooltipShadow=/res/icons/themes/Default/frame-shadow-light.png