Synthwave Alpha

Synthwave Alpha — 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 vibrant tinted synthwave

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 "Synthwave Alpha"

Ghostty Config

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

foreground = #f2f2e3
background = #241b30
cursor-color = #f2f2e3
palette = 0=#241b30
palette = 1=#e60a70
palette = 2=#00986c
palette = 3=#adad3e
palette = 4=#6e29ad
palette = 5=#b300ad
palette = 6=#00b0b1
palette = 7=#b9b1bc
palette = 8=#7f7094
palette = 9=#e60a70
palette = 10=#0ae4a4
palette = 11=#f9f972
palette = 12=#aa54f9
palette = 13=#ff00f6
palette = 14=#00fbfd
palette = 15=#f2f2e3