Sublette
~/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 "Sublette"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ccced0 background = #202535 cursor-color = #ccced0 palette = 0=#253045 palette = 1=#ee5577 palette = 2=#55ee77 palette = 3=#ffdd88 palette = 4=#5588ff palette = 5=#ff77cc palette = 6=#44eeee palette = 7=#f5f5da palette = 8=#405570 palette = 9=#ee6655 palette = 10=#99ee77 palette = 11=#ffff77 palette = 12=#77bbff palette = 13=#aa88ff palette = 14=#55ffbb palette = 15=#ffffee
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
Borland
~/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
GitHub Dark Colorblind
~/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