Skip to content

Commit

Permalink
Merge pull request #101 from Xetibo/ina2
Browse files Browse the repository at this point in the history
add color to keyboard layouts
  • Loading branch information
takotori authored May 26, 2024
2 parents 3cb7cd2 + a8d2e4c commit ecfaf2b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/resources/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
}

0 comments on commit ecfaf2b

Please sign in to comment.