k9s: color tweaks

This commit is contained in:
Daniel Lundin 2024-06-18 22:49:55 +02:00
parent 82ed7f551e
commit ff0ac00c6f
No known key found for this signature in database
2 changed files with 17 additions and 16 deletions

View file

@ -7,13 +7,13 @@ k9s:
noExitOnCtrlC: false noExitOnCtrlC: false
ui: ui:
enableMouse: false enableMouse: false
headless: false headless: true
logoless: false logoless: true
crumbsless: false crumbsless: true
reactive: false reactive: false
noIcons: false noIcons: false
defaultsToFullScreen: false defaultsToFullScreen: true
skin: kiss skin: dieter
skipLatestRevCheck: false skipLatestRevCheck: false
disablePodCounting: false disablePodCounting: false
shellPod: shellPod:

View file

@ -1,9 +1,5 @@
# ----------------------------------------------------------------------------- # Dieter
# K9s Kiss Skin
# Author: [@beejeebus](justin.p.randell@gmail.com)
# -----------------------------------------------------------------------------
# Skin...
k9s: k9s:
body: body:
fgColor: default fgColor: default
@ -21,8 +17,8 @@ k9s:
bgColor: default bgColor: default
buttonFgColor: default buttonFgColor: default
buttonBgColor: default buttonBgColor: default
buttonFocusFgColor: default buttonFocusFgColor: white
buttonFocusBgColor: default buttonFocusBgColor: darkblue
labelFgColor: default labelFgColor: default
fieldFgColor: default fieldFgColor: default
frame: frame:
@ -41,7 +37,7 @@ k9s:
newColor: default newColor: default
modifyColor: default modifyColor: default
addColor: default addColor: default
errorColor: default errorColor: red
highlightColor: default highlightColor: default
killColor: default killColor: default
completedColor: default completedColor: default
@ -55,12 +51,17 @@ k9s:
table: table:
fgColor: default fgColor: default
bgColor: default bgColor: default
cursorFgColor: default cursorFgColor: teal
cursorBfColor: default cursorBgColor: darkblue
header: header:
fgColor: default fgColor: default
bgColor: default bgColor: default
sorterColor: default sorterColor: blue
xray:
fgColor: default
bgColor: default
cursorColor: blue
graphicColor: blue
yaml: yaml:
keyColor: default keyColor: default
colonColor: default colonColor: default