style/colors.nix: add alpha option
This commit is contained in:
parent
94ce344ae7
commit
82caabb0dc
1 changed files with 7 additions and 0 deletions
|
@ -93,6 +93,13 @@ in {
|
||||||
Whether the scheme is dark or light
|
Whether the scheme is dark or light
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
alpha = mkOption {
|
||||||
|
type = str;
|
||||||
|
default = 0.85;
|
||||||
|
description = ''
|
||||||
|
The alpha value for the colorscheme
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue