From 615905b54a5a1cfc864f69bed6ad9c48322e273e Mon Sep 17 00:00:00 2001 From: "info@data-pro.nu" Date: Tue, 17 Mar 2026 12:36:19 +0000 Subject: [PATCH] Terying to change active bordercolor stylix --- Droidnix/generated/out_of_tree/core/stylix.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Droidnix/generated/out_of_tree/core/stylix.nix b/Droidnix/generated/out_of_tree/core/stylix.nix index 8328e04a7..0a8c8c91c 100644 --- a/Droidnix/generated/out_of_tree/core/stylix.nix +++ b/Droidnix/generated/out_of_tree/core/stylix.nix @@ -19,5 +19,9 @@ in enable = true; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; polarity = "dark"; + themes.hyprland = { + style = { + activeBorder = "linear-gradient(to right, #a6e3a1, #89b4fa)"; + }; }; }