Django
~/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 "Django"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f8f8f8 background = #0b2f20 cursor-color = #336442 palette = 0=#000000 palette = 1=#fd6209 palette = 2=#41a83e palette = 3=#ffe862 palette = 4=#315d3f palette = 5=#f8f8f8 palette = 6=#9df39f palette = 7=#ffffff palette = 8=#585858 palette = 9=#ff943b palette = 10=#73da70 palette = 11=#ffff94 palette = 12=#568264 palette = 13=#ffffff palette = 14=#cfffd1 palette = 15=#ffffff