Smyck
~/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 "Smyck"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f7f7f7 background = #1b1b1b cursor-color = #bbbbbb palette = 0=#000000 palette = 1=#b84131 palette = 2=#7da900 palette = 3=#c4a500 palette = 4=#62a3c4 palette = 5=#ba8acc palette = 6=#207383 palette = 7=#a1a1a1 palette = 8=#7a7a7a palette = 9=#d6837c palette = 10=#c4f137 palette = 11=#fee14d palette = 12=#8dcff0 palette = 13=#f79aff palette = 14=#6ad9cf palette = 15=#f7f7f7