owl

owl — 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 warm orange monochrome

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

Ghostty Config

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

foreground = #dedede
background = #2f2b2c
cursor-color = #dedede
palette = 0=#302c2c
palette = 1=#5a5a5a
palette = 2=#989898
palette = 3=#cacaca
palette = 4=#656565
palette = 5=#b1b1b1
palette = 6=#7f7f7f
palette = 7=#dedede
palette = 8=#5d595b
palette = 9=#da5b2c
palette = 10=#989898
palette = 11=#cacaca
palette = 12=#656565
palette = 13=#b1b1b1
palette = 14=#7f7f7f
palette = 15=#ffffff

Similar Themes