Raycast Dark
~/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 "Raycast Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ffffff background = #1a1a1a cursor-color = #cccccc palette = 0=#000000 palette = 1=#ff5360 palette = 2=#59d499 palette = 3=#ffc531 palette = 4=#56c2ff palette = 5=#cf2f98 palette = 6=#52eee5 palette = 7=#ffffff palette = 8=#4c4c4c palette = 9=#ff6363 palette = 10=#59d499 palette = 11=#ffc531 palette = 12=#56c2ff palette = 13=#cf2f98 palette = 14=#52eee5 palette = 15=#ffffff