Blue Matrix
~/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 "Blue Matrix"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #00a2ff background = #101116 cursor-color = #76ff9f palette = 0=#101116 palette = 1=#ff5680 palette = 2=#00ff9c palette = 3=#fffc58 palette = 4=#00b0ff palette = 5=#d57bff palette = 6=#76c1ff palette = 7=#c7c7c7 palette = 8=#686868 palette = 9=#ff6e67 palette = 10=#5ffa68 palette = 11=#fffc67 palette = 12=#6871ff palette = 13=#d682ec palette = 14=#60fdff palette = 15=#ffffff