From 982785f5b715322d1393b687cfe2880593809747 Mon Sep 17 00:00:00 2001
From: rycee 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;
+}