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