Konsolas
~/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 "Konsolas"
Ghostty Config
Add these lines to ~/.config/ghostty/config:
foreground = #c8c1c1 background = #060606 cursor-color = #c8c1c1 palette = 0=#000000 palette = 1=#aa1717 palette = 2=#18b218 palette = 3=#ebae1f palette = 4=#2323a5 palette = 5=#ad1edc palette = 6=#42b0c8 palette = 7=#c8c1c1 palette = 8=#7b716e palette = 9=#ff4141 palette = 10=#5fff5f palette = 11=#ffff55 palette = 12=#4b4bff palette = 13=#ff54ff palette = 14=#69ffff palette = 15=#ffffff
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