Novel

Novel — 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 vibrant blue 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 "Novel"

Ghostty Config

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

foreground = #3b2322
background = #dfdbc3
cursor-color = #73635a
palette = 0=#000000
palette = 1=#cc0000
palette = 2=#009600
palette = 3=#d06b00
palette = 4=#0000cc
palette = 5=#cc00cc
palette = 6=#0087cc
palette = 7=#a6a6a6
palette = 8=#808080
palette = 9=#cc0000
palette = 10=#009600
palette = 11=#d06b00
palette = 12=#0000cc
palette = 13=#cc00cc
palette = 14=#0087cc
palette = 15=#ffffff

Similar Themes