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 sameCGContextSetFontSmoothingStyletechnique Terminal.app and iTerm2 use. Defaultfalse.lineHeight: Line-height multiplier (0.8–2.0, default 1.0).1.2adds 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