Sundried
~/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 "Sundried"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c9c9c9 background = #1a1818 cursor-color = #ffffff palette = 0=#302b2a palette = 1=#a7463d palette = 2=#587744 palette = 3=#9d602a palette = 4=#485b98 palette = 5=#864651 palette = 6=#9c814f palette = 7=#c9c9c9 palette = 8=#4d4e48 palette = 9=#aa000c palette = 10=#128c21 palette = 11=#fc6a21 palette = 12=#7999f7 palette = 13=#fd8aa1 palette = 14=#fad484 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
Black Metal
~/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
Cutie Pro
~/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
Hacktober
~/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