zathura: fix selection color

This commit is contained in:
Smirnov Oleksandr 2024-09-14 17:56:44 +03:00
parent d5fdcf014a
commit 976f67ee8a

View file

@ -19,8 +19,8 @@ set inputbar-bg "#1a1b26"
set inputbar-fg "#c0caf5" set inputbar-fg "#c0caf5"
set statusbar-bg "#1a1b26" set statusbar-bg "#1a1b26"
set statusbar-fg "#c0caf5" set statusbar-fg "#c0caf5"
set highlight-color "#e0af68" set highlight-color "rgba(224, 175, 104, 0.4)"
set highlight-active-color "#9ece6a" set highlight-active-color "rgba(158, 206, 106, 0.4)"
set default-bg "#1a1b26" set default-bg "#1a1b26"
set default-fg "#c0caf5" set default-fg "#c0caf5"
set render-loading true set render-loading true