Ultra 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 "Ultra Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #000000 cursor-color = #fefefe palette = 0=#000000 palette = 1=#f07178 palette = 2=#c3e88d palette = 3=#ffcb6b palette = 4=#82aaff palette = 5=#c792ea palette = 6=#89ddff palette = 7=#cccccc palette = 8=#404040 palette = 9=#f6a9ae palette = 10=#dbf1ba palette = 11=#ffdfa6 palette = 12=#b4ccff palette = 13=#ddbdf2 palette = 14=#b8eaff 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
Apple System Colors
~/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
Argonaut
~/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