IRIX Terminal

IRIX Terminal — ghostty
~/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
Tags dark high-contrast vibrant neon warm yellow tinted

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 Terminal"

Ghostty Config

Add these lines to ~/.config/ghostty/config:

foreground = #f2f2f2
background = #000043
cursor-color = #c7c7c7
palette = 0=#1a1919
palette = 1=#ff2b1e
palette = 2=#57ff3d
palette = 3=#ffff44
palette = 4=#0004ff
palette = 5=#ff2cff
palette = 6=#56ffff
palette = 7=#ffffff
palette = 8=#ffff44
palette = 9=#ffff44
palette = 10=#ffff44
palette = 11=#fffc72
palette = 12=#ffff44
palette = 13=#ffff44
palette = 14=#ffff44
palette = 15=#ffff44