Skip to content

Commit

Permalink
ui: better styling for setting options
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Dec 12, 2023
1 parent 88064f5 commit 8e13e79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
8 changes: 8 additions & 0 deletions termtyper/ui/css/themes/nord.sass
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,16 @@ OptionItem
color: $white1

&.selected
color: $black2
background: $frost_cyan

NumberScroll
&.theme-nord
.scroll--background
background: $frost_cyan
color: $black2


SettingDescription
&.theme-nord
.setting--header
Expand Down
6 changes: 6 additions & 0 deletions termtyper/ui/css/themes/nord.tcss
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@ OptionItem.theme-nord {
color: #d8dee9;
}
OptionItem.theme-nord.selected {
color: #3b4252;
background: #88c0d0;
}

NumberScroll.theme-nord .scroll--background {
background: #88c0d0;
color: #3b4252;
}

SettingDescription.theme-nord .setting--header {
color: #8fbcbb;
}
Expand Down

0 comments on commit 8e13e79

Please sign in to comment.