Fixed Type-2 Sytle-2 theming

This commit is contained in:
KenichiNishiya 2022-09-11 12:05:32 -03:00
parent 3e0815c34b
commit ce7af37dfc

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;