refactor(zathura): improve visibility in recolored text
Some checks failed
Check Formatting of Files / Check-Formatting (push) Has been cancelled

This commit is contained in:
Price Hiller 2024-10-20 22:13:02 -05:00
parent ec4f4caf17
commit 1b3926bf91
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -3,12 +3,12 @@ set notification-error-fg "#FF5D62"
set notification-warning-bg "#1F1F28"
set notification-warning-fg "#FFA066"
set notification-bg "#1F1F28"
set notification-fg "#DCD7BA"
set notification-fg "#FFF9D8"
set completion-bg "#1F1F28"
set completion-fg "#DCD7BA"
set completion-fg "#FFF9D8"
set completion-group-bg "#2A2A37"
set completion-group-fg "#DCD7BA"
set completion-group-fg "#FFF9D8"
set completion-highlight-bg "#957FB8"
set completion-highlight-fg "#1F1F28"
@ -18,23 +18,23 @@ set index-active-bg "#957FB8"
set index-active-fg "#1F1F28"
set inputbar-bg "#252535"
set inputbar-fg "#DCD7BA"
set inputbar-fg "#FFF9D8"
set statusbar-bg "#181820"
set statusbar-fg "#DCD7BA"
set statusbar-fg "#FFF9D8"
set highlight "#000000"
set highlight-color "rgba(255, 160, 102, 0.5)"
set highlight-active-color "rgba(255, 93, 98, 0.7)"
set default-bg "#16161D"
set default-fg "#DCD7BA"
set default-fg "#FFF9D8"
set render-loading "true"
set render-loading-bg "#1F1F28"
set render-loading-fg "#DCD7BA"
set render-loading-fg "#FFF9D8"
set recolor-lightcolor "#1F1F28"
set recolor-darkcolor "#DCD7BA"
set recolor-lightcolor "#1A1C2B"
set recolor-darkcolor "#FFF9D8"
set recolor "true"
set recolor-keephue "true"