Raycast Light
~/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 --light "Raycast Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #000000 background = #ffffff cursor-color = #000000 palette = 0=#000000 palette = 1=#b12424 palette = 2=#006b4f palette = 3=#f8a300 palette = 4=#138af2 palette = 5=#9a1b6e palette = 6=#3eb8bf palette = 7=#bfbfbf palette = 8=#000000 palette = 9=#b12424 palette = 10=#006b4f palette = 11=#f8a300 palette = 12=#138af2 palette = 13=#9a1b6e palette = 14=#3eb8bf palette = 15=#ffffff
Similar Themes
~/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
Horizon Bright
~/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
Alabaster
~/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
Apple System Colors Light
~/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