Cobalt Next Dark
~/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 "Cobalt Next Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d7deea background = #0b1c24 cursor-color = #ffc64c palette = 0=#262f37 palette = 1=#f94967 palette = 2=#8cc98f palette = 3=#ffc64c palette = 4=#409dd4 palette = 5=#cba3c7 palette = 6=#37b5b4 palette = 7=#d7deea palette = 8=#62747f palette = 9=#e47e8b palette = 10=#baddbb palette = 11=#ffdc91 palette = 12=#7ac0eb palette = 13=#f3ccef palette = 14=#84e4e3 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
Cobalt Next Minimal
~/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
Catppuccin Frappe
~/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
Catppuccin Macchiato
~/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