refactor(zathura): increase opacity

This commit is contained in:
Price Hiller 2022-08-16 06:26:29 -05:00
parent 1cd6f27e24
commit 06a8f0493c

View File

@ -28,14 +28,14 @@ set statusbar-fg "#f8f8f2" # Foreground
set highlight-color "#ffb86c" # Orange set highlight-color "#ffb86c" # Orange
set highlight-active-color "#ff79c6" # Pink 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 default-fg "#f8f8f2" # Foreground
set render-loading true set render-loading true
set render-loading-fg "#282a36" # Background set render-loading-fg "#282a36" # Background
set render-loading-bg "#f8f8f2" # Foreground 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 recolor-darkcolor "#f8f8f2" # Foreground
set adjust-open width set adjust-open width