41 lines
1.2 KiB
Text
41 lines
1.2 KiB
Text
|
|
# Zathura config - OceanicNext theme
|
||
|
|
|
||
|
|
# --- Recolor (dark mode) ---
|
||
|
|
set recolor true
|
||
|
|
set recolor-lightcolor "#1B2B34" # bg
|
||
|
|
set recolor-darkcolor "#CDD3DE" # fg
|
||
|
|
set recolor-keephue true
|
||
|
|
|
||
|
|
# --- UI Colors ---
|
||
|
|
set default-bg "#1B2B34" # bg
|
||
|
|
set default-fg "#CDD3DE" # fg
|
||
|
|
|
||
|
|
set statusbar-bg "#0F1B22" # bg-alt
|
||
|
|
set statusbar-fg "#CDD3DE" # fg
|
||
|
|
|
||
|
|
set inputbar-bg "#0F1B22" # bg-alt
|
||
|
|
set inputbar-fg "#CDD3DE" # fg
|
||
|
|
|
||
|
|
set notification-bg "#0F1B22"
|
||
|
|
set notification-fg "#CDD3DE"
|
||
|
|
set notification-error-bg "#0F1B22"
|
||
|
|
set notification-error-fg "#EC5F67" # urgent/red
|
||
|
|
set notification-warning-bg "#0F1B22"
|
||
|
|
set notification-warning-fg "#FAC863" # yellow
|
||
|
|
|
||
|
|
set highlight-color "#99C794" # accent/green (search highlight)
|
||
|
|
set highlight-active-color "#5FB3B3" # teal (active match)
|
||
|
|
|
||
|
|
set completion-bg "#0F1B22"
|
||
|
|
set completion-fg "#CDD3DE"
|
||
|
|
set completion-highlight-bg "#2B3B44" # bg-sel
|
||
|
|
set completion-highlight-fg "#99C794" # accent
|
||
|
|
|
||
|
|
set render-loading-bg "#1B2B34"
|
||
|
|
set render-loading-fg "#CDD3DE"
|
||
|
|
|
||
|
|
# --- Behavior ---
|
||
|
|
set window-title-home-tilde true
|
||
|
|
set statusbar-home-tilde true
|
||
|
|
set selection-clipboard clipboard
|