IC Green PPL

IC Green PPL — 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 cool 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 "IC Green PPL"

Ghostty Config

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

foreground = #e0f1dc
background = #2c2c2c
cursor-color = #47fa6b
palette = 0=#014401
palette = 1=#ff2736
palette = 2=#41a638
palette = 3=#76a831
palette = 4=#2ec3b9
palette = 5=#50a096
palette = 6=#3ca078
palette = 7=#e6fef2
palette = 8=#106910
palette = 9=#b4fa5c
palette = 10=#aefb86
palette = 11=#dafa87
palette = 12=#2efaeb
palette = 13=#50fafa
palette = 14=#3cfac8
palette = 15=#e0f1dc