JetBrains Darcula
~/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 "JetBrains Darcula"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #adadad background = #202020 cursor-color = #ffffff palette = 0=#000000 palette = 1=#fa5355 palette = 2=#126e00 palette = 3=#c2c300 palette = 4=#4581eb palette = 5=#fa54ff palette = 6=#33c2c1 palette = 7=#adadad palette = 8=#555555 palette = 9=#fb7172 palette = 10=#67ff4f palette = 11=#ffff00 palette = 12=#6d9df1 palette = 13=#fb82ff palette = 14=#60d3d1 palette = 15=#eeeeee
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
0x96f
~/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
Apple Classic
~/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
Apple System Colors
~/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