From 49ac5af2b6e7a66441f19731a597f7b498cb4b7a Mon Sep 17 00:00:00 2001 From: Michael K Date: Wed, 13 Jan 2021 10:24:12 -0600 Subject: [PATCH] fix typo for cluster based skins related to comment made in https://github.com/derailed/k9s/issues/980#issuecomment-738045801 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14eb3b07..769ea4b0 100644 --- a/README.md +++ b/README.md @@ -666,7 +666,7 @@ Example: Dracula Skin ;) You can style K9s based on your own sense of look and style. Skins are YAML files, that enable a user to change the K9s presentation layer. K9s skins are loaded from `$HOME/.k9s/skin.yml`. If a skin file is detected then the skin would be loaded if not the current stock skin remains in effect. -You can also change K9s skins based on the cluster you are connecting too. In this case, you can specify the skin file name as `$HOME/.k9s/mycluster_skin.yml` +You can also change K9s skins based on the cluster you are connecting too. In this case, you can specify the skin file name as `$HOME/.k9s/mycontext_skin.yml` Below is a sample skin file, more skins are available in the skins directory in this repo, just simply copy any of these in your user's home dir as `skin.yml`. Colors can be defined by name or uing an hex representation. Of recent, we've added a color named `default` to indicate a transparent background color to preserve your terminal background color settings if so desired.