Skip to content

v0.3.0

Latest

Choose a tag to compare

@griffinwork40 griffinwork40 released this 25 Aug 20:20
· 2 commits to main since this release

What's New in v0.3.0

Community Themes

Three new palettes — Catppuccin Mocha, Nord, and Dracula — ported verbatim from their upstream specs and gated by the contrast harness (474 assertions). Set "preset": "catppuccin-mocha", "nord", or "dracula" in your config and ⌘R.

Auto Dark/Light Theme Switching

Set "preset": "auto" to follow macOS appearance — Umber switches between a dark and light palette when System Settings changes. Customizable with "auto.dark" and "auto.light" overrides.

Split-Pane Dimming

Unfocused split panes now dim to visually distinguish the active pane. Configurable via "unfocusedPaneOpacity" (0.0–1.0, default 1.0). Try 0.85 for a subtle but clear visual hierarchy.

Typography Controls

  • fontThicken: Medium font dilation for white-on-black text — the same CGContextSetFontSmoothingStyle technique Terminal.app and iTerm2 use. Default false.
  • lineHeight: Line-height multiplier (0.8–2.0, default 1.0). 1.2 adds 20% leading for easier reading.

Also Included

  • Configurable terminal padding (default 4px, seamless background match) from v0.2.2→v0.3.0 window
  • Fix: stale comment about default fallback palette corrected

Full Changelog: v0.2.2...v0.3.0