Sunset Drive
~/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 "Sunset Drive"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ededfe background = #0f0f1a cursor-color = #ededfe palette = 0=#0a0a13 palette = 1=#ff0063 palette = 2=#00f992 palette = 3=#ffe900 palette = 4=#00a4ff palette = 5=#ff57fd palette = 6=#00ffed palette = 7=#ededff palette = 8=#3e3e4b palette = 9=#ff948b palette = 10=#00fcb9 palette = 11=#ffff68 palette = 12=#3ea0ff palette = 13=#ff93ff palette = 14=#38ffff palette = 15=#f8f8ff