Violet Light

Violet Light — 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

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 "Violet Light"

Ghostty Config

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

foreground = #536870
background = #fcf4dc
cursor-color = #536870
palette = 0=#56595c
palette = 1=#c94c22
palette = 2=#85981c
palette = 3=#b4881d
palette = 4=#2e8bce
palette = 5=#d13a82
palette = 6=#32a198
palette = 7=#b9b6af
palette = 8=#45484b
palette = 9=#bd3613
palette = 10=#738a04
palette = 11=#a57705
palette = 12=#2176c7
palette = 13=#c61c6f
palette = 14=#259286
palette = 15=#c9c6bd

Similar Themes