Update zathura config

master
Hektor Misplon 2022-09-24 12:29:14 +02:00
parent e2aa7aaefb
commit 09bcf2bac2
1 changed files with 21 additions and 9 deletions

View File

@ -1,30 +1,42 @@
# Enable copy to clipboard
set selection-clipboard clipboard
set adjust-open best-width
set selection-clipboard "clipboard"
set adjust-open "width"
set font "Iosevka Term SS08 16"
set zoom-center "true"
unmap f
map f toggle_fullscreen
map [fullscreen] f toggle_fullscreen
# Theme
set default-bg "#111"
set default-fg "#ccc"
set default-bg "#ffffff"
set default-fg "#eee"
set statusbar-bg "#111"
set statusbar-fg "#777"
set inputbar-bg "#111"
set inputbar-fg "#ccc"
set highlight-color "#333"
set notification-bg "#111"
set completion-bg "#111"
set completion-fg "#ccc"
set completion-highlight-fg "#eee"
set completion-highlight-bg "#333"
set highlight-fg "#ccc"
set highlight-color "#111"
set highlight-active-color "#333"
# Dark mode
set recolor true
set recolor
set recolor-darkcolor "#aaa"
set recolor-lightcolor "#111"
# midnight mode
map <F1> focus_inputbar "set default-bg \#111111"
# Hide status bar
# Set guioptions none
set guioptions none
set render-loading "false"
map J zoom out
map K zoom in
map i recolor
unmap q
# Zooming
set zoom-center