Simple port of modus-operandi theme for k9s.
- Modus-themes homepage: https://protesilaos.com/emacs/modus-themes
- Download the theme files and copy them into your k9s skins directory.
Linux:
OUT="${XDG_CONFIG_HOME:-$HOME/.config}/k9s/skins"
mkdir -p "$OUT"
curl -L https://raw.githubusercontent.com/Prikaz98/k9s-modus-operandi/refs/heads/main/modus-operandi.yaml > "$OUT/modus-operandi.yaml"
macOS:
OUT="${XDG_CONFIG_HOME:-$HOME/Library/Application Support}/k9s/skins"
mkdir -p "$OUT"
curl -L https://raw.githubusercontent.com/Prikaz98/k9s-modus-operandi/refs/heads/main/modus-operandi.yaml > "$OUT/modus-operandi.yaml"
- Edit your
config.yaml
so that it setsk9s.ui.skin
to a modus-operandi.
k9s:
ui:
skin: modus-operandi