One Double Light
~/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 --light "One Double Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #383a43 background = #fafafa cursor-color = #1a1919 palette = 0=#454b58 palette = 1=#f74840 palette = 2=#25a343 palette = 3=#cc8100 palette = 4=#0087c1 palette = 5=#b50da9 palette = 6=#009ab7 palette = 7=#c5b2b3 palette = 8=#0e131f palette = 9=#ff3711 palette = 10=#00b90e palette = 11=#ec9900 palette = 12=#1065de palette = 13=#e500d8 palette = 14=#00b4dd 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
Alabaster
~/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 Light
~/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
Breadog
~/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