k9s: color tweaks
This commit is contained in:
parent
82ed7f551e
commit
ff0ac00c6f
2 changed files with 17 additions and 16 deletions
|
@ -7,13 +7,13 @@ k9s:
|
|||
noExitOnCtrlC: false
|
||||
ui:
|
||||
enableMouse: false
|
||||
headless: false
|
||||
logoless: false
|
||||
crumbsless: false
|
||||
headless: true
|
||||
logoless: true
|
||||
crumbsless: true
|
||||
reactive: false
|
||||
noIcons: false
|
||||
defaultsToFullScreen: false
|
||||
skin: kiss
|
||||
defaultsToFullScreen: true
|
||||
skin: dieter
|
||||
skipLatestRevCheck: false
|
||||
disablePodCounting: false
|
||||
shellPod:
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
# -----------------------------------------------------------------------------
|
||||
# K9s Kiss Skin
|
||||
# Author: [@beejeebus](justin.p.randell@gmail.com)
|
||||
# -----------------------------------------------------------------------------
|
||||
# Dieter
|
||||
|
||||
# Skin...
|
||||
k9s:
|
||||
body:
|
||||
fgColor: default
|
||||
|
@ -21,8 +17,8 @@ k9s:
|
|||
bgColor: default
|
||||
buttonFgColor: default
|
||||
buttonBgColor: default
|
||||
buttonFocusFgColor: default
|
||||
buttonFocusBgColor: default
|
||||
buttonFocusFgColor: white
|
||||
buttonFocusBgColor: darkblue
|
||||
labelFgColor: default
|
||||
fieldFgColor: default
|
||||
frame:
|
||||
|
@ -41,7 +37,7 @@ k9s:
|
|||
newColor: default
|
||||
modifyColor: default
|
||||
addColor: default
|
||||
errorColor: default
|
||||
errorColor: red
|
||||
highlightColor: default
|
||||
killColor: default
|
||||
completedColor: default
|
||||
|
@ -55,12 +51,17 @@ k9s:
|
|||
table:
|
||||
fgColor: default
|
||||
bgColor: default
|
||||
cursorFgColor: default
|
||||
cursorBfColor: default
|
||||
cursorFgColor: teal
|
||||
cursorBgColor: darkblue
|
||||
header:
|
||||
fgColor: default
|
||||
bgColor: default
|
||||
sorterColor: default
|
||||
sorterColor: blue
|
||||
xray:
|
||||
fgColor: default
|
||||
bgColor: default
|
||||
cursorColor: blue
|
||||
graphicColor: blue
|
||||
yaml:
|
||||
keyColor: default
|
||||
colonColor: default
|
Loading…
Reference in a new issue