This commit is contained in:
NishiyaKN 2024-10-24 15:09:17 +05:30 committed by GitHub
commit 8d2051c5b1
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;
text-color: @foreground;
}
element alternate.normal {
background-color: @background;
text-color: @foreground;
}
element selected.normal {
background-color: @selected;
text-color: @background;