Ollie
~/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 "Ollie"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #8a8dae background = #222125 cursor-color = #5b6ea7 palette = 0=#000000 palette = 1=#ac2e31 palette = 2=#31ac61 palette = 3=#ac4300 palette = 4=#2d57ac palette = 5=#b08528 palette = 6=#1fa6ac palette = 7=#8a8eac palette = 8=#684432 palette = 9=#ff3d48 palette = 10=#3bff99 palette = 11=#ff5e1e palette = 12=#4488ff palette = 13=#ffc21d palette = 14=#1ffaff palette = 15=#5b6ea7