Calamity
~/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 "Calamity"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d5ced9 background = #2f2833 cursor-color = #d5ced9 palette = 0=#2f2833 palette = 1=#fc644d palette = 2=#a5f69c palette = 3=#e9d7a5 palette = 4=#3b79c7 palette = 5=#f92672 palette = 6=#74d3de palette = 7=#d5ced9 palette = 8=#7e6c88 palette = 9=#fc644d palette = 10=#a5f69c palette = 11=#e9d7a5 palette = 12=#3b79c7 palette = 13=#f92672 palette = 14=#74d3de 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
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
Atom One 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
Birds Of Paradise
~/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