Light Owl

Light 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 light

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 --light "Light Owl"

Ghostty Config

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

foreground = #403f53
background = #fbfbfb
cursor-color = #403f53
palette = 0=#403f53
palette = 1=#de3d3b
palette = 2=#08916a
palette = 3=#e0af02
palette = 4=#288ed7
palette = 5=#d6438a
palette = 6=#2aa298
palette = 7=#bdbdbd
palette = 8=#989fb1
palette = 9=#de3d3b
palette = 10=#08916a
palette = 11=#daaa01
palette = 12=#288ed7
palette = 13=#d6438a
palette = 14=#2aa298
palette = 15=#f0f0f0

Similar Themes