diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-11 23:28:27 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-11 23:28:27 -0500 |
commit | d8e55b19054d1d8c9fbf88e504dd2f608db983a7 (patch) | |
tree | f518df348067c4002c2cb081b00eb0da99c0ec74 /.config/zathura | |
parent | 4de5be37dde45fa4b83056919834439c6fb734d4 (diff) |
new zathura colors & remove unused vim bindings
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index e0ea289..dd1d8b4 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,11 +1,14 @@ set statusbar-h-padding 0 set statusbar-v-padding 0 set statusbar-basename true +set zoom-center true set window-title-basename true set window-title-page true set default-bg "rgba( 0, 0, 0, 0 )" -set recolor-lightcolor "rgba( 24, 32, 36, 0.72 )" -set recolor-darkcolor "rgba( 186, 196, 199, 1 )" +set recolor-lightcolor "rgba( 8, 11, 12, 0.82 )" +set recolor-darkcolor "rgba( 256, 256, 256, 1 )" +# set recolor-lightcolor "rgba( 24, 32, 36, 0.72 )" +# set recolor-darkcolor "rgba( 186, 196, 199, 1 )" set inputbar-fg "rgba( 186, 196, 199, 1 )" set inputbar-bg "rgba( 34, 45, 50, 0.9 )" set statusbar-fg "rgba( 186, 196, 199, 1 )" |