GitLab Light

GitLab Light — 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 vibrant blue

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 "GitLab Light"

Ghostty Config

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

foreground = #303030
background = #fafaff
cursor-color = #303030
palette = 0=#303030
palette = 1=#a31700
palette = 2=#0a7f3d
palette = 3=#af551d
palette = 4=#006cd8
palette = 5=#583cac
palette = 6=#00798a
palette = 7=#303030
palette = 8=#303030
palette = 9=#a31700
palette = 10=#0a7f3d
palette = 11=#af551d
palette = 12=#006cd8
palette = 13=#583cac
palette = 14=#00798a
palette = 15=#303030