Material 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 "Material Ocean"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #8f93a2 background = #0f111a cursor-color = #ffcc00 palette = 0=#546e7a palette = 1=#ff5370 palette = 2=#c3e88d palette = 3=#ffcb6b palette = 4=#82aaff palette = 5=#c792ea palette = 6=#89ddff palette = 7=#ffffff palette = 8=#546e7a palette = 9=#ff5370 palette = 10=#c3e88d palette = 11=#ffcb6b palette = 12=#82aaff palette = 13=#c792ea palette = 14=#89ddff palette = 15=#ffffff