GitLab Dark

GitLab Dark — 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

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

Ghostty Config

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

foreground = #ffffff
background = #28262b
cursor-color = #ffffff
palette = 0=#000000
palette = 1=#f57f6c
palette = 2=#52b87a
palette = 3=#d99530
palette = 4=#7fb6ed
palette = 5=#f88aaf
palette = 6=#32c5d2
palette = 7=#ffffff
palette = 8=#666666
palette = 9=#fcb5aa
palette = 10=#91d4a8
palette = 11=#e9be74
palette = 12=#498dd1
palette = 13=#fcacc5
palette = 14=#5edee3
palette = 15=#ffffff