Teerb
~/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 "Teerb"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #d0d0d0 background = #262626 cursor-color = #e4c9af palette = 0=#1c1c1c palette = 1=#d68686 palette = 2=#aed686 palette = 3=#d7af87 palette = 4=#86aed6 palette = 5=#d6aed6 palette = 6=#8adbb4 palette = 7=#d0d0d0 palette = 8=#4f4f4f palette = 9=#d68686 palette = 10=#aed686 palette = 11=#e4c9af palette = 12=#86aed6 palette = 13=#d6aed6 palette = 14=#b1e7dd palette = 15=#efefef