zathurarc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. set window-title-basename "true"
  2. set selection-clipboard "clipboard"
  3. # Dracula color theme for Zathura
  4. # Swaps Foreground for Background to get a light version if the user prefers
  5. #
  6. # Dracula color theme
  7. #
  8. set notification-error-bg "#ff5555" # Red
  9. set notification-error-fg "#f8f8f2" # Foreground
  10. set notification-warning-bg "#ffb86c" # Orange
  11. set notification-warning-fg "#44475a" # Selection
  12. set notification-bg "#282a36" # Background
  13. set notification-fg "#f8f8f2" # Foreground
  14. set completion-bg "#282a36" # Background
  15. set completion-fg "#6272a4" # Comment
  16. set completion-group-bg "#282a36" # Background
  17. set completion-group-fg "#6272a4" # Comment
  18. set completion-highlight-bg "#44475a" # Selection
  19. set completion-highlight-fg "#f8f8f2" # Foreground
  20. set index-bg "#282a36" # Background
  21. set index-fg "#f8f8f2" # Foreground
  22. set index-active-bg "#44475a" # Current Line
  23. set index-active-fg "#f8f8f2" # Foreground
  24. set inputbar-bg "#282a36" # Background
  25. set inputbar-fg "#f8f8f2" # Foreground
  26. set statusbar-bg "#282a36" # Background
  27. set statusbar-fg "#f8f8f2" # Foreground
  28. set highlight-color "#ffb86c" # Orange
  29. set highlight-active-color "#ff79c6" # Pink
  30. set default-bg "#282a36" # Background
  31. set default-fg "#f8f8f2" # Foreground
  32. set render-loading true
  33. set render-loading-fg "#282a36" # Background
  34. set render-loading-bg "#f8f8f2" # Foreground
  35. #
  36. # Recolor mode settings
  37. #
  38. set recolor-lightcolor "#282a36" # Background
  39. set recolor-darkcolor "#f8f8f2" # Foreground
  40. #
  41. # Startup options
  42. #
  43. set adjust-open width
  44. set recolor true