Trying hyprland gradient in stylix

This commit is contained in:
2026-03-17 12:35:45 +00:00
parent fbde9e3149
commit 3c3a39d024
+4
View File
@@ -625,6 +625,10 @@ in
enable = true;
base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml";
polarity = "dark";
themes.hyprland = {
style = {
activeBorder = "linear-gradient(to right, #a6e3a1, #89b4fa)";
};
};
}
#+END_SRC