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;