Oxocarbon
~/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 "Oxocarbon"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f2f4f8 background = #161616 cursor-color = #ffffff palette = 0=#161616 palette = 1=#00dfdb palette = 2=#00b4ff palette = 3=#ff4297 palette = 4=#00c15a palette = 5=#c693ff palette = 6=#ff74b8 palette = 7=#f2f4f8 palette = 8=#585858 palette = 9=#00dfdb palette = 10=#00b4ff palette = 11=#ff4297 palette = 12=#00c15a palette = 13=#c693ff palette = 14=#ff74b8 palette = 15=#f2f4f8
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
Grey Green
~/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
Starlight
~/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
Xcode Dark hc
~/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