all repos

dotfiles @ 976f67e

my dotfiles
1 files changed, 2 insertions(+), 2 deletions(-)
zathura: fix selection color
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-09-14 17:56:44 +0300
Parent: d5fdcf0
M config/zathura/zathurarc

@@ -19,8 +19,8 @@ set inputbar-bg "#1a1b26"

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