From 82ed7f551efd9f096d32aae1656c63b1ea8d0d6a Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Tue, 18 Jun 2024 13:47:23 +0200 Subject: [PATCH] k9s: use colorless skin --- .config/k9s/config.yaml | 42 +++++++++++++++ .config/k9s/skin.yml | 100 ------------------------------------ .config/k9s/skins/kiss.yaml | 75 +++++++++++++++++++++++++++ 3 files changed, 117 insertions(+), 100 deletions(-) create mode 100644 .config/k9s/config.yaml delete mode 100644 .config/k9s/skin.yml create mode 100644 .config/k9s/skins/kiss.yaml diff --git a/.config/k9s/config.yaml b/.config/k9s/config.yaml new file mode 100644 index 0000000..c7e9d37 --- /dev/null +++ b/.config/k9s/config.yaml @@ -0,0 +1,42 @@ +k9s: + liveViewAutoRefresh: false + screenDumpDir: /home/dln/.local/state/k9s/screen-dumps + refreshRate: 2 + maxConnRetry: 5 + readOnly: false + noExitOnCtrlC: false + ui: + enableMouse: false + headless: false + logoless: false + crumbsless: false + reactive: false + noIcons: false + defaultsToFullScreen: false + skin: kiss + skipLatestRevCheck: false + disablePodCounting: false + shellPod: + image: busybox:1.35.0 + namespace: default + limits: + cpu: 100m + memory: 100Mi + imageScans: + enable: false + exclusions: + namespaces: [] + labels: {} + logger: + tail: 100 + buffer: 5000 + sinceSeconds: -1 + textWrap: false + showTime: false + thresholds: + cpu: + critical: 90 + warn: 70 + memory: + critical: 90 + warn: 70 diff --git a/.config/k9s/skin.yml b/.config/k9s/skin.yml deleted file mode 100644 index 81ecb20..0000000 --- a/.config/k9s/skin.yml +++ /dev/null @@ -1,100 +0,0 @@ -# K9s Gruvbox Light Skin Contributed by [@indiebrain](https://github.com/indiebrain) -foreground: &foreground default -background: &background default -current_line: ¤t_line "#ebdbb2" -selection: &selection "#3c3735" -comment: &comment "#bdad93" -cyan: &cyan "#78ad79" -green: &green "#989719" -orange: &orange "#d79920" -magenta: &magenta "#b16185" -blue: &blue "#448488" -red: &red "#cc231c" - -k9s: - body: - fgColor: *foreground - bgColor: *background - logoColor: *blue - prompt: - fgColor: *foreground - bgColor: *background - suggestColor: *orange - info: - fgColor: *magenta - sectionColor: *foreground - help: - fgColor: *foreground - bgColor: *background - keyColor: *magenta - numKeyColor: *blue - sectionColor: *green - dialog: - fgColor: *foreground - bgColor: *background - buttonFgColor: *foreground - buttonBgColor: *magenta - buttonFocusFgColor: white - buttonFocusBgColor: *cyan - labelFgColor: *orange - fieldFgColor: *foreground - frame: - border: - fgColor: *selection - focusColor: *current_line - menu: - fgColor: *foreground - keyColor: *magenta - numKeyColor: *magenta - crumbs: - fgColor: *foreground - bgColor: *comment - activeColor: *blue - status: - newColor: *cyan - modifyColor: *blue - addColor: *green - errorColor: *red - highlightColor: *orange - killColor: *comment - completedColor: *comment - title: - fgColor: *foreground - bgColor: *background - highlightColor: *orange - counterColor: *blue - filterColor: *magenta - views: - charts: - bgColor: background - defaultDialColors: - - *blue - - *red - defaultChartColors: - - *blue - - *red - table: - fgColor: *foreground - bgColor: *background - cursorFgColor: *foreground - cursorBgColor: *current_line - header: - fgColor: *foreground - bgColor: *background - sorterColor: *selection - xray: - fgColor: *foreground - bgColor: *background - cursorColor: *current_line - graphicColor: *blue - showIcons: false - yaml: - keyColor: *magenta - colonColor: *blue - valueColor: *foreground - logs: - fgColor: *foreground - bgColor: *background - indicator: - fgColor: *foreground - bgColor: *background diff --git a/.config/k9s/skins/kiss.yaml b/.config/k9s/skins/kiss.yaml new file mode 100644 index 0000000..f8ba7a7 --- /dev/null +++ b/.config/k9s/skins/kiss.yaml @@ -0,0 +1,75 @@ +# ----------------------------------------------------------------------------- +# K9s Kiss Skin +# Author: [@beejeebus](justin.p.randell@gmail.com) +# ----------------------------------------------------------------------------- + +# Skin... +k9s: + body: + fgColor: default + bgColor: default + logoColor: default + prompt: + fgColor: default + bgColor: default + suggestColor: default + info: + fgColor: default + sectionColor: default + dialog: + fgColor: default + bgColor: default + buttonFgColor: default + buttonBgColor: default + buttonFocusFgColor: default + buttonFocusBgColor: default + labelFgColor: default + fieldFgColor: default + frame: + border: + fgColor: default + focusColor: default + menu: + fgColor: default + keyColor: default + numKeyColor: default + crumbs: + fgColor: default + bgColor: default + activeColor: default + status: + newColor: default + modifyColor: default + addColor: default + errorColor: default + highlightColor: default + killColor: default + completedColor: default + title: + fgColor: default + bgColor: default + highlightColor: default + counterColor: default + filterColor: default + views: + table: + fgColor: default + bgColor: default + cursorFgColor: default + cursorBfColor: default + header: + fgColor: default + bgColor: default + sorterColor: default + yaml: + keyColor: default + colonColor: default + valueColor: default + logs: + fgColor: default + bgColor: default + indicator: + fgColor: default + bgColor: default + toggleOnColor: default + toggleOffColor: default