diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-16 14:55:54 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-16 15:57:28 +0200 |
commit | 4b29b7a9e770633d99e2ae0f45f624c0bf3fb8c9 (patch) | |
tree | 56c5bbc5a1025ca680c726d3172fc13b791bd56c /.config/zathura | |
parent | 4e16ebdf90cf5d937b1cbc0be2438b3a8688a64c (diff) |
zathura: onedark statusbar colours
Diffstat (limited to '.config/zathura')
-rw-r--r-- | .config/zathura/zathurarc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.config/zathura/zathurarc b/.config/zathura/zathurarc index 202c536..6be5eb5 100644 --- a/.config/zathura/zathurarc +++ b/.config/zathura/zathurarc @@ -1,5 +1,9 @@ +set font "JetBrainsMono Nerd Font 10" + set default-bg "#282c34" -set statusbar-bg "#1A2128" + +set statusbar-bg "#31353f" +set statusbar-fg "#a8b4bb" set inputbar-bg "#141A1F" set inputbar-fg "#A6B5C5" |