diff options
author | Yigit Sever | 2024-04-02 21:39:34 +0300 |
---|---|---|
committer | Yigit Sever | 2024-04-02 21:39:34 +0300 |
commit | 1d23f7543067fc000951a58ded38cae172c3225c (patch) | |
tree | 21041093186625ac7587b04dac695a8a1f406d21 /.config/zathura/catppuccin-mocha | |
parent | b8dc16b95897d6e8b6cbe293186f51112cf6d9a4 (diff) | |
download | dotfiles-1d23f7543067fc000951a58ded38cae172c3225c.tar.gz dotfiles-1d23f7543067fc000951a58ded38cae172c3225c.tar.bz2 dotfiles-1d23f7543067fc000951a58ded38cae172c3225c.zip |
zathura: fix search results blending
Diffstat (limited to '.config/zathura/catppuccin-mocha')
-rw-r--r-- | .config/zathura/catppuccin-mocha | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.config/zathura/catppuccin-mocha b/.config/zathura/catppuccin-mocha index e0faa05..5703c19 100644 --- a/.config/zathura/catppuccin-mocha +++ b/.config/zathura/catppuccin-mocha | |||
@@ -21,6 +21,7 @@ set notification-warning-fg "#FAE3B0" | |||
21 | set inputbar-fg "#CDD6F4" | 21 | set inputbar-fg "#CDD6F4" |
22 | set inputbar-bg "#313244" | 22 | set inputbar-bg "#313244" |
23 | 23 | ||
24 | set recolor "true" | ||
24 | set recolor-lightcolor "#1E1E2E" | 25 | set recolor-lightcolor "#1E1E2E" |
25 | set recolor-darkcolor "#CDD6F4" | 26 | set recolor-darkcolor "#CDD6F4" |
26 | 27 | ||
@@ -32,6 +33,6 @@ set index-active-bg "#313244" | |||
32 | set render-loading-bg "#1E1E2E" | 33 | set render-loading-bg "#1E1E2E" |
33 | set render-loading-fg "#CDD6F4" | 34 | set render-loading-fg "#CDD6F4" |
34 | 35 | ||
35 | set highlight-color "#575268" | 36 | set highlight-color "rgba(87, 82, 104, 0.5)" |
36 | set highlight-fg "#F5C2E7" | 37 | set highlight-fg "rgba(245, 194, 231, 0.5)" |
37 | set highlight-active-color "#F5C2E7" | 38 | set highlight-active-color "rgba(245, 194, 231, 0.5)" |