diff --git a/modules/home/options/theme/default.nix b/modules/home/options/theme/default.nix index 4d06804..dfcca97 100644 --- a/modules/home/options/theme/default.nix +++ b/modules/home/options/theme/default.nix @@ -93,9 +93,9 @@ in light = mkColorThemeOpt "light" "dawn"; dark = mkColorThemeOpt "dark" "main"; - inherit ("${default}") base; - inherit ("${default}") flavor; - inherit ("${default}") accent; + inherit (cfg.colors."${cfg.colors.default}") base; + inherit (cfg.colors."${cfg.colors.default}") flavor; + inherit (cfg.colors."${cfg.colors.default}") accent; # HACK: Need to come up with a better solution isRosePine = base == "rose-pine";