Change opacity values to be hex-friendly
This commit is contained in:
parent
e97fec025c
commit
df728cd2e3
|
@ -218,10 +218,10 @@
|
|||
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
||||
polarity = config.lib.stylix.scheme.variant;
|
||||
opacity = {
|
||||
applications = 0.8;
|
||||
desktop = 0.6;
|
||||
popups = 0.4;
|
||||
terminal = 0.8;
|
||||
applications = 0.8125; # 0x0.D
|
||||
desktop = 0.6875; # 0x0.B
|
||||
popups = 0.4375; # 0x0.7
|
||||
terminal = 0.8125; # 0x0.D
|
||||
};
|
||||
cursor = {
|
||||
package = pkgs.volantes-cursors;
|
||||
|
|
Loading…
Reference in a new issue