From f77f42d26c0c565bfb4282c480b7473e6f9970b2 Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Tue, 29 Oct 2024 22:31:11 +0100 Subject: [PATCH] style/colors.nix: change default alpha to 1.0 --- modules/options/style/colors.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '';