zathurarc 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # settings
  2. set selection-clipboard clipboard
  3. set adjust-open width
  4. map <F1> set 'pages-per-row 1'
  5. map <F2> set 'pages-per-row 2'
  6. map \< goto top
  7. map \> goto bottom
  8. map b navigate previous
  9. map e follow
  10. map f navigate next
  11. map p goto top
  12. map <C-+> zoom in
  13. map <C--> zoom out
  14. map <C-=> zoom in
  15. map <C-)> adjust_window best-fit
  16. map <C-0> adjust_window width
  17. map <C-a> scroll full-left
  18. map <C-b> scroll left
  19. map <C-e> scroll full-right
  20. map <C-f> scroll right
  21. map <C-g> abort
  22. map <C-n> scroll down
  23. map <C-p> scroll up
  24. map <C-v> scroll full-down
  25. map <A-\<> goto top
  26. map <A-\>> goto bottom
  27. map <A-v> scroll full-up
  28. set font 'PragmataPro Mono 1z3.5'
  29. set default-bg "#000000" #00
  30. set default-fg "#F7F7F6" #01
  31. set statusbar-fg "#B0B0B0" #04
  32. set statusbar-bg "#202020" #01
  33. set inputbar-bg "#151515" #00 currently not used
  34. set inputbar-fg "#FFFFFF" #02
  35. set notification-error-bg "#AC4142" #08
  36. set notification-error-fg "#151515" #00
  37. set notification-warning-bg "#AC4142" #08
  38. set notification-warning-fg "#151515" #00
  39. set highlight-color "#F4BF75" #0A
  40. set highlight-active-color "#6A9FB5" #0D
  41. set completion-highlight-fg "#151515" #02
  42. set completion-highlight-bg "#90A959" #0C
  43. set completion-bg "#303030" #02
  44. set completion-fg "#E0E0E0" #0C
  45. set notification-bg "#90A959" #0B
  46. set notification-fg "#151515" #00