Skip to content

Commit 6381afc

Browse files
bakageddymiikanissi
authored andcommitted
Make zathura readable
1 parent 181dc38 commit 6381afc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lua/modus-themes/extras/zathura.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ set completion-bg "${bg_main}"
1919
set completion-fg "${fg_dim}"
2020
set completion-group-bg "${bg_main}"
2121
set completion-group-fg "${fg_dim}"
22-
set completion-highlight-bg "${bg_main}"
23-
set completion-highlight-fg "${fg_main}"
22+
set completion-highlight-bg "${green}"
23+
set completion-highlight-fg "${bg_main}"
2424
set index-bg "${bg_main}"
2525
set index-fg "${fg_main}"
26-
set index-active-bg "${bg_main}"
27-
set index-active-fg "${fg_main}"
26+
set index-active-bg "${blue}"
27+
set index-active-fg "${bg_main}"
2828
set inputbar-bg "${bg_main}"
2929
set inputbar-fg "${fg_main}"
3030
set statusbar-bg "${bg_status_line_active}"

0 commit comments

Comments
 (0)