zathurarc (1941B)
1 ### Settings from original zathurarc ### 2 set adjust-open 'best-fit' 3 set page-padding '1' 4 set render-loading 'false' 5 set sandbox 'none' 6 set selection-clipboard 'clipboard' 7 set smooth-scroll 'true' 8 set statusbar-home-tilde 'true' 9 set window-title-home-tilde 'true' 10 11 ### zathura-pywal ### 12 # Allow recolor 13 set recolor 'true' 14 15 # Don't allow original hue when recoloring 16 set recolor-keephue 'false' 17 18 # Don't keep original image colors while recoloring 19 set recolor-reverse-video 'false' 20 21 # Command line completion entries 22 set completion-fg '#c7c7bf' 23 set completion-bg '#090c09' 24 25 # Command line completion group elements 26 set completion-group-fg '#8A6938' 27 set completion-group-bg '#090c09' 28 29 # Current command line completion element 30 set completion-highlight-fg '#090c09' 31 set completion-highlight-bg '#c7c7bf' 32 33 # Default foreground/background color 34 set default-bg rgba(9,12,9,0.95) 35 36 # Input bar 37 set inputbar-fg '#c7c7bf' 38 set inputbar-bg '#090c09' 39 40 # Notification 41 set notification-fg '#c7c7bf' 42 set notification-bg '#090c09' 43 44 # Error notification 45 set notification-error-fg '#c7c7bf' 46 set notification-error-bg '#636655' 47 48 # Warning notification 49 set notification-warning-fg '#c7c7bf' 50 set notification-warning-bg '#636655' 51 52 # Tab - TODO 53 # set tabbar-fg 54 # set tabbar-bg 55 56 # Focused tab - TODO 57 # set tabbar-focus-fg 58 # set tabbar-focus-bg 59 60 # Status bar 61 set statusbar-fg '#c7c7bf' 62 set statusbar-bg '#090c09' 63 64 # Highlighting parts of the document (e.g. show search results) 65 set highlight-color '#8A6938' 66 set highlight-active-color '#8A6938' 67 68 # Represent light/dark colors in recoloring mode 69 set recolor-lightcolor rgba(0,0,0,0) 70 set recolor-darkcolor '#c7c7bf' 71 72 # 'Loading...' text 73 set render-loading-fg '#c7c7bf' 74 set render-loading-bg '#090c09' 75 76 # Index mode 77 set index-fg '#c7c7bf' 78 set index-bg '#090c09' 79 80 # Selected element in index mode 81 set index-active-fg '#090c09' 82 set index-active-bg '#c7c7bf'