Flatland
~/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 "Flatland"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b8dbef background = #1d1f21 cursor-color = #708284 palette = 0=#1d1d19 palette = 1=#f18339 palette = 2=#9fd364 palette = 3=#f4ef6d palette = 4=#5096be palette = 5=#695abc palette = 6=#d63865 palette = 7=#ffffff palette = 8=#50504c palette = 9=#d22a24 palette = 10=#a7d42c palette = 11=#ff8949 palette = 12=#61b9d0 palette = 13=#695abc palette = 14=#d63865 palette = 15=#ffffff