change active language color

This commit is contained in:
takotori 2024-06-11 13:09:33 +02:00
parent 2b0898b809
commit 77c53a3efc

View file

@ -38,5 +38,5 @@ row.selectedLanguage {
}
row.activeLanguage {
background-color: darker(darker(darker(@window_fg_color)));
background-color: @blue_2;
}