Fun Forrest

Fun Forrest — 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 yellow 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 "Fun Forrest"

Ghostty Config

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

foreground = #dec165
background = #251200
cursor-color = #e5591c
palette = 0=#000000
palette = 1=#d6262b
palette = 2=#919c00
palette = 3=#be8a13
palette = 4=#4699a3
palette = 5=#8d4331
palette = 6=#da8213
palette = 7=#ddc265
palette = 8=#7f6a55
palette = 9=#e55a1c
palette = 10=#bfc65a
palette = 11=#ffcb1b
palette = 12=#7cc9cf
palette = 13=#d26349
palette = 14=#e6a96b
palette = 15=#ffeaa3