Compare commits

...

2 Commits

Author SHA1 Message Date
NishiyaKN
b55ee61f2a
Merge ce7af37dfca7b02a118d3d2422fd1ff434f4d4de into 2250391046f6c06f4910c6662b88c59b3f8a588d 2025-03-24 04:12:48 +00:00
KenichiNishiya
ce7af37dfc Fixed Type-2 Sytle-2 theming 2022-09-11 12:05:32 -03:00

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;