Vibrant Ink
~/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 "Vibrant Ink"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #000000 cursor-color = #ffffff palette = 0=#878787 palette = 1=#ff6600 palette = 2=#ccff04 palette = 3=#ffcc00 palette = 4=#44b4cc palette = 5=#9933cc palette = 6=#44b4cc palette = 7=#f5f5f5 palette = 8=#555555 palette = 9=#ff0000 palette = 10=#00ff00 palette = 11=#ffff00 palette = 12=#0000ff palette = 13=#ff00ff palette = 14=#00ffff palette = 15=#e5e5e5
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
Apple System 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
Argonaut
~/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
Aura
~/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