From e36716a3ffcfc1b06787aebbf53fa45f5eb36d76 Mon Sep 17 00:00:00 2001 From: Jesse Orr Date: Fri, 21 Mar 2025 16:36:52 -0700 Subject: [PATCH] Fixed skin configuration reference of in_the_navy to in-the-navy matching actual filename (#3223) The filename of in_the_navy.yaml did not exist, like the documentation implied. It took a while to determine the actual filename was using hyphens and not underscores. Updating the documentation to reflect reality. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 23a65b95..dc16d078 100644 --- a/README.md +++ b/README.md @@ -1018,13 +1018,13 @@ Colors can be defined by name or using a hex representation. Of recent, we've ad > NOTE: This is very much an experimental feature at this time, more will be added/modified if this feature has legs so thread accordingly! > NOTE: Please see [K9s Skins](https://k9scli.io/topics/skins/) for a list of available colors. -To skin a specific context and provided the file `in_the_navy.yaml` is present in your skins directory. +To skin a specific context and provided the file `in-the-navy.yaml` is present in your skins directory. ```yaml # $XDG_DATA_HOME/k9s/clusters/clusterX/contextY/config.yaml k9s: cluster: clusterX - skin: in_the_navy + skin: in-the-navy readOnly: false namespace: active: default @@ -1091,7 +1091,7 @@ k9s: ``` ```yaml -# $XDG_DATA_HOME/k9s/skins/in_the_navy.yaml +# $XDG_DATA_HOME/k9s/skins/in-the-navy.yaml # Skin InTheNavy! k9s: # General K9s styles