Change opacity values to be hex-friendly

This commit is contained in:
Evie Litherland-Smith 2025-01-23 16:39:02 +00:00
parent e97fec025c
commit df728cd2e3

View file

@ -218,10 +218,10 @@
base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml"; base16Scheme = lib.mkDefault "${pkgs.base16-schemes}/share/themes/onedark.yaml";
polarity = config.lib.stylix.scheme.variant; polarity = config.lib.stylix.scheme.variant;
opacity = { opacity = {
applications = 0.8; applications = 0.8125; # 0x0.D
desktop = 0.6; desktop = 0.6875; # 0x0.B
popups = 0.4; popups = 0.4375; # 0x0.7
terminal = 0.8; terminal = 0.8125; # 0x0.D
}; };
cursor = { cursor = {
package = pkgs.volantes-cursors; package = pkgs.volantes-cursors;