Neobones Light
~/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 --light "Neobones Light"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #202e18 background = #e5ede6 cursor-color = #202e18 palette = 0=#e5ede6 palette = 1=#a8334c palette = 2=#567a30 palette = 3=#944927 palette = 4=#286486 palette = 5=#88507d palette = 6=#3b8992 palette = 7=#202e18 palette = 8=#99ac9c palette = 9=#94253e palette = 10=#3f5a22 palette = 11=#803d1c palette = 12=#1d5573 palette = 13=#7b3b70 palette = 14=#2b747c palette = 15=#415934
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
Vimbones
~/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
Atom One Light
~/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
Belafonte Day
~/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