Seti
~/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 "Seti"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #cacecd background = #111213 cursor-color = #e3bf21 palette = 0=#323232 palette = 1=#c22832 palette = 2=#8ec43d palette = 3=#e0c64f palette = 4=#43a5d5 palette = 5=#8b57b5 palette = 6=#8ec43d palette = 7=#eeeeee palette = 8=#3f3f3f palette = 9=#c22832 palette = 10=#8ec43d palette = 11=#e0c64f palette = 12=#43a5d5 palette = 13=#8b57b5 palette = 14=#8ec43d 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
Alien Blood
~/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
Black Metal (Burzum)
~/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
Cobalt Neon
~/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