dotfiles/config/zathura/zathurarc (view raw)
| 1 | # Tokyonight color theme |
| 2 | set notification-error-bg "#f7768e" |
| 3 | set notification-error-fg "#c0caf5" |
| 4 | set notification-warning-bg "#e0af68" |
| 5 | set notification-warning-fg "#414868" |
| 6 | set notification-bg "#1a1b26" |
| 7 | set notification-fg "#c0caf5" |
| 8 | set completion-bg "#1a1b26" |
| 9 | set completion-fg "#a9b1d6" |
| 10 | set completion-group-bg "#1a1b26" |
| 11 | set completion-group-fg "#a9b1d6" |
| 12 | set completion-highlight-bg "#414868" |
| 13 | set completion-highlight-fg "#c0caf5" |
| 14 | set index-bg "#1a1b26" |
| 15 | set index-fg "#c0caf5" |
| 16 | set index-active-bg "#414868" |
| 17 | set index-active-fg "#c0caf5" |
| 18 | set inputbar-bg "#1a1b26" |
| 19 | set inputbar-fg "#c0caf5" |
| 20 | set statusbar-bg "#1a1b26" |
| 21 | set statusbar-fg "#c0caf5" |
| 22 | set highlight-color "rgba(224, 175, 104, 0.4)" |
| 23 | set highlight-active-color "rgba(158, 206, 106, 0.4)" |
| 24 | set default-bg "#1a1b26" |
| 25 | set default-fg "#c0caf5" |
| 26 | set render-loading true |
| 27 | set render-loading-fg "#1a1b26" |
| 28 | set render-loading-bg "#c0caf5" |
| 29 | set recolor-lightcolor "#1a1b26" |
| 30 | set recolor-darkcolor "#c0caf5" |
| 31 | |
| 32 | # mapping |
| 33 | unmap q |
| 34 | map gc toggle_index |