Fixed Type-2 Sytle-2 theming

pull/111/head
KenichiNishiya 2 years ago
parent 3e0815c34b
commit ce7af37dfc

@ -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;

Loading…
Cancel
Save