Challenger Deep

Challenger Deep — 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 cool 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 "Challenger Deep"

Ghostty Config

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

foreground = #cbe1e7
background = #1e1c31
cursor-color = #fbfcfc
palette = 0=#141228
palette = 1=#ff5458
palette = 2=#62d196
palette = 3=#ffb378
palette = 4=#65b2ff
palette = 5=#906cff
palette = 6=#63f2f1
palette = 7=#a6b3cc
palette = 8=#565575
palette = 9=#ff8080
palette = 10=#95ffa4
palette = 11=#ffe9aa
palette = 12=#91ddff
palette = 13=#c991e1
palette = 14=#aaffe4
palette = 15=#cbe3e7

Similar Themes