diff --git a/skins/black_and_wtf.yml b/skins/black_and_wtf.yml index 4b1618fb..ee11a491 100644 --- a/skins/black_and_wtf.yml +++ b/skins/black_and_wtf.yml @@ -40,4 +40,7 @@ k9s: yaml: keyColor: ghostwhite colorColor: slategray - valueColor: navajowhite \ No newline at end of file + valueColor: navajowhite + logs: + fgColor: ghostwhite + bgColor: black \ No newline at end of file diff --git a/skins/in_the_navy.yml b/skins/in_the_navy.yml index 97f5d58c..52155e06 100644 --- a/skins/in_the_navy.yml +++ b/skins/in_the_navy.yml @@ -7,6 +7,7 @@ k9s: sectionColor: steelblue border: fgColor: dodgerblue + bgColor: darkblue focusColor: aliceblue menu: fgColor: darkblue @@ -34,11 +35,14 @@ k9s: completedColor: gray title: fgColor: aqua - bgColor: white + bgColor: darkblue highlightColor: skyblue counterColor: slateblue filterColor: slategray yaml: keyColor: steelblue colorColor: blue - valueColor: royalblue \ No newline at end of file + valueColor: royalblue + logs: + fgColor: white + bgColor: darkblue diff --git a/skins/stock.yml b/skins/stock.yml index a3283b97..ec808b02 100644 --- a/skins/stock.yml +++ b/skins/stock.yml @@ -21,10 +21,26 @@ k9s: bgColor: black cursorColor: aqua header: - fgColor: aqua + fgColor: white bgColor: black sorterColor: orange + status: + newColor: lightskyblue + modifyColor: greenyellow + addColor: white + errorColor: orangered + highlightcolor: aqua + killColor: mediumpurple + completedColor: gray + title: + fgColor: aqua + highlightColor: fuchsia + counterColor: papayawhip + filterColor: steelblue yaml: keyColor: steelblue colonColor: white valueColor: papayawhip + logs: + fgColor: white + bgColor: black \ No newline at end of file