Another copy of my dotfiles. Because I don't completely trust GitHub.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.3 KiB

4 years ago
  1. # Zathura configuration file
  2. # See man `man zathurarc'
  3. # Open document in fit-width mode by default
  4. set adjust-open "best-fit"
  5. # One page per row by default
  6. set pages-per-row 1
  7. #stop at page boundries
  8. set scroll-page-aware "true"
  9. set scroll-full-overlap 0.01
  10. set scroll-step 100
  11. #zoom settings
  12. set zoom-min 10
  13. set guioptions ""
  14. # zathurarc-dark
  15. set font "inconsolata 15"
  16. set default-bg "#000000" #00
  17. set default-fg "#F7F7F6" #01
  18. set statusbar-fg "#B0B0B0" #04
  19. set statusbar-bg "#202020" #01
  20. set inputbar-bg "#151515" #00 currently not used
  21. set inputbar-fg "#FFFFFF" #02
  22. set notification-error-bg "#AC4142" #08
  23. set notification-error-fg "#151515" #00
  24. set notification-warning-bg "#AC4142" #08
  25. set notification-warning-fg "#151515" #00
  26. set highlight-color "#F4BF75" #0A
  27. set highlight-active-color "#6A9FB5" #0D
  28. set completion-highlight-fg "#151515" #02
  29. set completion-highlight-bg "#90A959" #0C
  30. set completion-bg "#303030" #02
  31. set completion-fg "#E0E0E0" #0C
  32. set notification-bg "#90A959" #0B
  33. set notification-fg "#151515" #00
  34. set recolor "true"
  35. set recolor-lightcolor "#000000" #00
  36. set recolor-darkcolor "#E0E0E0" #06
  37. set recolor-reverse-video "true"
  38. set recolor-keephue "true"
  39. map <C-i> recolor
  40. set render-loading "false"
  41. set scroll-step 50
  42. unmap f
  43. map f toggle_fullscreen
  44. map [fullscreen] f toggle_fullscreen
  45. set selection-clipboard clipboard