dots/.config/zathura/zathurarc

21 lines
402 B
Plaintext
Raw Normal View History

2020-05-07 02:58:55 +02:00
# enable copy to clipboard
set selection-clipboard clipboard
2020-05-08 18:21:12 +02:00
set adjust-open width
2020-09-19 12:13:30 +02:00
set font "Iosevka Term SS08 16"
2020-05-08 18:21:12 +02:00
2020-09-19 12:13:30 +02:00
# theme
set default-bg "#1c1c1c"
2020-05-08 18:21:12 +02:00
set default-fg "#ccc"
2020-09-19 12:13:30 +02:00
set statusbar-bg "#1c1c1c"
2020-05-08 18:21:12 +02:00
set statusbar-fg "#ccc"
2020-09-19 12:13:30 +02:00
set inputbar-bg "#1c1c1c"
2020-05-08 18:21:12 +02:00
set inputbar-fg "#ccc"
2020-09-19 12:13:30 +02:00
# dark mode
2020-05-08 18:21:12 +02:00
set recolor true
2020-09-19 12:13:30 +02:00
set recolor-darkcolor "#ccc"
set recolor-lightcolor "#1c1c1c"
# hide status bar
set guioptions none