Atom
~/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 "Atom"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c5c8c6 background = #161719 cursor-color = #d0d0d0 palette = 0=#000000 palette = 1=#fd5ff1 palette = 2=#87c38a palette = 3=#ffd7b1 palette = 4=#85befd palette = 5=#b9b6fc palette = 6=#85befd palette = 7=#e0e0e0 palette = 8=#4c4c4c palette = 9=#fd5ff1 palette = 10=#94fa36 palette = 11=#f5ffa8 palette = 12=#96cbfe palette = 13=#b9b6fc palette = 14=#85befd palette = 15=#e0e0e0