Squirrelsong 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 "Squirrelsong Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #b19b89 background = #372920 cursor-color = #b19b89 palette = 0=#372920 palette = 1=#ba4138 palette = 2=#468336 palette = 3=#d4b139 palette = 4=#4395c6 palette = 5=#855fb8 palette = 6=#2f9794 palette = 7=#d3b9a2 palette = 8=#704f39 palette = 9=#df4d43 palette = 10=#659a4c palette = 11=#e8c23f palette = 12=#4ca4db palette = 13=#9d70da palette = 14=#60aca9 palette = 15=#f2d4bb
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
Aardvark Blue
~/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
Adventure Time
~/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
Alien Blood
~/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