From 06a8f0493cc864d70b45e405dd08f4cc6b527ac6 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Tue, 16 Aug 2022 06:26:29 -0500 Subject: [PATCH] refactor(zathura): increase opacity --- dots/.config/zathura/zathurarc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/zathura/zathurarc b/dots/.config/zathura/zathurarc index 17b0382c..17108741 100644 --- a/dots/.config/zathura/zathurarc +++ b/dots/.config/zathura/zathurarc @@ -28,14 +28,14 @@ set statusbar-fg "#f8f8f2" # Foreground set highlight-color "#ffb86c" # Orange set highlight-active-color "#ff79c6" # Pink -set default-bg rgba(40,42,54,0.7) # Background +set default-bg rgba(40,42,54,0.9) # Background set default-fg "#f8f8f2" # Foreground set render-loading true set render-loading-fg "#282a36" # Background set render-loading-bg "#f8f8f2" # Foreground -set recolor-lightcolor rgba(40,42,54,0.7) # Background +set recolor-lightcolor rgba(40,42,54,0.9) # Background set recolor-darkcolor "#f8f8f2" # Foreground set adjust-open width