fix: add fish pager selection color (#222)

This commit is contained in:
adrian5
2022-09-24 16:50:29 +02:00
committed by GitHub
parent a9162a7740
commit 6e3a3fe532

View File

@@ -46,6 +46,7 @@ function M.generate(colors)
set -g fish_pager_color_prefix $cyan set -g fish_pager_color_prefix $cyan
set -g fish_pager_color_completion $foreground set -g fish_pager_color_completion $foreground
set -g fish_pager_color_description $comment set -g fish_pager_color_description $comment
set -g fish_pager_color_selected_background --background=$selection
]], ]],
fishColors fishColors