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

87 lines
1.8 KiB
INI

[Colors]
Accent=#ff7f00
DesktopBackground=#171717
ActiveWindowBorder1=black
ActiveWindowBorder2=#1f1f1f
ActiveWindowTitle=white
ActiveWindowTitleShadow=#000000
ActiveWindowTitleStripes=#00000000
InactiveWindowBorder1=#171717
InactiveWindowBorder2=#1f1f1f
InactiveWindowTitle=#aaaaaa
InactiveWindowTitleShadow=#000000
InactiveWindowTitleStripes=#00000000
MovingWindowBorder1=black
MovingWindowBorder2=#2f1f1f
MovingWindowTitle=white
MovingWindowTitleShadow=#000000
MovingWindowTitleStripes=#00000000
HighlightWindowBorder1=black
HighlightWindowBorder2=#3f2f0f
HighlightWindowTitle=white
HighlightWindowTitleShadow=#000000
HighlightWindowTitleStripes=#00000000
HighlightSearching=#ffff00
HighlightSearchingText=black
MenuBase=#1f1f1f
MenuBaseText=white
MenuStripe=#171717
MenuSelection=#ff7f00
MenuSelectionText=black
Window=#1f1f1f
WindowText=white
Button=#1f1f1f
ButtonText=white
Base=#1f1f1f
BaseText=white
DisabledTextFront=#4f4f4f
DisabledTextBack=#000000
ThreedHighlight=#2f2f2f
ThreedShadow1=#171717
ThreedShadow2=#0f0f0f
HoverHighlight=#272727
Selection=#ff7f00
SelectionText=black
InactiveSelection=#7f0000
InactiveSelectionText=black
RubberBandFill=#ff7f002f
RubberBandBorder=#ff7f00
Link=#88c
ActiveLink=#c88
VisitedLink=#c8c
PlaceholderText=#171717
Gutter=#0f0f0f
GutterBorder=#2f2f2f
Ruler=#0f0f0f
RulerBorder=#2f2f2f
RulerActiveText=white
RulerInactiveText=#2f2f2f
TextCursor=#ff4f4f
FocusOutline=#4f4f4f
SyntaxComment=#4fbf4f
SyntaxNumber=white
SyntaxString=#ff8f4f
SyntaxType=#6f8fff
SyntaxPunctuation=white
SyntaxOperator=white
SyntaxKeyword=#cf7fff
SyntaxControlKeyword=orchid
SyntaxIdentifier=white
SyntaxPreprocessorStatement=#ffafff
SyntaxPreprocessorValue=orange
Tooltip=#1f1f1f
TooltipText=white
Tray=#171717
TrayText=white
[Alignments]
TitleAlignment=Left
[Flags]
IsDark=true
[Metrics]
TitleHeight=24
TitleButtonWidth=32
TitleButtonHeight=18