zathura: Customize more colros

This commit is contained in:
2023-06-27 18:24:55 +02:00
parent 80e09685e7
commit 13e05e09ac

View File

@@ -7,6 +7,15 @@ set statusbar-bg "rgba(25, 25, 25, 0.5)"
set notification-bg "#000000"
set notification-fg "#FFFFFF"
# Change the greenish accent color (#9FBC00) to bright yellow
set completion-highlight-bg "#FCE94F"
set inputbar-fg "#FCE94F"
set highlight-color "#FCE94F"
set index-active-bg "#FCE94F"
# Set the foreground to something that can be read on highlight-color
set highlight-fg "#000000"
# Show statusbar and vertical scrollbar
set guioptions "sv"