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

93 lines
2.2 KiB
INI

[Colors]
Accent=#a084b8
DesktopBackground=#402840
ActiveWindowBorder1=#484060
ActiveWindowBorder2=#a084b8
ActiveWindowTitle=white
ActiveWindowTitleShadow=#black
ActiveWindowTitleStripes=#302b40
InactiveWindowBorder1=#786058
InactiveWindowBorder2=#a89878
InactiveWindowTitle=#cbc6cf
InactiveWindowTitleShadow=#black
InactiveWindowTitleStripes=#5b4943
MovingWindowBorder1=#5f547d
MovingWindowBorder2=#b9a5ca
MovingWindowTitle=white
MovingWindowTitleShadow=#330760
MovingWindowTitleStripes=#473f5f
HighlightWindowBorder1=#484060
HighlightWindowBorder2=#a89878
HighlightWindowTitle=#cbc6cf
HighlightWindowTitleShadow=#black
HighlightWindowTitleStripes=#5b4943
HighlightSearching=#ffff00
HighlightSearchingText=black
MenuBase=#a89890
MenuBaseText=black
MenuStripe=#75645cFF
MenuSelection=#008080
MenuSelectionText=black
Window=#a89890
WindowText=black
Button=#a89890
ButtonText=black
Base=#d8d0c8
BaseText=black
DisabledTextFront=#808080
DisabledTextBack=#d8d0c8
ThreedHighlight=#d8d0c8
ThreedShadow1=#786058
ThreedShadow2=#201a18
HoverHighlight=#b3a59e
Selection=#008080
SelectionText=white
InactiveSelection=#606060
InactiveSelectionText=white
PlaceholderText=#808080
RubberBandFill=#e39ef43c
RubberBandBorder=#50096e
Link=blue
ActiveLink=red
VisitedLink=magenta
Gutter=#d4d0c8
GutterBorder=#404040
Ruler=#7d7462
RulerBorder=#404040
RulerActiveText=#404040
RulerInactiveText=#808080
TextCursor=#4c096e
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=#ffffe1
TooltipText=black
Tray=#808080
TrayText=#ffffff
[Alignments]
TitleAlignment=Left
[Flags]
IsDark=false
[Metrics]
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