diff --git a/modules/options/style/colors.nix b/modules/options/style/colors.nix index bb2712c..ef88e94 100644 --- a/modules/options/style/colors.nix +++ b/modules/options/style/colors.nix @@ -93,6 +93,13 @@ in { Whether the scheme is dark or light ''; }; + alpha = mkOption { + type = str; + default = 0.85; + description = '' + The alpha value for the colorscheme + ''; + }; }; }; }