One Double Dark
~/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 "One Double Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dbdfe5 background = #282c34 cursor-color = #f5e0dc palette = 0=#3d4452 palette = 1=#f16372 palette = 2=#8cc570 palette = 3=#ecbe70 palette = 4=#3fb1f5 palette = 5=#d373e3 palette = 6=#17b9c4 palette = 7=#dbdfe5 palette = 8=#525d6f palette = 9=#ff777b palette = 10=#82d882 palette = 11=#f5c065 palette = 12=#6dcaff palette = 13=#ff7bf4 palette = 14=#00e5fb palette = 15=#f7f9fc
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
Atom One Dark
~/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
Atelier Sulphurpool
~/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
Black Metal (Dark Funeral)
~/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