diff --git a/modules/wm/fuzzel/default.nix b/modules/wm/fuzzel/default.nix index e76b8c7..970a4ad 100644 --- a/modules/wm/fuzzel/default.nix +++ b/modules/wm/fuzzel/default.nix @@ -7,7 +7,7 @@ main = { terminal = "${pkgs.wezterm}/bin/wezterm start -- "; layer = "overlay"; - font = "Adwaita Sans:weight=400:size=15"; + font = "VictorMono Nerd Font:weight=400:size=15"; use-bold = true; icon-theme = "Reversal-dark"; width = 85; @@ -18,6 +18,15 @@ }; colors = { background = "0f0b15ff"; + text = "ffffffff"; + message = "bf8a9fff"; + prompt = "807c9fff"; + input = "bf8a9fff"; + match = "c57fafff"; + selection = "331531ff"; + selection-match = "ffffffff"; + counter = "807c9fff"; + border = "331531ff"; }; }; };