Atom One 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 "Atom One Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #2a2c33 background = #f9f9f9 cursor-color = #bbbbbb palette = 0=#000000 palette = 1=#de3e35 palette = 2=#3f953a palette = 3=#d2b67c palette = 4=#2f5af3 palette = 5=#950095 palette = 6=#3f953a palette = 7=#bbbbbb palette = 8=#000000 palette = 9=#de3e35 palette = 10=#3f953a palette = 11=#d2b67c palette = 12=#2f5af3 palette = 13=#a00095 palette = 14=#3f953a 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
3024 Day
~/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
Belafonte Day
~/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