An open API service indexing awesome lists of open source software.

https://github.com/catppuccin/k9s

🐶 Soothing pastel theme for k9s
https://github.com/catppuccin/k9s

catppuccin hacktoberfest k9s theme

Last synced: 9 months ago
JSON representation

🐶 Soothing pastel theme for k9s

Awesome Lists containing this project

README

          


Logo


Catppuccin for k9s







## Previews

🌻 Latte

🪴 Frappé

🌺 Macchiato

🌿 Mocha

## Usage

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

### Linux
```bash
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
```bash
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
```

2. Edit your `config.yaml` so that it sets `k9s.ui.skin` to a Catppuccin flavor.
```yaml
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

- [Jeff Davis](https://github.com/JefeDavis)
- [winston](https://github.com/nekowinston)

 




Copyright © 2021-present Catppuccin Org