dotfiles

Mahdi's dotfiles
git clone git://mahdi.pw/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

zathurarc.in (1590B)


      1 # General
      2 set selection-clipboard     clipboard   # Enable copy to clipboard
      3 set first-page-column       1:1         # Side-by-side mode
      4 set recolor                 true        # Recolor pages
      5 set render-loading          true        # Render "Loading..."
      6 set statusbar-home-tilde    true        # Use ~ instead of $HOME in the filename
      7 set window-title-basename   true        # Use basename of the file in the window title
      8 set adjust-open             width       # Adjust to when opening file
      9 
     10 # Keybinds
     11 map b                       toggle_statusbar
     12 
     13 # Theme
     14 set default-bg              "%clbg%"
     15 set default-fg              "%clfg%"
     16 set statusbar-bg            "%clbg%"
     17 set statusbar-fg            "%clfg%"
     18 set inputbar-bg             "%clbg%"
     19 set inputbar-fg             "%cl6%"
     20 set completion-bg           "%clbg%"
     21 set completion-fg           "%clfg%"
     22 set completion-group-bg     "%clbg%"
     23 set completion-group-fg     "%clfg%"
     24 set completion-highlight-bg "%cl8%"
     25 set completion-highlight-fg "%clfg%"
     26 set notification-bg         "%cl8%"
     27 set notification-fg         "%cl15%" 
     28 set notification-error-bg   "%cl9%"
     29 set notification-error-fg   "%cl15%"
     30 set notification-warning-bg "%cl11%"
     31 set notification-warning-fg "%clbg%"
     32 set highlight-color         "%cl14%"
     33 set highlight-active-color  "%cl6%"
     34 set index-bg                "%clbg%"
     35 set index-fg                "%clfg%"
     36 set index-active-bg         "%cl8%"
     37 set index-active-fg         "%clfg%"
     38 set recolor-darkcolor       "%clfg%"
     39 set recolor-lightcolor      "%clbg%"
     40 set render-loading-bg       "%clbg%"
     41 set render-loading-fg       "%clfg%"