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
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 "Doom One"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #bbc2cf background = #282c34 cursor-color = #51afef palette = 0=#000000 palette = 1=#ff6c6b palette = 2=#98be65 palette = 3=#ecbe7b palette = 4=#a9a1e1 palette = 5=#c678dd palette = 6=#51afef palette = 7=#bbc2cf palette = 8=#595959 palette = 9=#ff6655 palette = 10=#99bb66 palette = 11=#ecbe7b palette = 12=#a9a1e1 palette = 13=#c678dd palette = 14=#51afef palette = 15=#bfbfbf