We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7665b3c commit 5388535Copy full SHA for 5388535
1 file changed
src/content/docs/reference/config.mdx
@@ -6,6 +6,11 @@ description: Configuration file reference
6
In addition to environment variables, you can configure kubecolor via
7
a dedicated config file: `~/.kube/color.yaml`
8
9
+The "[`!color`](/reference/types/color)" & "[`!color-list`](/reference/types/color-list)"
10
+YAML tags are only included here in the documentation to signal what data type
11
+is used.
12
+The tags should not be present in your config file.
13
+
14
Example file (the values shows the default values):
15
16
```yaml
0 commit comments