Merge pull request #101 from Xetibo/ina2

add color to keyboard layouts
This commit is contained in:
takotori 2024-05-26 13:24:39 +02:00 committed by GitHub
commit ecfaf2badd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)));
}