Skip to content

Commit

Permalink
Make zathura readable
Browse files Browse the repository at this point in the history
  • Loading branch information
bakageddy authored and miikanissi committed Jul 9, 2024
1 parent 181dc38 commit 6381afc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lua/modus-themes/extras/zathura.lua
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ set completion-bg "${bg_main}"
set completion-fg "${fg_dim}"
set completion-group-bg "${bg_main}"
set completion-group-fg "${fg_dim}"
set completion-highlight-bg "${bg_main}"
set completion-highlight-fg "${fg_main}"
set completion-highlight-bg "${green}"
set completion-highlight-fg "${bg_main}"
set index-bg "${bg_main}"
set index-fg "${fg_main}"
set index-active-bg "${bg_main}"
set index-active-fg "${fg_main}"
set index-active-bg "${blue}"
set index-active-fg "${bg_main}"
set inputbar-bg "${bg_main}"
set inputbar-fg "${fg_main}"
set statusbar-bg "${bg_status_line_active}"
Expand Down

0 comments on commit 6381afc

Please sign in to comment.