1
0
Fork 0
mirror of https://github.com/Xetibo/ReSet.git synced 2025-04-09 15:12:01 +02:00

add color to keyboard layouts

This commit is contained in:
takotori 2024-05-26 13:24:16 +02:00
parent 3cb7cd2d7f
commit a8d2e4c2ce

View file

@ -32,3 +32,11 @@ notebook > stack > box, notebook > stack {
banner {
border-radius: 5px;
}
row.selectedLanguage {
background-color: @dialog_bg_color;
}
row.activeLanguage {
background-color: darker(darker(darker(@window_fg_color)));
}