We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 181dc38 commit 6381afcCopy full SHA for 6381afc
lua/modus-themes/extras/zathura.lua
@@ -19,12 +19,12 @@ set completion-bg "${bg_main}"
19
set completion-fg "${fg_dim}"
20
set completion-group-bg "${bg_main}"
21
set completion-group-fg "${fg_dim}"
22
-set completion-highlight-bg "${bg_main}"
23
-set completion-highlight-fg "${fg_main}"
+set completion-highlight-bg "${green}"
+set completion-highlight-fg "${bg_main}"
24
set index-bg "${bg_main}"
25
set index-fg "${fg_main}"
26
-set index-active-bg "${bg_main}"
27
-set index-active-fg "${fg_main}"
+set index-active-bg "${blue}"
+set index-active-fg "${bg_main}"
28
set inputbar-bg "${bg_main}"
29
set inputbar-fg "${fg_main}"
30
set statusbar-bg "${bg_status_line_active}"
0 commit comments