Rouge 2
~/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 "Rouge 2"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #a2a3aa background = #17182b cursor-color = #969e92 palette = 0=#5d5d6b palette = 1=#c6797e palette = 2=#969e92 palette = 3=#dbcdab palette = 4=#6e94b9 palette = 5=#4c4e78 palette = 6=#8ab6c1 palette = 7=#e8e8ea palette = 8=#616274 palette = 9=#c6797e palette = 10=#e6dcc4 palette = 11=#e6dcc4 palette = 12=#98b3cd palette = 13=#8283a1 palette = 14=#abcbd3 palette = 15=#e8e8ea
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
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
Catppuccin Mocha
~/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