One Half 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 Half Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #dcdfe4 background = #282c34 cursor-color = #a3b3cc palette = 0=#282c34 palette = 1=#e06c75 palette = 2=#98c379 palette = 3=#e5c07b palette = 4=#61afef palette = 5=#c678dd palette = 6=#56b6c2 palette = 7=#dcdfe4 palette = 8=#5d677a palette = 9=#e06c75 palette = 10=#98c379 palette = 11=#e5c07b palette = 12=#61afef palette = 13=#c678dd palette = 14=#56b6c2 palette = 15=#dcdfe4
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
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
Doom One
~/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