From 139ab0bfd41c078fd13696f7a82fe093a4be0740 Mon Sep 17 00:00:00 2001 From: "Daniel L. Polanco" Date: Sat, 18 May 2019 12:27:04 -0600 Subject: [PATCH] Update README.md Clarify what fg stands for. https://stackoverflow.com/questions/47310537/how-to-change-zsh-autosuggestions-color --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5a57e0..b052d12 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,9 @@ You may want to override the default global config variables. Default values of ### 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. + + ### Suggestion Strategy