Soft Server
~/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 "Soft Server"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #99a3a2 background = #242626 cursor-color = #d2e0de palette = 0=#000000 palette = 1=#a2686a palette = 2=#9aa56a palette = 3=#a3906a palette = 4=#6b8fa3 palette = 5=#6a71a3 palette = 6=#6ba58f palette = 7=#99a3a2 palette = 8=#666c6c palette = 9=#dd5c60 palette = 10=#bfdf55 palette = 11=#deb360 palette = 12=#62b1df palette = 13=#606edf palette = 14=#64e39c palette = 15=#d2e0de