inputs: { config, ... }: { home-manager.users.minijackson.programs.zathura = { enable = true; options = with config.theme.colors; { guioptions = ""; adjust-open = "width"; smooth-scroll = true; scroll-step = 100; #scroll-full-overlap = 0.05; selection-clipboard = "clipboard"; default-bg = softBackground; default-fg = foreground; notification-error-bg = neutralRed; notification-error-fg = foreground; notification-warning-bg = background; notification-warning-fg = brightRed; highlight-color = fadedYellow; highlight-active-color = brightYellow; inputbar-bg = background; inputbar-fg = dominant; completion-bg = background; completion-fg = neutralBlue; completion-highlight-bg = dominant; completion-highlight-fg = background; notification-bg = dominant; notification-fg = background; index-bg = background; index-fg = foreground; index-active-bg = dominant; index-active-fg = background; recolor-lightcolor = background; recolor-darkcolor = foreground; recolor-keephue = true; recolor = true; }; }; }