Phala Green 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 "Phala Green Dark"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c1fc03 background = #000000 cursor-color = #c1fc03 palette = 0=#000000 palette = 1=#ab1500 palette = 2=#00b100 palette = 3=#a9a700 palette = 4=#0223c0 palette = 5=#c22ec0 palette = 6=#00b4c0 palette = 7=#cbcbcb palette = 8=#797979 palette = 9=#ed2200 palette = 10=#00db00 palette = 11=#eae700 palette = 12=#0433ff palette = 13=#ed3aea palette = 14=#00e8ea palette = 15=#eaeaea
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
Abernathy
~/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
Argonaut
~/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