From c7a88a07b9287db9c129914483f6b3ae1ab5404c Mon Sep 17 00:00:00 2001 From: awy Date: Fri, 14 Nov 2025 23:43:38 +0300 Subject: init --- .../k9s/skins/catppuccin-mocha-transparent.yaml | 100 +++++++++++++++++ .config/k9s/skins/everforest-dark.yaml | 114 ++++++++++++++++++++ .config/k9s/skins/gruvbox.yaml | 105 ++++++++++++++++++ .config/k9s/skins/nord.yaml | 120 +++++++++++++++++++++ 4 files changed, 439 insertions(+) create mode 100644 .config/k9s/skins/catppuccin-mocha-transparent.yaml create mode 100644 .config/k9s/skins/everforest-dark.yaml create mode 100644 .config/k9s/skins/gruvbox.yaml create mode 100644 .config/k9s/skins/nord.yaml (limited to '.config/k9s') diff --git a/.config/k9s/skins/catppuccin-mocha-transparent.yaml b/.config/k9s/skins/catppuccin-mocha-transparent.yaml new file mode 100644 index 0000000..44df98c --- /dev/null +++ b/.config/k9s/skins/catppuccin-mocha-transparent.yaml @@ -0,0 +1,100 @@ +k9s: + body: + fgColor: '#cdd6f4' + bgColor: default + logoColor: '#cba6f7' + prompt: + fgColor: '#cdd6f4' + bgColor: default + suggestColor: '#89b4fa' + help: + fgColor: '#cdd6f4' + bgColor: default + sectionColor: '#a6e3a1' + keyColor: '#89b4fa' + numKeyColor: '#eba0ac' + frame: + title: + fgColor: '#94e2d5' + bgColor: default + highlightColor: '#f5c2e7' + counterColor: '#f9e2af' + filterColor: '#a6e3a1' + border: + fgColor: '#cba6f7' + focusColor: '#b4befe' + menu: + fgColor: '#cdd6f4' + keyColor: '#89b4fa' + numKeyColor: '#eba0ac' + crumbs: + fgColor: '#1e1e2e' + bgColor: default + activeColor: '#f2cdcd' + status: + newColor: '#89b4fa' + modifyColor: '#b4befe' + addColor: '#a6e3a1' + pendingColor: '#fab387' + errorColor: '#f38ba8' + highlightColor: '#89dceb' + killColor: '#cba6f7' + completedColor: '#6c7086' + info: + fgColor: '#fab387' + sectionColor: '#cdd6f4' + views: + table: + fgColor: '#cdd6f4' + bgColor: default + cursorFgColor: '#313244' + cursorBgColor: '#45475a' + markColor: '#f5e0dc' + header: + fgColor: '#f9e2af' + bgColor: default + sorterColor: '#89dceb' + xray: + fgColor: '#cdd6f4' + bgColor: default + cursorColor: '#45475a' + cursorTextColor: '#1e1e2e' + graphicColor: '#f5c2e7' + charts: + bgColor: default + chartBgColor: default + dialBgColor: default + defaultDialColors: + - '#a6e3a1' + - '#f38ba8' + defaultChartColors: + - '#a6e3a1' + - '#f38ba8' + resourceColors: + cpu: + - '#cba6f7' + - '#89b4fa' + mem: + - '#f9e2af' + - '#fab387' + yaml: + keyColor: '#89b4fa' + valueColor: '#cdd6f4' + colonColor: '#a6adc8' + logs: + fgColor: '#cdd6f4' + bgColor: default + indicator: + fgColor: '#b4befe' + bgColor: default + toggleOnColor: '#a6e3a1' + toggleOffColor: '#a6adc8' + dialog: + fgColor: '#f9e2af' + bgColor: default + buttonFgColor: '#1e1e2e' + buttonBgColor: default + buttonFocusFgColor: '#1e1e2e' + buttonFocusBgColor: '#f5c2e7' + labelFgColor: '#f5e0dc' + fieldFgColor: '#cdd6f4' diff --git a/.config/k9s/skins/everforest-dark.yaml b/.config/k9s/skins/everforest-dark.yaml new file mode 100644 index 0000000..5f29193 --- /dev/null +++ b/.config/k9s/skins/everforest-dark.yaml @@ -0,0 +1,114 @@ +# ----------------------------------------------------------------------------- +# Everforest Dark +# https://github.com/sainnhe/everforest/blob/master/palette.md#dark +# ----------------------------------------------------------------------------- +# +text: &text "#d3c6aa" +base: &base "#1e2326" +overlay: &overlay "#2e383c" +muted: &muted "#495156" +red: &red "#e67e80" +blue: &blue "#7fbbb3" +yellow: &yellow "#dbbc7f" +green: &green "#83c092" +pink: &pink "#d699b6" +orange: &orange "#e69875" + +# Skin... +k9s: + # General K9s styles + body: + fgColor: *text + bgColor: *base + logoColor: *green + # Command prompt styles + prompt: + fgColor: *text + bgColor: *base + suggestColor: *green + border: + command: *orange + default: *blue + # ClusterInfoView styles. + info: + fgColor: *green + sectionColor: *text + # Dialog styles. + dialog: + fgColor: *text + bgColor: *base + buttonFgColor: *text + buttonBgColor: *green + buttonFocusFgColor: *yellow + buttonFocusBgColor: *green + labelFgColor: *yellow + fieldFgColor: *text + frame: + # Borders styles. + border: + fgColor: *overlay + focusColor: *overlay + menu: + fgColor: *text + keyColor: *green + # Used for favorite namespaces + numKeyColor: *green + # CrumbView attributes for history navigation. + crumbs: + fgColor: *text + bgColor: *overlay + activeColor: *overlay + # Resource status and update styles + status: + newColor: *green + modifyColor: *red + addColor: *blue + errorColor: *pink + highlightcolor: *yellow + killColor: *muted + completedColor: *muted + # Border title styles. + title: + fgColor: *text + bgColor: *overlay + highlightColor: *yellow + counterColor: *green + filterColor: *green + views: + # Charts skins... + charts: + bgColor: default + defaultDialColors: + - *green + - *pink + defaultChartColors: + - *green + - *pink + # TableView attributes. + table: + fgColor: *text + bgColor: *base + # Header row styles. + header: + fgColor: *text + bgColor: *base + sorterColor: *red + # Xray view attributes. + xray: + fgColor: *text + bgColor: *base + cursorColor: *overlay + graphicColor: *green + showIcons: false + # YAML info styles. + yaml: + keyColor: *green + colonColor: *green + valueColor: *text + # Logs styles. + logs: + fgColor: *text + bgColor: *base + indicator: + fgColor: *text + bgColor: *base diff --git a/.config/k9s/skins/gruvbox.yaml b/.config/k9s/skins/gruvbox.yaml new file mode 100644 index 0000000..d3bd8e4 --- /dev/null +++ b/.config/k9s/skins/gruvbox.yaml @@ -0,0 +1,105 @@ +# ----------------------------------------------------------------------------- +# K9s Gruvbox Dark Skin +# Author: [@indiebrain](https://github.com/indiebrain) +# ----------------------------------------------------------------------------- + +# Styles... +foreground: &foreground "#ebdbb2" +background: &background "#272727" +current_line: ¤t_line "#ebdbb2" +selection: &selection "#3c3735" +comment: &comment "#bdad93" +cyan: &cyan "#689d69" +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: "#fff" + 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/nord.yaml b/.config/k9s/skins/nord.yaml new file mode 100644 index 0000000..eb498b5 --- /dev/null +++ b/.config/k9s/skins/nord.yaml @@ -0,0 +1,120 @@ +# ----------------------------------------------------------------------------- +# Nord skin +# ----------------------------------------------------------------------------- + +# Styles... +foreground: &foreground "#DADEE8" +background: &background "#30343F" +current_line: ¤t_line "#383D4A" +selection: &selection "#D9DEE8" +comment: &comment "#8891A7" +cyan: &cyan "#88C0D0" +green: &green "#A3BE8C" +orange: &orange "#D08770" +blue: &blue "#81A1C1" +magenta: &magenta "#B48EAD" +red: &red "#BF616A" +yellow: &yellow "#EBCB8B" + +# Skin... +k9s: + # General K9s styles + body: + fgColor: *foreground + bgColor: default + logoColor: *magenta + # Command prompt styles + prompt: + fgColor: *foreground + bgColor: *background + suggestColor: *orange + # ClusterInfoView styles. + info: + fgColor: *blue + sectionColor: *foreground + # Dialog styles. + dialog: + fgColor: *foreground + bgColor: default + buttonFgColor: *foreground + buttonBgColor: *magenta + buttonFocusFgColor: *yellow + buttonFocusBgColor: *blue + labelFgColor: *orange + fieldFgColor: *foreground + frame: + # Borders styles. + border: + fgColor: *selection + focusColor: *current_line + menu: + fgColor: *foreground + keyColor: *blue + # Used for favorite namespaces + numKeyColor: *blue + # CrumbView attributes for history navigation. + crumbs: + fgColor: *foreground + bgColor: *current_line + activeColor: *current_line + # Resource status and update styles + status: + newColor: *cyan + modifyColor: *magenta + addColor: *green + errorColor: *red + highlightColor: *orange + killColor: *comment + completedColor: *comment + # Border title styles. + title: + fgColor: *foreground + bgColor: *current_line + highlightColor: *orange + counterColor: *magenta + filterColor: *blue + views: + # Charts skins... + charts: + bgColor: default + defaultDialColors: + - *magenta + - *red + defaultChartColors: + - *magenta + - *red + # TableView attributes. + table: + fgColor: *foreground + bgColor: default + # Header row styles. + header: + fgColor: *foreground + bgColor: default + sorterColor: *cyan + # Xray view attributes. + xray: + fgColor: *foreground + bgColor: default + cursorColor: *current_line + graphicColor: *magenta + showIcons: false + # YAML info styles. + yaml: + keyColor: *blue + colonColor: *magenta + valueColor: *foreground + # Logs styles. + logs: + fgColor: *foreground + bgColor: default + indicator: + fgColor: *foreground + bgColor: *magenta + toggleOnColor: *magenta + toggleOffColor: *blue + help: + fgColor: *foreground + bgColor: *background + indicator: + fgColor: *red -- cgit v1.2.3