zathurarc (889B)
1 #set guioptions "" 2 3 set font "monospace normal 12" 4 5 set completion-bg "#282828" 6 set completion-fg "#f9f9f9" 7 set completion-group-bg "#141414" 8 set completion-group-fg "#3465a4" 9 set completion-highlight-bg "#48b9c7" 10 set completion-highlight-fg "#282828" 11 12 set default-bg "#282828" 13 set default-fg "#f9f9f9" 14 set statusbar-bg "#282828" 15 set statusbar-fg "#f9f9f9" 16 17 set inputbar-bg "#141414" 18 set inputbar-fg "#4e9a06" 19 20 set notification-bg "#282828" 21 set notification-fg "#f9f9f9" 22 set notification-warning-bg "#282828" 23 set notification-warning-fg "#c4a000" 24 set notification-error-bg "#282828" 25 set notification-error-fg "#cc0000" 26 27 #set recolor true 28 set recolor-darkcolor "#141414" 29 set recolor-lightcolor "#f9f5d7"