This commit is contained in:
NishiyaKN
2025-06-10 07:33:29 +08:00
committed by GitHub
+4
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;