From 783d32264e659a2ea18affed39aac47f8ad8821e Mon Sep 17 00:00:00 2001 From: ediblerope Date: Mon, 11 May 2026 13:42:08 +0100 Subject: [PATCH] =?UTF-8?q?hyprland:=20drop=20hardcoded=20fuzzel=20colors?= =?UTF-8?q?=20=E2=80=94=20stylix=20owns=20them=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 1 of the stylix migration enabled targets.fuzzel.enable, which defines programs.fuzzel.settings.colors. Our hand-picked dark colors collided with stylix's wallpaper-derived ones. Remove ours so stylix's take effect. Co-Authored-By: Claude Opus 4.7 --- settings/hyprland.nix | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/settings/hyprland.nix b/settings/hyprland.nix index 8d5fe7a..a691f68 100644 --- a/settings/hyprland.nix +++ b/settings/hyprland.nix @@ -272,6 +272,7 @@ programs.fuzzel = { enable = true; settings = { + # Colors now come from stylix.targets.fuzzel. main = { font = "FiraMono Nerd Font:size=12"; lines = 8; @@ -283,19 +284,6 @@ terminal = "ghostty"; prompt = "\" \""; }; - colors = { - background = "141414e6"; - text = "e8e8e8ff"; - match = "ffffffff"; - selection = "ffffff14"; - selection-text = "ffffffff"; - selection-match = "ffffffff"; - border = "ffffff20"; - input = "ffffffff"; - prompt = "9a9a9aff"; - placeholder = "6e6e6eff"; - counter = "6e6e6eff"; - }; border = { width = 1; radius = 10;