From 135628a9648a40fd3503bf58e208adc6bc37a750 Mon Sep 17 00:00:00 2001 From: twoneis Date: Fri, 6 Sep 2024 21:38:49 +0200 Subject: [PATCH] nicer fuzzel color --- modules/niri/fuzzel.conf.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/niri/fuzzel.conf.nix b/modules/niri/fuzzel.conf.nix index e7fcaa7..a85d12b 100644 --- a/modules/niri/fuzzel.conf.nix +++ b/modules/niri/fuzzel.conf.nix @@ -9,7 +9,7 @@ in { prompt = "'󱄅 '"; }; colors = { - background = concatStrings [ theme.base "ee" ]; + background = concatStrings [ theme.surface "ee" ]; text = concatStrings [ theme.text "ff" ]; match = concatStrings [ theme.gold "ff" ]; selection = concatStrings [ theme.highlight-med "ee" ];