Forest 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
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 "Forest Blue"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e2d8cd background = #051519 cursor-color = #9e9ecb palette = 0=#333333 palette = 1=#f8818e palette = 2=#92d3a2 palette = 3=#1a8e63 palette = 4=#8ed0ce palette = 5=#5e468c palette = 6=#31658c palette = 7=#e2d8cd palette = 8=#4a4a4a palette = 9=#fb3d66 palette = 10=#6bb48d palette = 11=#30c85a palette = 12=#39a7a2 palette = 13=#7e62b3 palette = 14=#6096bf palette = 15=#e2d8cd