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.

64 lines
1.4 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 smooth-scroll "true"
  10. set scroll-full-overlap 0.01
  11. set scroll-step 100
  12. #zoom settings
  13. set zoom-min 10
  14. set guioptions ""
  15. # zathurarc-dark
  16. set font "inconsolata 15"
  17. set default-bg "#000000" #00
  18. set default-fg "#F7F7F6" #01
  19. set statusbar-fg "#B0B0B0" #04
  20. set statusbar-bg "#202020" #01
  21. set inputbar-bg "#151515" #00 currently not used
  22. set inputbar-fg "#FFFFFF" #02
  23. set notification-error-bg "#AC4142" #08
  24. set notification-error-fg "#151515" #00
  25. set notification-warning-bg "#AC4142" #08
  26. set notification-warning-fg "#151515" #00
  27. set highlight-color "#F4BF75" #0A
  28. set highlight-active-color "#6A9FB5" #0D
  29. set completion-highlight-fg "#151515" #02
  30. set completion-highlight-bg "#90A959" #0C
  31. set completion-bg "#303030" #02
  32. set completion-fg "#E0E0E0" #0C
  33. set notification-bg "#90A959" #0B
  34. set notification-fg "#151515" #00
  35. set recolor "true"
  36. set recolor-lightcolor "#000000" #00
  37. set recolor-darkcolor "#E0E0E0" #06
  38. set recolor-reverse-video "true"
  39. set recolor-keephue "true"
  40. map <C-i> recolor
  41. set render-loading "false"
  42. set scroll-step 50
  43. unmap f
  44. map f toggle_fullscreen
  45. map [fullscreen] f toggle_fullscreen
  46. set selection-clipboard clipboard