Subliminal

Subliminal — 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 red

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 "Subliminal"

Ghostty Config

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

foreground = #d4d4d4
background = #282c35
cursor-color = #c7c7c7
palette = 0=#7f7f7f
palette = 1=#e15a60
palette = 2=#a9cfa4
palette = 3=#ffe2a9
palette = 4=#6699cc
palette = 5=#f1a5ab
palette = 6=#5fb3b3
palette = 7=#d4d4d4
palette = 8=#7f7f7f
palette = 9=#e15a60
palette = 10=#a9cfa4
palette = 11=#ffe2a9
palette = 12=#6699cc
palette = 13=#f1a5ab
palette = 14=#5fb3b3
palette = 15=#d4d4d4

Similar Themes