Darkmatrix
~/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 "Darkmatrix"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #3e5715 background = #070c0e cursor-color = #9fa86e palette = 0=#091013 palette = 1=#006536 palette = 2=#6fa64c palette = 3=#7e8000 palette = 4=#2c9a84 palette = 5=#523a60 palette = 6=#114d53 palette = 7=#006536 palette = 8=#404040 palette = 9=#00733d palette = 10=#90d762 palette = 11=#e2e500 palette = 12=#46d8b8 palette = 13=#573d66 palette = 14=#12545a palette = 15=#006536