Skip to content

Commit

Permalink
fix: add fish pager selection color (folke#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian5 committed Sep 24, 2022
1 parent 212a021 commit 0e4f5ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lua/tokyonight/extra/fish.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function M.generate(colors)
set -l purple ${purple}
set -l cyan ${cyan}
set -l pink ${magenta}
# Syntax Highlighting Colors
set -g fish_color_normal $foreground
set -g fish_color_command $cyan
Expand All @@ -40,13 +40,14 @@ function M.generate(colors)
set -g fish_color_operator $green
set -g fish_color_escape $pink
set -g fish_color_autosuggestion $comment
# Completion Pager Colors
set -g fish_pager_color_progress $comment
set -g fish_pager_color_prefix $cyan
set -g fish_pager_color_completion $foreground
set -g fish_pager_color_description $comment
set -g fish_pager_color_selected_background --background=$selection
]],
fishColors
)
Expand Down

0 comments on commit 0e4f5ad

Please sign in to comment.