IBM 5153 CGA

IBM 5153 CGA — 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

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 "IBM 5153 CGA"

Ghostty Config

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

foreground = #cecece
background = #141414
cursor-color = #cecece
palette = 0=#141414
palette = 1=#d03333
palette = 2=#1bd01b
palette = 3=#d08c1b
palette = 4=#1b1bd0
palette = 5=#d01bd0
palette = 6=#1bd0d0
palette = 7=#cecece
palette = 8=#4e4e4e
palette = 9=#dc4e4e
palette = 10=#4edc4e
palette = 11=#f3f34e
palette = 12=#4e4edc
palette = 13=#f34ef3
palette = 14=#4ef3f3
palette = 15=#ffffff

Similar Themes