updated skins
parent
2eb817fda8
commit
4601d95e0f
|
|
@ -40,4 +40,7 @@ k9s:
|
||||||
yaml:
|
yaml:
|
||||||
keyColor: ghostwhite
|
keyColor: ghostwhite
|
||||||
colorColor: slategray
|
colorColor: slategray
|
||||||
valueColor: navajowhite
|
valueColor: navajowhite
|
||||||
|
logs:
|
||||||
|
fgColor: ghostwhite
|
||||||
|
bgColor: black
|
||||||
|
|
@ -7,6 +7,7 @@ k9s:
|
||||||
sectionColor: steelblue
|
sectionColor: steelblue
|
||||||
border:
|
border:
|
||||||
fgColor: dodgerblue
|
fgColor: dodgerblue
|
||||||
|
bgColor: darkblue
|
||||||
focusColor: aliceblue
|
focusColor: aliceblue
|
||||||
menu:
|
menu:
|
||||||
fgColor: darkblue
|
fgColor: darkblue
|
||||||
|
|
@ -34,11 +35,14 @@ k9s:
|
||||||
completedColor: gray
|
completedColor: gray
|
||||||
title:
|
title:
|
||||||
fgColor: aqua
|
fgColor: aqua
|
||||||
bgColor: white
|
bgColor: darkblue
|
||||||
highlightColor: skyblue
|
highlightColor: skyblue
|
||||||
counterColor: slateblue
|
counterColor: slateblue
|
||||||
filterColor: slategray
|
filterColor: slategray
|
||||||
yaml:
|
yaml:
|
||||||
keyColor: steelblue
|
keyColor: steelblue
|
||||||
colorColor: blue
|
colorColor: blue
|
||||||
valueColor: royalblue
|
valueColor: royalblue
|
||||||
|
logs:
|
||||||
|
fgColor: white
|
||||||
|
bgColor: darkblue
|
||||||
|
|
|
||||||
|
|
@ -21,10 +21,26 @@ k9s:
|
||||||
bgColor: black
|
bgColor: black
|
||||||
cursorColor: aqua
|
cursorColor: aqua
|
||||||
header:
|
header:
|
||||||
fgColor: aqua
|
fgColor: white
|
||||||
bgColor: black
|
bgColor: black
|
||||||
sorterColor: orange
|
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:
|
yaml:
|
||||||
keyColor: steelblue
|
keyColor: steelblue
|
||||||
colonColor: white
|
colonColor: white
|
||||||
valueColor: papayawhip
|
valueColor: papayawhip
|
||||||
|
logs:
|
||||||
|
fgColor: white
|
||||||
|
bgColor: black
|
||||||
Loading…
Reference in New Issue