From ff0ac00c6f75602febfdc02dcec1b2be151b96f9 Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 18 Jun 2024 22:49:55 +0200 Subject: [PATCH] k9s: color tweaks --- .config/k9s/config.yaml | 10 ++++----- .config/k9s/skins/{kiss.yaml => dieter.yaml} | 23 ++++++++++---------- 2 files changed, 17 insertions(+), 16 deletions(-) rename .config/k9s/skins/{kiss.yaml => dieter.yaml} (76%) diff --git a/.config/k9s/config.yaml b/.config/k9s/config.yaml index c7e9d37..f80e58d 100644 --- a/.config/k9s/config.yaml +++ b/.config/k9s/config.yaml @@ -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: diff --git a/.config/k9s/skins/kiss.yaml b/.config/k9s/skins/dieter.yaml similarity index 76% rename from .config/k9s/skins/kiss.yaml rename to .config/k9s/skins/dieter.yaml index f8ba7a7..46c9a99 100644 --- a/.config/k9s/skins/kiss.yaml +++ b/.config/k9s/skins/dieter.yaml @@ -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