Dot Gov
~/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 "Dot Gov"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ebebeb background = #262c35 cursor-color = #d9002f palette = 0=#191919 palette = 1=#bf091d palette = 2=#3d9751 palette = 3=#f6bb34 palette = 4=#17b2e0 palette = 5=#7830b0 palette = 6=#8bd2ed palette = 7=#ffffff palette = 8=#595959 palette = 9=#bf091d palette = 10=#3d9751 palette = 11=#f6bb34 palette = 12=#17b2e0 palette = 13=#7830b0 palette = 14=#8bd2ed palette = 15=#ffffff