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" ];