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
- Host: GitHub
- URL: https://github.com/catppuccin/k9s
- Owner: catppuccin
- License: mit
- Created: 2022-10-08T23:41:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T15:06:45.000Z (over 1 year ago)
- Last Synced: 2025-08-07T01:58:20.050Z (11 months ago)
- Topics: catppuccin, hacktoberfest, k9s, theme
- Language: Just
- Homepage:
- Size: 248 KB
- Stars: 179
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

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