style/colors.nix: change default alpha to 1.0
This commit is contained in:
parent
3bccaba78a
commit
f77f42d26c
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ in {
|
|||
};
|
||||
alpha = mkOption {
|
||||
type = str;
|
||||
default = 0.85;
|
||||
default = 1.0;
|
||||
description = ''
|
||||
The alpha value for the colorscheme
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue