diff --git a/options.xhtml b/options.xhtml index e325ac6c1..f6865b659 100644 --- a/options.xhtml +++ b/options.xhtml @@ -28056,18 +28056,21 @@ or Library/Application Support/k9s/skins/ (darwin) https://k9scli.io/topics/skins/ for supported values.

Type: -attribute set of (YAML value)

+attribute set of (YAML value or path)

Default: { }

-

Example:

my_blue_skin = {
-  k9s = {
-    body = {
-      fgColor = "dodgerblue";
+

Example:

{
+  my_blue_skin = {
+    k9s = {
+      body = {
+        fgColor = "dodgerblue";
+      };
     };
   };
-};
+  my_red_skin = ./red_skin.yaml;
+}