12-bit Rainbow
~/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 "12-bit Rainbow"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #feffff background = #040404 cursor-color = #e0d000 palette = 0=#000000 palette = 1=#a03050 palette = 2=#40d080 palette = 3=#e09040 palette = 4=#3060b0 palette = 5=#603090 palette = 6=#0090c0 palette = 7=#dbded8 palette = 8=#685656 palette = 9=#c06060 palette = 10=#90d050 palette = 11=#e0d000 palette = 12=#00b0c0 palette = 13=#801070 palette = 14=#20b0c0 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
Abernathy
~/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
Adventure
~/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
Adwaita Dark
~/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