Oceanic Next
~/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 Next"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c0c5ce background = #162c35 cursor-color = #c0c5ce palette = 0=#162c35 palette = 1=#ec5f67 palette = 2=#99c794 palette = 3=#fac863 palette = 4=#6699cc palette = 5=#c594c5 palette = 6=#5fb3b3 palette = 7=#ffffff palette = 8=#65737e palette = 9=#ec5f67 palette = 10=#99c794 palette = 11=#fac863 palette = 12=#6699cc palette = 13=#c594c5 palette = 14=#5fb3b3 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
Duskfox
~/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
Everblush
~/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
Grape
~/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