This commit is contained in:
NishiyaKN 2025-08-06 19:13:21 -03:00 committed by GitHub
commit 2686388b42
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;