jamesan

From: https://pastebin.com/Zc4qmtav

Jan 7th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Zathura configuration file
  2. # See man `man zathurarc'
  3.  
  4. # Open document in fit-width mode by default
  5. set adjust-open "best-fit"
  6.  
  7. # One page per row by default
  8. set pages-per-row 1
  9.  
  10. #stop at page boundries
  11. set scroll-page-aware "true"
  12. set smooth-scroll "true"
  13. set scroll-full-overlap 0.01
  14. set scroll-step 100
  15.  
  16. #zoom settings
  17. set zoom-min 10
  18. set guioptions ""
  19.  
  20. # zathurarc-dark
  21.  
  22. set font "inconsolata 15"
  23. set default-bg "#000000" #00
  24. set default-fg "#F7F7F6" #01
  25.  
  26. set statusbar-fg "#B0B0B0" #04
  27. set statusbar-bg "#202020" #01
  28.  
  29. set inputbar-bg "#151515" #00 currently not used
  30. set inputbar-fg "#FFFFFF" #02
  31.  
  32. set notification-error-bg "#AC4142" #08
  33. set notification-error-fg "#151515" #00
  34.  
  35. set notification-warning-bg "#AC4142" #08
  36. set notification-warning-fg "#151515" #00
  37.  
  38. set highlight-color "#F4BF75" #0A
  39. set highlight-active-color "#6A9FB5" #0D
  40.  
  41. set completion-highlight-fg "#151515" #02
  42. set completion-highlight-bg "#90A959" #0C
  43.  
  44. set completion-bg "#303030" #02
  45. set completion-fg "#E0E0E0" #0C
  46.  
  47. set notification-bg "#90A959" #0B
  48. set notification-fg "#151515" #00
  49.  
  50. set recolor "true"
  51. set recolor-lightcolor "#000000" #00
  52. set recolor-darkcolor "#E0E0E0" #06
  53. set recolor-reverse-video "true"
  54. set recolor-keephue "true"
  55.  
  56.  
  57. set render-loading "false"
  58. set scroll-step 50
  59. unmap f
  60. map f toggle_fullscreen
  61. map [fullscreen] f toggle_fullscreen
Add Comment
Please, Sign In to add comment