Spacedust
~/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 "Spacedust"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ecf0c1 background = #0a1e24 cursor-color = #708284 palette = 0=#6e5346 palette = 1=#e35b00 palette = 2=#5cab96 palette = 3=#e3cd7b palette = 4=#0f548b palette = 5=#e35b00 palette = 6=#06afc7 palette = 7=#f0f1ce palette = 8=#684c31 palette = 9=#ff8a3a palette = 10=#aecab8 palette = 11=#ffc878 palette = 12=#67a0ce palette = 13=#ff8a3a palette = 14=#83a7b4 palette = 15=#fefff1
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
Belafonte Night
~/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
branch
~/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
Embers 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