Farmhouse Light

Farmhouse Light — 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 light 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 --light "Farmhouse Light"

Ghostty Config

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

foreground = #1d2027
background = #e8e4e1
cursor-color = #006efe
palette = 0=#1d2027
palette = 1=#8d0003
palette = 2=#3a7d00
palette = 3=#a95600
palette = 4=#092ccd
palette = 5=#820046
palette = 6=#229256
palette = 7=#a8a4a1
palette = 8=#394047
palette = 9=#eb0009
palette = 10=#7ac100
palette = 11=#ea9a00
palette = 12=#006efe
palette = 13=#bf3b7f
palette = 14=#00c649
palette = 15=#f4eef0