Laser

Laser — 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 vibrant neon warm pink tinted

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

Ghostty Config

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

foreground = #f106e3
background = #030d18
cursor-color = #00ff9c
palette = 0=#626262
palette = 1=#ff8373
palette = 2=#b4fb73
palette = 3=#09b4bd
palette = 4=#fed300
palette = 5=#ff90fe
palette = 6=#d1d1fe
palette = 7=#f1f1f1
palette = 8=#8f8f8f
palette = 9=#ffc4be
palette = 10=#d6fcba
palette = 11=#fffed5
palette = 12=#f92883
palette = 13=#ffb2fe
palette = 14=#e6e7fe
palette = 15=#ffffff

Similar Themes