Powershell

Powershell — 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 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 "Powershell"

Ghostty Config

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

foreground = #f6f6f7
background = #052454
cursor-color = #f6f6f7
palette = 0=#000000
palette = 1=#981a22
palette = 2=#098003
palette = 3=#c4a000
palette = 4=#4140c3
palette = 5=#d33682
palette = 6=#0e807f
palette = 7=#7f7c7f
palette = 8=#808080
palette = 9=#ef2929
palette = 10=#1cfe3c
palette = 11=#fefe45
palette = 12=#268ad2
palette = 13=#fe13fa
palette = 14=#29fffe
palette = 15=#c2c1c3