123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- # settings
- set selection-clipboard clipboard
- set adjust-open width
- map <F1> set 'pages-per-row 1'
- map <F2> set 'pages-per-row 2'
- map \< goto top
- map \> goto bottom
- map b navigate previous
- map e follow
- map f navigate next
- map p goto top
- map <C-+> zoom in
- map <C--> zoom out
- map <C-=> zoom in
- map <C-)> adjust_window best-fit
- map <C-0> adjust_window width
- map <C-a> scroll full-left
- map <C-b> scroll left
- map <C-e> scroll full-right
- map <C-f> scroll right
- map <C-g> abort
- map <C-n> scroll down
- map <C-p> scroll up
- map <C-v> scroll full-down
- map <A-\<> goto top
- map <A-\>> goto bottom
- map <A-v> scroll full-up
- set font 'PragmataPro Mono 1z3.5'
- set default-bg "#000000" #00
- set default-fg "#F7F7F6" #01
- set statusbar-fg "#B0B0B0" #04
- set statusbar-bg "#202020" #01
- set inputbar-bg "#151515" #00 currently not used
- set inputbar-fg "#FFFFFF" #02
- set notification-error-bg "#AC4142" #08
- set notification-error-fg "#151515" #00
- set notification-warning-bg "#AC4142" #08
- set notification-warning-fg "#151515" #00
- set highlight-color "#F4BF75" #0A
- set highlight-active-color "#6A9FB5" #0D
- set completion-highlight-fg "#151515" #02
- set completion-highlight-bg "#90A959" #0C
- set completion-bg "#303030" #02
- set completion-fg "#E0E0E0" #0C
- set notification-bg "#90A959" #0B
- set notification-fg "#151515" #00
|