1 files changed,
36 insertions(+),
0 deletions(-)
Author:
Smirnov Oleksandr
ss2316544@gmail.com
Committed at:
2024-04-18 01:51:10 +0300
Parent:
a010665
A
config/zathura/zathurarc
ยทยทยท 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 "#e0af68" 23 +set highlight-active-color "#9ece6a" 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 +# 30 +# Recolor mode settings 31 +# <C-r> to switch modes 32 +# 33 +set recolor-lightcolor "#1a1b26" 34 +set recolor-darkcolor "#c0caf5" 35 + 36 +unmap q