Dimidium
~/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 "Dimidium"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #bab7b6 background = #141414 cursor-color = #37e57b palette = 0=#000000 palette = 1=#cf494c palette = 2=#60b442 palette = 3=#db9c11 palette = 4=#0575d8 palette = 5=#af5ed2 palette = 6=#1db6bb palette = 7=#bab7b6 palette = 8=#817e7e palette = 9=#ff643b palette = 10=#37e57b palette = 11=#fccd1a palette = 12=#688dfd palette = 13=#ed6fe9 palette = 14=#32e0fb palette = 15=#dee3e4