diff --git a/home/programs/zathura.nix b/home/programs/zathura.nix index 655a5d8..e58fd9f 100644 --- a/home/programs/zathura.nix +++ b/home/programs/zathura.nix @@ -10,8 +10,6 @@ _: completion-fg = "#9cd9f0"; completion-group-bg = "#000000"; completion-group-fg = "#9cd9f0"; - completion-completion-bg = "#000000"; - completion-completion-fg = "#9cd9f0"; inputbar-bg = "#2e3436"; inputbar-fg = "#9cd9f0"; statusbar-bg = "#2e3436"; @@ -19,7 +17,6 @@ _: render-loading-bg = "#2e3436"; render-loading-fg = "#9cd9f0"; - window-title-basename = true; statusbar-basename = true; statusbar-page-percent = true;