view dot_config/private_zathura/zathurarc @ 805:839151e45b73

feat: add initial tutti-colori helix theme
author zegervdv <zegervdv@me.com>
date Tue, 28 Nov 2023 07:57:45 +0100
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