ladybird/Base/res/themes/Dark.ini
Jelle Raaijmakers d819152b4e LibGfx+LibWeb: Preserve text color for selections
Selecting text without custom ::selection styling changed the
foreground color of the selected content. This was especially visible
for links, where the text changed color but the underline did not.

The default selection style supplied both a selection background and a
foreground color from the palette or HighlightText system color. That
made ordinary selections behave as if the page had explicitly styled
::selection color.

Only provide a default selection background, so selected content keeps
its own foreground color unless CSS overrides it. Remove the now-unused
SelectionText palette role.
2026-06-18 22:43:26 +02:00

77 lines
1.6 KiB
INI

[Menu]
Name=Dar&k
[Colors]
Accent=#4d4d5f
DesktopBackground=#202020
ActiveWindowBorder1=#3d3d4f
ActiveWindowBorder2=#b7b7da
ActiveWindowTitle=white
InactiveWindowBorder1=#606060
InactiveWindowBorder2=#a0a0a0
InactiveWindowTitle=#d5d0c7
MovingWindowBorder1=#49496c
MovingWindowBorder2=#9c9cd5
MovingWindowTitle=white
HighlightWindowBorder1=#47394f
HighlightWindowBorder2=#8282d9
HighlightWindowTitle=white
HighlightSearching=#ffff00
HighlightSearchingText=black
MenuBase=#444444
MenuBaseText=white
MenuStripe=#323232
MenuSelection=#666666
MenuSelectionText=white
Window=#323232
WindowText=white
Button=#555555
ButtonText=white
Base=#424242
BaseText=white
DisabledTextFront=#a0a0a0
DisabledTextBack=#14141a
ThreedHighlight=#6f6f6f
ThreedShadow1=#3d3e40
ThreedShadow2=#2e2f30
HoverHighlight=#696969
Selection=#14141a
InactiveSelection=#606060
InactiveSelectionText=white
RubberBandFill=#8080803c
RubberBandBorder=black
Link=#88c
ActiveLink=#c88
VisitedLink=#c8c
PlaceholderText=#d5d0c7
Gutter=#505050
GutterBorder=#666666
Ruler=#505050
RulerBorder=#666666
RulerActiveText=white
RulerInactiveText=#d5d0c7
TextCursor=#9c9cd5
FocusOutline=#606060
SyntaxComment=olivedrab
SyntaxNumber=greenyellow
SyntaxString=orange
SyntaxType=violet
SyntaxPunctuation=white
SyntaxOperator=white
SyntaxKeyword=deepskyblue
SyntaxControlKeyword=orchid
SyntaxIdentifier=lightskyblue
SyntaxPreprocessorStatement=darkgray
SyntaxPreprocessorValue=orange
Tooltip=#444444
TooltipText=white
Tray=#323232
TrayText=white
[Alignments]
TitleAlignment=Left
[Flags]
IsDark=true
[Paths]
ColorScheme=/res/color-schemes/Base16 Dark.ini