ladybird/Base/res/themes/Light.ini
Dmitrii Ubskii 8501617fcb LibGUI+HackStudio: Make gutter a first class element
Gutter -- a space left of the text, before the ruler -- is not a part of
the ruler, nor should it be treated as such. This commit implements
gutter handling in LibGUI::TextEditor as part of mild cleaning up of the
gutter handling (breakpoint icons) in HackStudio's Editor.

This commit also enables separate theming of the gutter.
2021-06-13 12:33:15 +01:00

77 lines
1.8 KiB
INI

[Colors]
DesktopBackground=#0f0f0f
ActiveWindowBorder1=#e3e3e3
ActiveWindowBorder2=#e3e3e3
ActiveWindowTitle=#6b6b6b
ActiveWindowTitleShadow=#ffffff
ActiveWindowTitleStripes=#00000000
InactiveWindowBorder1=#d9d9d9
InactiveWindowBorder2=#d9d9d9
InactiveWindowTitle=#ababab
InactiveWindowTitleShadow=#ffffff
InactiveWindowTitleStripes=#00000000
MovingWindowBorder1=#e3e3e3
MovingWindowBorder2=#e3e3e3
MovingWindowTitle=#6b6b6b
MovingWindowTitleShadow=#ffffff
MovingWindowTitleStripes=#00000000
HighlightWindowBorder1=#e3e3e3
HighlightWindowBorder2=#e3e3e3
HighlightWindowTitle=black
HighlightWindowTitleShadow=#ffffff
HighlightWindowTitleStripes=#00000000
HighlightSearching=#598dc6
HighlightSearchingText=white
MenuBase=#e3e3e3
MenuBaseText=black
MenuStripe=#d9d9d9
MenuSelection=white
MenuSelectionText=black
Window=#e3e3e3
WindowText=#4b4b4b
Button=#e3e3e3
ButtonText=#4b4b4b
Base=white
BaseText=#4b4b4b
ThreedHighlight=#e3e3e3
ThreedShadow1=#ababab
ThreedShadow2=#6b6b6b
HoverHighlight=white
Selection=#598dc6
SelectionText=white
InactiveSelection=#606060ff
InactiveSelectionText=white
PlaceholderText=#dedede
RubberBandFill=#598dc66c
RubberBandBorder=#598dc6
Link=blue
ActiveLink=red
VisitedLink=magenta
Gutter=#d4d0c8
GutterBorder=#404040
Ruler=#d4d0c8
RulerBorder=#404040
RulerActiveText=#404040
RulerInactiveText=#808080
TextCursor=black
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=#fbeaa0
TooltipText=#4b4b4b
Tray=#3b3b3b
TrayText=white
[Paths]
MenuShadow=/res/icons/themes/Redmond/menu-shadow.png
TooltipShadow=/res/icons/themes/Redmond/menu-shadow.png