Neopolitan

Neopolitan — 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 dark high-contrast 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 --dark "Neopolitan"

Ghostty Config

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

foreground = #ffffff
background = #271f19
cursor-color = #ffffff
palette = 0=#000000
palette = 1=#9a1a1a
palette = 2=#61ce3c
palette = 3=#fbde2d
palette = 4=#324883
palette = 5=#ff0080
palette = 6=#8da6ce
palette = 7=#f8f8f8
palette = 8=#4c4c4c
palette = 9=#9a1a1a
palette = 10=#61ce3c
palette = 11=#fbde2d
palette = 12=#324883
palette = 13=#ff0080
palette = 14=#8da6ce
palette = 15=#f8f8f8