zathurarc (1444B) - raw
1 # _____ _ _ 2 # |__ /__ _| |_| |__ _ _ _ __ __ _ 3 # / // _` | __| '_ \| | | | '__/ _` | 4 # / /| (_| | |_| | | | |_| | | | (_| | 5 # /____\__,_|\__|_| |_|\__,_|_| \__,_| 6 # 7 8 set adjust-open "width" 9 set statusbar-h-padding 0 10 set statusbar-v-padding 0 11 set statusbar-basename true 12 set zoom-center true 13 set window-title-basename true 14 set window-title-page true 15 set default-bg "rgba( 0, 0, 0, 0 )" 16 set recolor-lightcolor "rgba( 15, 23, 28, 0.92 )" 17 set recolor-darkcolor "rgba( 242, 241, 240, 1 )" 18 # set recolor-lightcolor "rgba( 24, 32, 36, 0.72 )" 19 # set recolor-darkcolor "rgba( 186, 196, 199, 1 )" 20 set inputbar-fg "rgba( 186, 196, 199, 1 )" 21 set inputbar-bg "rgba( 34, 45, 50, 0.9 )" 22 set statusbar-fg "rgba( 186, 196, 199, 1 )" 23 set statusbar-bg "rgba( 34, 45, 50, 0.9 )" 24 set notification-warning-bg "rgba( 233, 217, 176, 0.9 )" 25 set notification-warning-fg "rgba( 34, 45, 50, 1 )" 26 set notification-error-bg "rgba( 102, 170, 187, 0.9 )" 27 set notification-error-fg "rgba( 34, 45, 50, 1 )" 28 set selection-clipboard clipboard 29 set page-padding 1 30 map u scroll half-up 31 map d scroll half-down 32 map D toggle_page_mode 33 map r reload 34 map R rotate 35 map J zoom in 36 map K zoom out 37 map i recolor 38 map p print 39 set synctex true 40 set synctex-editor-command "nvr --remote-silent %f -c %l" 41 42 # map <C-o> focus_inputbar ":exec lpr $FILE"<cr>