Embark
~/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
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 "Embark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #eeffff background = #1e1c31 cursor-color = #a1efd3 palette = 0=#1e1c31 palette = 1=#f0719b palette = 2=#a1efd3 palette = 3=#ffe9aa palette = 4=#57c7ff palette = 5=#c792ea palette = 6=#87dfeb palette = 7=#f8f8f2 palette = 8=#585273 palette = 9=#f02e6e palette = 10=#2ce592 palette = 11=#ffb378 palette = 12=#1da0e2 palette = 13=#a742ea palette = 14=#63f2f1 palette = 15=#a6b3cc
Similar Themes
~/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
Galizur
~/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
GitHub Dark Default
~/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
GitHub Dark High Contrast
~/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