Kibble
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Color Palette
fg
bg
cur
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Setup
Run this command in your terminal. Reload open terminals for the theme to take effect.
cmux themes set --dark "Kibble"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f7f7f7 background = #0e100a cursor-color = #9fda9c palette = 0=#4d4d4d palette = 1=#c70031 palette = 2=#29cf13 palette = 3=#d8e30e palette = 4=#3449d1 palette = 5=#8400ff palette = 6=#0798ab palette = 7=#e2d1e3 palette = 8=#5a5a5a palette = 9=#f01578 palette = 10=#6ce05c palette = 11=#f3f79e palette = 12=#97a4f7 palette = 13=#c495f0 palette = 14=#68f2e0 palette = 15=#ffffff
Similar Themes
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
GitHub Dark Default
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
GitHub Dark High Contrast
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world
Argonaut
~/projects $ ls README.md src/ config.toml themes/ ~/projects $ git status On branch main Changes not staged for commit: modified: src/main.go modified: config.toml ~/projects $ echo "hello world" hello world