Fish Tank
~/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 "Fish Tank"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #ecf0fe background = #232537 cursor-color = #fecd5e palette = 0=#03073c palette = 1=#c6004a palette = 2=#acf157 palette = 3=#fecd5e palette = 4=#525fb8 palette = 5=#986f82 palette = 6=#968763 palette = 7=#ecf0fc palette = 8=#6c5b30 palette = 9=#da4b8a palette = 10=#dbffa9 palette = 11=#fee6a9 palette = 12=#b2befa palette = 13=#fda5cd palette = 14=#a5bd86 palette = 15=#f6ffec
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
Belafonte Night
~/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
Birds Of Paradise
~/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
Borland
~/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