From cf8067bbe78e0dce4f1991952738b6b4cacbf399 Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 18 Sep 2024 06:26:12 +0200 Subject: [PATCH] change color of input too --- modules/niri/fuzzel.conf.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/niri/fuzzel.conf.nix b/modules/niri/fuzzel.conf.nix index af162d6..986fb8d 100644 --- a/modules/niri/fuzzel.conf.nix +++ b/modules/niri/fuzzel.conf.nix @@ -11,6 +11,7 @@ in { colors = { background = concatStrings [ theme.surface "ee" ]; prompt = concatStrings [ theme.text "ff" ]; + input = concatStrings [ theme.text "ff" ]; text = concatStrings [ theme.text "ff" ]; match = concatStrings [ theme.gold "ff" ]; selection = concatStrings [ theme.highlight-med "ee" ];