Miasma
~/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 "Miasma"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c2c2b0 background = #222222 cursor-color = #c7c7c7 palette = 0=#000000 palette = 1=#685742 palette = 2=#5f875f palette = 3=#b36d43 palette = 4=#78824b palette = 5=#bb7744 palette = 6=#c9a554 palette = 7=#d7c483 palette = 8=#666666 palette = 9=#685742 palette = 10=#5f875f palette = 11=#b36d43 palette = 12=#78824b palette = 13=#bb7744 palette = 14=#c9a554 palette = 15=#d7c483
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
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
Arthur
~/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