config

My configuration files and custom scripts.
git clone https://git.tronto.net/config
Download | Log | Files | Refs

zathurarc-gruvbox (889B)


      1 #set guioptions               ""
      2 
      3 set font                     "monospace normal 12"
      4 
      5 set completion-bg            "#282828"
      6 set completion-fg            "#fbf1c7"
      7 set completion-group-bg      "#1d2021"
      8 set completion-group-fg      "#458588"
      9 set completion-highlight-bg  "#83a598"
     10 set completion-highlight-fg  "#282828"
     11 
     12 set default-bg               "#282828"
     13 set default-fg               "#fbf1c7"
     14 set statusbar-bg             "#282828"
     15 set statusbar-fg             "#fbf1c7"
     16 
     17 set inputbar-bg              "#1d2021" 
     18 set inputbar-fg              "#98971a"
     19 
     20 set notification-bg          "#282828"
     21 set notification-fg          "#fbf1c7"
     22 set notification-warning-bg  "#282828"
     23 set notification-warning-fg  "#d79921"
     24 set notification-error-bg    "#282828"
     25 set notification-error-fg    "#cc241d"
     26 
     27 #set recolor true
     28 set recolor-darkcolor        "#1d2021"
     29 set recolor-lightcolor       "#f9f5d7"