2 Commits

Author SHA1 Message Date
NishiyaKN 2686388b42 Merge ce7af37dfc into 093c1a79f5 2025-08-06 19:13:21 -03:00
KenichiNishiya ce7af37dfc Fixed Type-2 Sytle-2 theming 2022-09-11 12:05:32 -03:00
+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;