Flat

Flat — 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 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 "Flat"

Ghostty Config

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

foreground = #2cc55d
background = #002240
cursor-color = #e5be0c
palette = 0=#222d3f
palette = 1=#a82320
palette = 2=#32a548
palette = 3=#e58d11
palette = 4=#3167ac
palette = 5=#781aa0
palette = 6=#2c9370
palette = 7=#b0b6ba
palette = 8=#475262
palette = 9=#d4312e
palette = 10=#2d9440
palette = 11=#e5be0c
palette = 12=#3c7dd2
palette = 13=#8230a7
palette = 14=#35b387
palette = 15=#e7eced