Which Palette?

Modern terminal themes each have a distinct personality. Which palette should drive the redesign?

A

Dracula

Dark purple background, vibrant pink/cyan/green accents. The most iconic dark theme — moody yet colorful.

fn visit(url: str) {
  // navigate to resource
}
B

Catppuccin Mocha

Warm, desaturated dark background with soft pastel accents. Gentle on the eyes, cozy and modern.

fn visit(url: str) {
  // navigate to resource
}
C

Tokyo Night

Deep blue-navy background, electric blue and magenta highlights. Calm, cool, city-at-night aesthetic.

fn visit(url: str) {
  // navigate to resource
}