Update README.md

Clarify what fg stands for.

https://stackoverflow.com/questions/47310537/how-to-change-zsh-autosuggestions-color
This commit is contained in:
Daniel L. Polanco 2019-05-18 12:27:04 -06:00 committed by GitHub
parent 733abd4af0
commit 139ab0bfd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,9 @@ You may want to override the default global config variables. Default values of
### Suggestion Highlight Style ### Suggestion Highlight Style
Set `ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE` to configure the style that the suggestion is shown with. The default is `fg=8`. Set `ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE` to configure the style that the suggestion is shown with. The default is `fg=8`, which follows the xterm-256-color convention.
<img src="https://upload.wikimedia.org/wikipedia/commons/1/15/Xterm_256color_chart.svg" width="100" height="100">
### Suggestion Strategy ### Suggestion Strategy