Merge pull request #36 from vgskye/main
fix(gtk): capitalize "Light" and "Dark"
This commit is contained in:
commit
2558a75928
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in {
|
|||
sizeUpper = ctp.mkUpper cfg.size;
|
||||
|
||||
# use the light gtk theme for latte
|
||||
gtkTheme = if cfg.flavour == "latte" then "light" else "dark";
|
||||
gtkTheme = if cfg.flavour == "latte" then "Light" else "Dark";
|
||||
|
||||
in
|
||||
mkIf cfg.enable {
|
||||
|
|
Loading…
Reference in a new issue