IRIX Console
~/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 "IRIX Console"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f2f2f2 background = #0c0c0c cursor-color = #c7c7c7 palette = 0=#1a1919 palette = 1=#d42426 palette = 2=#37a327 palette = 3=#c29d28 palette = 4=#0739e2 palette = 5=#911f9c palette = 6=#4497df palette = 7=#cccccc palette = 8=#767676 palette = 9=#f34f59 palette = 10=#45c731 palette = 11=#f9f2a7 palette = 12=#4079ff palette = 13=#c31ba2 palette = 14=#6ed7d7 palette = 15=#f2f2f2