style/colors.nix: change default alpha to 1.0

This commit is contained in:
Charlie Root 2024-10-29 22:31:11 +01:00
commit f77f42d26c
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -95,7 +95,7 @@ in {
};
alpha = mkOption {
type = str;
default = 0.85;
default = 1.0;
description = ''
The alpha value for the colorscheme
'';