From 543e03509019dae0edacf559ee6b06fb904a046a Mon Sep 17 00:00:00 2001 From: Ed Vinyard Date: Sat, 10 Aug 2019 13:28:51 -0500 Subject: [PATCH] fix typo in "Customizing colors" example (#166) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 235e594..d8bdd16 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ If you like to customize the colors indicating the current namespace or context, ``` export KUBECTX_CURRENT_FGCOLOR=$(tput setaf 6) # blue text -export KUBECTX_CURRENT_BGCOLOR=$(tput setaf 7) # white background +export KUBECTX_CURRENT_BGCOLOR=$(tput setab 7) # white background ``` Colors in the output can be disabled by setting the