URI:
       zathura: change default colors - dotfiles - 🍚 personal arsenal of "rice"
  HTML git clone https://git.drkhsh.at/dotfiles.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 36c8f7e81fe4a9c5028bb516a1ef746cd5b65e2d
   DIR parent b007c9148625fd8f32ef54f50eb4e5fe97c08380
  HTML Author: drkhsh <me@drkhsh.at>
       Date:   Wed,  2 Jul 2025 22:41:09 +0200
       
       zathura: change default colors
       
       Diffstat:
         M zathura/.config/zathura/zathurarc   |      16 ++++++++--------
       
       1 file changed, 8 insertions(+), 8 deletions(-)
       ---
   DIR diff --git a/zathura/.config/zathura/zathurarc b/zathura/.config/zathura/zathurarc
       @@ -1,13 +1,13 @@
        set show-recent 0
        set font "Terminus 8"
        
       -set default-bg   "#000b1e"
       -set default-fg   "#0abdc6"
       -set statusbar-bg "#000b1e"
       -set statusbar-fg "#0abdc6"
       -set inputbar-bg  "#1f1d1b"
       -set inputbar-fg  "#0abdc6"
       +set default-bg   "#111111"
       +set default-fg   "#c2c2b0"
       +set statusbar-bg "#111111"
       +set statusbar-fg "#c2c2b0"
       +set inputbar-bg  "#181818"
       +set inputbar-fg  "#c2c2b0"
        
        set recolor            true
       -set recolor-lightcolor "#000b1e"
       -set recolor-darkcolor  "#d7d7d7"
       +set recolor-lightcolor "#000000"
       +set recolor-darkcolor  "#c2c2b0"