fish: fix autosuggestion color

This commit is contained in:
lelgenio 2021-02-14 15:17:17 -03:00
parent 0bfc63a1e2
commit e640c671f8
1 changed files with 2 additions and 2 deletions

View File

@ -14,9 +14,9 @@ set fish_color_operator purple
set fish_color_command green
set fish_color_error red
set fish_color_param normal
set fish_color_autosuggestion '{{@@ color.nontxt @@}}'
set fish_color_autosuggestion '{{@@ color.bg_light @@}}'
set fish_pager_color_selected_background --background={{@@ color.bg_light @@}}
set fish_pager_color_selected_background --background='{{@@ color.bg_light @@}}'
set fish_pager_color_prefix normal --bold
set fish_pager_color_completion normal
set fish_pager_color_description yellow