Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change ZSH Autocompletion Highlight?

I am new to ZSH and I'm having a little bit of trouble changing up some colors from the Autocomplete function. When the list comes up and I'm using the arrows to move around the options from the Autocomplete, the selected element gets a different background.

Screenshot

I would like to just change the color of the selected element.

I have only installed ZSH and oh-my-zsh. I'm currently using the bira theme.

like image 735
MinusFour Avatar asked Oct 21 '22 02:10

MinusFour


1 Answers

;)

In .zshrc:

 zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
like image 88
ArtLove Avatar answered Oct 24 '22 00:10

ArtLove