Skip to content

v1.1.2 — dark/light GUI themes

Choose a tag to compare

@richer-richard richer-richard released this 03 Jun 09:28
· 64 commits to main since this release
v1.1.2
94614d6

Themeable desktop GUI. huddle-gui now ships high-contrast Dark (default) and Light themes with a live toggle.

What's new

  • Dark mode by default, with a Light option in Settings → Account → Appearance. Switching is instant — no restart — and the choice is persisted (per-profile theme setting) and restored on next launch.
  • High contrast in both themes. Light deliberately uses dark, saturated accents — deep blue, dark green, dark red, dark amber, dark violet — over near-black text on white, so nothing washes out. Dark uses bright accents over a near-black background. The palette is resolved at runtime, so every accent (relay/LAN status dots, encrypted/verify markers, warnings, errors) recolors correctly per theme.

Code-only to huddle-gui (+ a tiny huddle-core settings accessor); the relay, protocol, and TUI are unchanged.

Install / upgrade

cargo install huddle-gui      # native desktop GUI
cargo install huddle          # terminal client

Full changelog: v1.1.1...v1.1.2