dotfiles

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

zathurarc (1624B)


      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              "#282a36"
     15 set default-fg              "#f8f8f2"
     16 set statusbar-bg            "#282a36"
     17 set statusbar-fg            "#f8f8f2"
     18 set inputbar-bg             "#282a36"
     19 set inputbar-fg             "#8BE9FD"
     20 set completion-bg           "#282a36"
     21 set completion-fg           "#f8f8f2"
     22 set completion-group-bg     "#282a36"
     23 set completion-group-fg     "#f8f8f2"
     24 set completion-highlight-bg "#4D4D4D"
     25 set completion-highlight-fg "#f8f8f2"
     26 set notification-bg         "#4D4D4D"
     27 set notification-fg         "#E6E6E6" 
     28 set notification-error-bg   "#FF6E67"
     29 set notification-error-fg   "#E6E6E6"
     30 set notification-warning-bg "#F4F99D"
     31 set notification-warning-fg "#282a36"
     32 set highlight-color         "#9AEDFE"
     33 set highlight-active-color  "#8BE9FD"
     34 set index-bg                "#282a36"
     35 set index-fg                "#f8f8f2"
     36 set index-active-bg         "#4D4D4D"
     37 set index-active-fg         "#f8f8f2"
     38 set recolor-darkcolor       "#f8f8f2"
     39 set recolor-lightcolor      "#282a36"
     40 set render-loading-bg       "#282a36"
     41 set render-loading-fg       "#f8f8f2"