Merge ce7af37dfca7b02a118d3d2422fd1ff434f4d4de into fb7011ec48bd065f398f2ff26d76e301aff1dc22

This commit is contained in:
NishiyaKN 2025-06-10 07:33:29 +08:00 committed by GitHub
commit 148635ca23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -134,6 +134,10 @@ element normal.normal {
background-color: @background; background-color: @background;
text-color: @foreground; text-color: @foreground;
} }
element alternate.normal {
background-color: @background;
text-color: @foreground;
}
element selected.normal { element selected.normal {
background-color: @selected; background-color: @selected;
text-color: @background; text-color: @background;