Ocean
~/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 "Ocean"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #224fbc cursor-color = #7f7f7f palette = 0=#000000 palette = 1=#e64c4c palette = 2=#00a600 palette = 3=#999900 palette = 4=#0000b2 palette = 5=#d826d8 palette = 6=#00a6b2 palette = 7=#bfbfbf palette = 8=#808080 palette = 9=#ff1a1a palette = 10=#00d900 palette = 11=#e5e500 palette = 12=#7373ff palette = 13=#e500e5 palette = 14=#00e5e5 palette = 15=#e5e5e5