Zathura transparency

This commit is contained in:
~erin 2023-04-15 22:06:26 -04:00
parent 58a056dccf
commit 0f3ffdf1a3
Signed by: erin
GPG Key ID: 9A8E308CEFA37A47
1 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,7 @@
set default-fg "#CDD6F4"
set default-bg "#1E1E2E"
set default-fg rgba(0,0,0,0)
set default-bg rgba(30,30,46,0.7)
set recolor "true"
set completion-bg "#313244"
set completion-fg "#CDD6F4"
@ -21,8 +23,8 @@ set notification-warning-fg "#FAE3B0"
set inputbar-fg "#CDD6F4"
set inputbar-bg "#313244"
set recolor-lightcolor "#1E1E2E"
set recolor-darkcolor "#CDD6F4"
set recolor-lightcolor rgba(30,30,46,0.7)
set recolor-darkcolor rgba(205, 214, 244,0.7)
set index-fg "#CDD6F4"
set index-bg "#1E1E2E"