Cursor 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 "Cursor Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #141414 cursor-color = #ffffff palette = 0=#2a2a2a palette = 1=#bf616a palette = 2=#a3be8c palette = 3=#ebcb8b palette = 4=#81a1c1 palette = 5=#b48ead palette = 6=#88c0d0 palette = 7=#d8dee9 palette = 8=#505050 palette = 9=#bf616a palette = 10=#a3be8c palette = 11=#ebcb8b palette = 12=#81a1c1 palette = 13=#b48ead palette = 14=#88c0d0 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
Tomorrow Night Bright
~/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
Twilight
~/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
12-bit Rainbow
~/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