Vimbones

Vimbones — 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 warm tinted zenbones

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 "Vimbones"

Ghostty Config

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

foreground = #353535
background = #f0f0ca
cursor-color = #353535
palette = 0=#f0f0ca
palette = 1=#a8334c
palette = 2=#4f6c31
palette = 3=#944927
palette = 4=#286486
palette = 5=#88507d
palette = 6=#3b8992
palette = 7=#353535
palette = 8=#acac89
palette = 9=#94253e
palette = 10=#3f5a22
palette = 11=#803d1c
palette = 12=#1d5573
palette = 13=#7b3b70
palette = 14=#2b747c
palette = 15=#5c5c5c

Similar Themes