view dot_config/private_zathura/zathurarc @ 876:8589883596fd

fix: remove pathdirs option to avoid slow path completions see: https://stackoverflow.com/questions/76746392/why-is-my-zsh-tab-completion-slow-on-commands-but-not-directories > Perform a path search even on command names with slashes in them. > Thus if ?/usr/local/bin? is in the user?s path, and he or she types ?X11/xinit?, the command ?/usr/local/bin/X11/xinit? will be executed (assuming it exists). > Commands explicitly beginning with ?/?, ?./? or ?../? are not subject to the path search. This also applies to the ?.? and source builtins.
author Zeger Van de Vannet <zeger@vandevan.net>
date Thu, 25 Apr 2024 10:05:40 +0200
parents 8eea2953979c
children
line wrap: on
line source

set window-title-basename "true"
set selection-clipboard "clipboard"

map <C-i> recolor

set notification-error-bg       "#1f2430"
set notification-error-fg       "#fb4934"
set notification-warning-bg     "#1f2430"
set notification-warning-fg     "#fabd2f"
set notification-bg             "#1f2430"
set notification-fg             "#b8bb26"

set completion-bg               "#1f2430"
set completion-fg               "#bfbab0"
set completion-group-bg         "#3c3836"
set completion-group-fg         "#928374"
set completion-highlight-bg     "#83a598"
set completion-highlight-fg     "#504945"

# Define the color in index mode
set index-bg                    "#f43753"
set index-fg                    "#73cef4"
set index-active-bg             "#f43753"
set index-active-fg             "#504945"

set inputbar-bg                 "#1f2430"
set inputbar-fg                 "#bfbab0"

set statusbar-bg                "#1f2430"
set statusbar-fg                "#bfbab0"

set highlight-color             "#ffb86c"
set highlight-active-color      "#ffc24b"

set default-bg                  "#282c34"
set default-fg                  "#abb2bf"
set render-loading              true
set render-loading-bg           "#1f2430"
set render-loading-fg           "#bfbab0"

# Recolor book content's color
set recolor-lightcolor          "#282c34"
set recolor-darkcolor           "#abb2bf"
set recolor                     "true"
# set recolor-keephue             true      # keep original color

set adjust-open width