diff --git a/Droidnix/assets/hyprland/conf/hypr/theming.conf b/Droidnix/assets/hyprland/conf/hypr/theming.conf index 439519a32..23561e43c 100644 --- a/Droidnix/assets/hyprland/conf/hypr/theming.conf +++ b/Droidnix/assets/hyprland/conf/hypr/theming.conf @@ -29,6 +29,7 @@ general { extend_border_grab_area = 20 # Solid-color borders + col.active_border = rgb(FFFF00) #col.active_border = #a6e3a1 #col.inactive_border = #595959aa } diff --git a/Droidnix/generated/out_of_tree/core/stylix.nix b/Droidnix/generated/out_of_tree/core/stylix.nix index 8ee82e435..8328e04a7 100644 --- a/Droidnix/generated/out_of_tree/core/stylix.nix +++ b/Droidnix/generated/out_of_tree/core/stylix.nix @@ -19,10 +19,5 @@ in enable = true; base16Scheme = "${flakeRoot}/assets/system/theming/stylix/catppuccin-mocha.yaml"; polarity = "dark"; - themes.hyprland = { - style = { - activeBorder = "linear-gradient(to right, #a6e3a1, #89b4fa)"; - }; - }; }; }