Oceanic Material
~/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 "Oceanic Material"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c2c8d7 background = #1c262b cursor-color = #b3b8c3 palette = 0=#000000 palette = 1=#ee2b2a palette = 2=#40a33f palette = 3=#ffea2e palette = 4=#1e80f0 palette = 5=#8800a0 palette = 6=#16afca palette = 7=#a4a4a4 palette = 8=#777777 palette = 9=#dc5c60 palette = 10=#70be71 palette = 11=#fff163 palette = 12=#54a4f3 palette = 13=#aa4dbc palette = 14=#42c7da 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
Material Design Colors
~/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
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
Aardvark Blue
~/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