catppuccin / k9s

🐶 Soothing pastel theme for k9s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin for k9s

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

  1. Download the theme files & copy them into your k9s skins directory.

Linux

OUT="${XDG_CONFIG_HOME:-$HOME/.config}/k9s/skins"
mkdir -p "$OUT"
curl -L https://github.com/catppuccin/k9s/archive/main.tar.gz | tar xz -C "$OUT" --strip-components=2 k9s-main/dist

macOS

OUT="${XDG_CONFIG_HOME:-$HOME/Library/Application Support}/k9s/skins"
mkdir -p "$OUT"
curl -L https://github.com/catppuccin/k9s/archive/main.tar.gz | tar xz -C "$OUT" --strip-components=2 k9s-main/dist
  1. Edit your config.yaml so that it sets k9s.ui.skin to a Catppuccin flavor.
k9s:
  ui:
    skin: catppuccin-mocha
    # ...or another flavor:
    # skin: catppuccin-macchiato
    # skin: catppuccin-frappe
    # skin: catppuccin-latte

    # ...or the transparent variants:
    # skin: catppuccin-mocha-transparent
    # skin: catppuccin-macchiato-transparent
    # skin: catppuccin-frappe-transparent
    # skin: catppuccin-latte-transparent

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About

🐶 Soothing pastel theme for k9s

License:MIT License


Languages

Language:Just 100.0%