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
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 "Embers Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a39a90 background = #16130f cursor-color = #a39a90 palette = 0=#16130f palette = 1=#826d57 palette = 2=#57826d palette = 3=#6d8257 palette = 4=#6d5782 palette = 5=#82576d palette = 6=#576d82 palette = 7=#a39a90 palette = 8=#5a5047 palette = 9=#828257 palette = 10=#464039 palette = 11=#50483f palette = 12=#8a8075 palette = 13=#beb6ae palette = 14=#825757 palette = 15=#dbd6d1
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
novmbr
~/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
Black Metal (Gorgoroth)
~/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