Framer
~/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 "Framer"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #777777 background = #111111 cursor-color = #fcdc08 palette = 0=#141414 palette = 1=#ff5555 palette = 2=#98ec65 palette = 3=#ffcc33 palette = 4=#00aaff palette = 5=#aa88ff palette = 6=#88ddff palette = 7=#cccccc palette = 8=#414141 palette = 9=#ff8888 palette = 10=#b6f292 palette = 11=#ffd966 palette = 12=#33bbff palette = 13=#cebbff palette = 14=#bbecff 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
0x96f
~/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
Batman
~/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
Citruszest
~/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