CGA
~/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 "CGA"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #aaaaaa background = #000000 cursor-color = #b8b8b8 palette = 0=#000000 palette = 1=#aa0000 palette = 2=#00aa00 palette = 3=#aa5500 palette = 4=#0d0db7 palette = 5=#aa00aa palette = 6=#00aaaa palette = 7=#aaaaaa palette = 8=#555555 palette = 9=#ff5555 palette = 10=#55ff55 palette = 11=#ffff55 palette = 12=#5555ff palette = 13=#ff55ff palette = 14=#55ffff palette = 15=#ffffff
Similar Themes
~/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
0x96f
~/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
Apple Classic
~/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
Apple System Colors
~/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