Fairyfloss
~/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 "Fairyfloss"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #f8f8f2 background = #5a5475 cursor-color = #f8f8f0 palette = 0=#040303 palette = 1=#f92672 palette = 2=#c2ffdf palette = 3=#e6c000 palette = 4=#c2ffdf palette = 5=#ffb8d1 palette = 6=#c5a3ff palette = 7=#f8f8f0 palette = 8=#6090cb palette = 9=#ff857f palette = 10=#c2ffdf palette = 11=#ffea00 palette = 12=#c2ffdf palette = 13=#ffb8d1 palette = 14=#c5a3ff palette = 15=#f8f8f0
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
Django Smooth
~/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
Nocturnal Winter
~/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