THE ROSTER / BALROG

Balrog

USA · Las Vegas marquee

INSTALL /
uvx --from git+https://github.com/douglasjarquin/sf2-themes.git sf2-themes apply wezterm --theme balrog

TERMINAL / balrog
$ sf2-themes show balrog
theme balrog
mode dark
background #191822
foreground #d0cfdd
accent #d465a8
error success warning info debug trace
balrog/preview.ts
const theme = {
id: "balrog",
mode: "dark",
accent: "#d465a8",
background: "#191822",
} as const;

PALETTE

BACKGROUND

#191822

SURFACE

#24232f

OVERLAY

#32303e

MUTED

#848297

FOREGROUND

#d0cfdd

ACCENT

#d465a8

SECONDARY

#a5840e

ANSI BLACK

#31303e

ANSI RED

#c86d6e

ANSI GREEN

#469760

ANSI YELLOW

#a28424

ANSI BLUE

#6187ce

ANSI MAGENTA

#bd6e9c

ANSI CYAN

#1194ad

ANSI WHITE

#b4b3c1

ANSI BR BLACK

#848297

ANSI BR RED

#ee8485

ANSI BR GREEN

#57b575

ANSI BR YELLOW

#c29f30

ANSI BR BLUE

#76a2f5

ANSI BR MAGENTA

#e185ba

ANSI BR CYAN

#1bb2ce

ANSI BR WHITE

#dadae5