diff --git a/modules/options/style/colors.nix b/modules/options/style/colors.nix index 9cc85fb..47c35b2 100644 --- a/modules/options/style/colors.nix +++ b/modules/options/style/colors.nix @@ -95,7 +95,7 @@ in { }; alpha = mkOption { type = str; - default = 0.85; + default = 1.0; description = '' The alpha value for the colorscheme '';