ENCOM

ENCOM — ghostty
~/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
Tags dark vibrant

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 "ENCOM"

Ghostty Config

Add these lines to ~/.config/ghostty/config:

foreground = #00a595
background = #000000
cursor-color = #bbbbbb
palette = 0=#000000
palette = 1=#9f0000
palette = 2=#008b00
palette = 3=#ffd000
palette = 4=#0081ff
palette = 5=#bc00ca
palette = 6=#008b8b
palette = 7=#bbbbbb
palette = 8=#555555
palette = 9=#ff0000
palette = 10=#00ee00
palette = 11=#ffff00
palette = 12=#0000ff
palette = 13=#ff00ff
palette = 14=#00cdcd
palette = 15=#ffffff

Similar Themes