Red Alert

Red Alert — 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 pastel 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 "Red Alert"

Ghostty Config

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

foreground = #ffffff
background = #762423
cursor-color = #ffffff
palette = 0=#000000
palette = 1=#d62e4e
palette = 2=#71be6b
palette = 3=#beb86b
palette = 4=#489bee
palette = 5=#e979d7
palette = 6=#6bbeb8
palette = 7=#d6d6d6
palette = 8=#666666
palette = 9=#e02553
palette = 10=#aff08c
palette = 11=#dfddb7
palette = 12=#65aaf1
palette = 13=#ddb7df
palette = 14=#b7dfdd
palette = 15=#ffffff

Similar Themes