Front End Delight

Front End Delight — 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 warm

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 "Front End Delight"

Ghostty Config

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

foreground = #adadad
background = #1b1c1d
cursor-color = #cdcdcd
palette = 0=#242526
palette = 1=#f8511b
palette = 2=#565747
palette = 3=#fa771d
palette = 4=#2c70b7
palette = 5=#f02e4f
palette = 6=#3ca1a6
palette = 7=#adadad
palette = 8=#5fac6d
palette = 9=#f74319
palette = 10=#74ec4c
palette = 11=#fdc325
palette = 12=#3393ca
palette = 13=#e75e4f
palette = 14=#4fbce6
palette = 15=#8c735b