Merge pull request #36 from vgskye/main

fix(gtk): capitalize "Light" and "Dark"
This commit is contained in:
seth 2023-07-04 06:27:16 +00:00 committed by GitHub
commit 2558a75928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {