Retro

Retro — 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 vibrant green

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

Ghostty Config

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

foreground = #13a10e
background = #000000
cursor-color = #13a10e
palette = 0=#13a10e
palette = 1=#13a10e
palette = 2=#13a10e
palette = 3=#13a10e
palette = 4=#13a10e
palette = 5=#13a10e
palette = 6=#13a10e
palette = 7=#13a10e
palette = 8=#16ba10
palette = 9=#16ba10
palette = 10=#16ba10
palette = 11=#16ba10
palette = 12=#16ba10
palette = 13=#16ba10
palette = 14=#16ba10
palette = 15=#16ba10