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
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 "Blue Dolphin"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c5f2ff background = #006984 cursor-color = #ffcc00 palette = 0=#292d3e palette = 1=#ff8288 palette = 2=#b4e88d palette = 3=#f4d69f palette = 4=#82aaff palette = 5=#e9c1ff palette = 6=#89ebff palette = 7=#d0d0d0 palette = 8=#9094a4 palette = 9=#ff8b92 palette = 10=#ddffa7 palette = 11=#ffe585 palette = 12=#9cc4ff palette = 13=#ddb0f6 palette = 14=#a3f7ff palette = 15=#ffffff