Hacktober

Hacktober — 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 red

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

Ghostty Config

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

foreground = #c9c9c9
background = #141414
cursor-color = #c9c9c9
palette = 0=#191918
palette = 1=#b34538
palette = 2=#587744
palette = 3=#d08949
palette = 4=#206ec5
palette = 5=#864651
palette = 6=#ac9166
palette = 7=#f1eee7
palette = 8=#464444
palette = 9=#b33323
palette = 10=#42824a
palette = 11=#c75a22
palette = 12=#5389c5
palette = 13=#e795a5
palette = 14=#ebc587
palette = 15=#ffffff

Similar Themes