Farmhouse Dark
~/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
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 "Farmhouse Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #e8e4e1 background = #1d2027 cursor-color = #006efe palette = 0=#1d2027 palette = 1=#ba0004 palette = 2=#549d00 palette = 3=#c87300 palette = 4=#0049e6 palette = 5=#9f1b61 palette = 6=#1fb65c palette = 7=#e8e4e1 palette = 8=#464d54 palette = 9=#eb0009 palette = 10=#7ac100 palette = 11=#ea9a00 palette = 12=#006efe palette = 13=#bf3b7f palette = 14=#19e062 palette = 15=#f4eef0
Similar Themes
~/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
Batman
~/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
Borland
~/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
Builtin Pastel Dark
~/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