Rapture
~/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 "Rapture"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c0c9e5 background = #111e2a cursor-color = #ffffff palette = 0=#000000 palette = 1=#fc644d palette = 2=#7afde1 palette = 3=#fff09b palette = 4=#6c9bf5 palette = 5=#ff4fa1 palette = 6=#64e0ff palette = 7=#c0c9e5 palette = 8=#304b66 palette = 9=#fc644d palette = 10=#7afde1 palette = 11=#fff09b palette = 12=#6c9bf5 palette = 13=#ff4fa1 palette = 14=#64e0ff 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
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
Ayu
~/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
Blue Dolphin
~/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