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.

55 lines
1.3 KiB

  1. set selection-clipboard clipboard
  2. set font "Hack Nerd Font Mono 11"
  3. set pages-per-row 1
  4. set adjust-open "best-fit"
  5. set scroll-page-aware "true" # stop at page boundaries
  6. set smooth-scroll "true"
  7. set scroll-full-overlap 0.01
  8. set scroll-step 50
  9. set render-loading "false"
  10. # plastic color scheme
  11. set default-bg "#21252b"
  12. set default-fg "#a9b2c3"
  13. set statusbar-bg "#21252b"
  14. set statusbar-fg "#a9b2c3"
  15. set inputbar-bg "#b9ca4a"
  16. set inputbar-fg "#21212b"
  17. #set statusbag-bg
  18. #set statusbar-fg
  19. #set index-bg
  20. #set index-fg
  21. #set index-active-bg
  22. #set index-active-fg
  23. #set render-loading-bg
  24. #set render-loading-fg
  25. set highlight-color "#b9ca4a"
  26. set highlight-active-color "#61afef"
  27. set completion-highlight-bg "#21252b"
  28. set completion-highlight-fg "#a9b2c3"
  29. set completion-bg "#b9ca4a"
  30. set completion-fg "#21252b"
  31. #set completion-group-bg
  32. #set completion-group-bg
  33. set notification-bg "#a9b2c3"
  34. set notification-fg "#21252b"
  35. set notification-error-bg "#ff3334"
  36. set notification-error-fg "#21252b"
  37. set notification-warning-bg "#ff3334"
  38. set notification-warning-fg "#21252b"
  39. #make pdf dark
  40. #set recolor "true"
  41. #set recolor-lightcolor "#21252b"
  42. #set recolor-darkcolor "#a9b2c3"
  43. #set recolor-reverse-video "true"
  44. #set recolor-keephue "true"