Terminal Basic 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
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 "Terminal Basic Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #1d1e1d cursor-color = #9d9d9d palette = 0=#000000 palette = 1=#c65339 palette = 2=#6ac44b palette = 3=#b8b74a palette = 4=#6444ed palette = 5=#d357db palette = 6=#69c1cf palette = 7=#d1d1d1 palette = 8=#909090 palette = 9=#eb5a3a palette = 10=#77ea51 palette = 11=#efef53 palette = 12=#d09af9 palette = 13=#eb5af7 palette = 14=#78f1f2 palette = 15=#ededed
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
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
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