dotfiles

Yes, my $HOME has a git repo now :(

git clone git://git.shimmy1996.com/dotfiles.git

zathurarc (2054B)

    1 set font                        "Iosevka SS09 12"
    2 
    3 # gruvbox-dark
    4 # normal:
    5 #   black:   "#282828" #00
    6 #   red:     "#cc241d" #01
    7 #   green:   "#98971a" #02
    8 #   yellow:  "#d79921" #03
    9 #   blue:    "#458588" #04
   10 #   magenta: "#b16286" #05
   11 #   cyan:    "#689d6a" #06
   12 #   white:   "#a89984" #07
   13 #   orange:  "#d65d9e" #0O
   14 # bright:
   15 #   black:   "#928374" #08
   16 #   red:     "#fb4934" #09
   17 #   green:   "#b8bb26" #0A
   18 #   yellow:  "#fabd2f" #0B
   19 #   blue:    "#83a598" #0C
   20 #   magenta: "#d3869b" #0D
   21 #   cyan:    "#8ec97c" #0E
   22 #   white:   "#ebdbb2" #0F
   23 #   orange:  "#fe8019" #OO
   24 
   25 set completion-bg               "#928374" #08
   26 set completion-fg               "#ebdbb2" #0F
   27 
   28 set completion-group-bg         "#ebdbb2" #0F
   29 set completion-group-fg         "#282828" #00
   30 
   31 set completion-highlight-bg     "#ebdbb2" #0F
   32 set completion-highlight-fg     "#928374" #08
   33 
   34 set default-bg                  "#282828" #00
   35 set default-fg                  "#ebdbb2" #0F
   36 
   37 set highlight-active-color      "#b8bb26" #0A
   38 set highlight-color             "#98971a" #02
   39 
   40 set index-active-bg             "#b8bb26" #0A
   41 set index-active-fg             "#282828" #00
   42 
   43 set index-bg                    "#282828" #00
   44 set index-fg                    "#ebdbb2" #0F
   45 
   46 set inputbar-bg                 "#282828" #00
   47 set inputbar-fg                 "#ebdbb2" #0F
   48 
   49 set notification-bg             "#b8bb26" #0A
   50 set notification-fg             "#282828" #00
   51 
   52 set notification-error-bg       "#d75f5f" #08
   53 set notification-error-fg       "#282828" #00
   54 
   55 set notification-warning-bg     "#fe8019" #OO
   56 set notification-warning-fg     "#282828" #00
   57 
   58 set recolor-darkcolor           "#ebdbb2" #0F
   59 set recolor-lightcolor          "#282828" #00
   60 
   61 set render-loading-bg           "#282828" #00
   62 set render-loading-fg           "#ebdbb2" #0F
   63 
   64 set statusbar-bg                "#ebdbb2" #0F
   65 set statusbar-fg                "#282828" #00
   66 
   67 set selection-clipboard         clipboard
   68 
   69 set statusbar-home-tilde        true
   70 set window-title-basename       true
   71 
   72 # Show vertical scroll bar
   73 set guioptions                  v