Skip to content

Commit e36716a

Browse files
authored
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.
1 parent f6fc991 commit e36716a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1018,13 +1018,13 @@ Colors can be defined by name or using a hex representation. Of recent, we've ad
10181018
> NOTE: This is very much an experimental feature at this time, more will be added/modified if this feature has legs so thread accordingly!
10191019
> NOTE: Please see [K9s Skins](https://k9scli.io/topics/skins/) for a list of available colors.
10201020
1021-
To skin a specific context and provided the file `in_the_navy.yaml` is present in your skins directory.
1021+
To skin a specific context and provided the file `in-the-navy.yaml` is present in your skins directory.
10221022
10231023
```yaml
10241024
# $XDG_DATA_HOME/k9s/clusters/clusterX/contextY/config.yaml
10251025
k9s:
10261026
cluster: clusterX
1027-
skin: in_the_navy
1027+
skin: in-the-navy
10281028
readOnly: false
10291029
namespace:
10301030
active: default
@@ -1091,7 +1091,7 @@ k9s:
10911091
```
10921092
10931093
```yaml
1094-
# $XDG_DATA_HOME/k9s/skins/in_the_navy.yaml
1094+
# $XDG_DATA_HOME/k9s/skins/in-the-navy.yaml
10951095
# Skin InTheNavy!
10961096
k9s:
10971097
# General K9s styles

0 commit comments

Comments
 (0)