Elementary
~/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 "Elementary"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #efefef background = #181818 cursor-color = #bbbbbb palette = 0=#242424 palette = 1=#d71c15 palette = 2=#5aa513 palette = 3=#fdb40c palette = 4=#134899 palette = 5=#e40038 palette = 6=#2595e1 palette = 7=#efefef palette = 8=#4b4b4b palette = 9=#fc1c18 palette = 10=#6bc219 palette = 11=#fec80e palette = 12=#0955ff palette = 13=#fb0050 palette = 14=#3ea8fc palette = 15=#8c00ec
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
Aura
~/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
Carbonfox
~/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
IR Black
~/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