proomt

Search

Search posts, papers, and topics

All posts

Freek Van der Herten1 min readintermediate

Introducing: Dark mode for Flare

Summary

Flare adds a dark theme. The post outlines the design steps: defining semantic color tokens, adjusting gradients and shadows, and using side‑by‑side screenshots to verify the light theme stays unchanged. Accessibility is mentioned but no code or measurable results are provided.

  • Use semantic color tokens to switch between light and dark palettes without scattering hard‑coded values.
  • Gradients and shadows often need separate dark‑mode variants to preserve visual hierarchy.
  • Visual regression testing with screenshot diffs helps ensure the existing light theme isn’t broken when adding dark mode.

Dark mode is now a baseline expectation for SaaS UIs; the post shows a pragmatic, design‑first approach that other product teams can copy, especially those building Laravel‑based dashboards.

4/10

Related reading

  1. Why we removed AI solutions from Flare

    Flare dropped its AI‑generated solution feature, saying it no longer matches how developers debug with modern coding agents. The new approach uses an MCP server, a CLI, a "Copy" tool for prompts, and docs tuned for agents, but the post gives no technical details or data.

    Freek Van der Hertenfreek.dev1 min
  2. I still like writing websites by hand

    A personal blog post describing how the author hand‑crafted a single‑page site for a consultant using Astro, a custom CSS halftone background (leveraging `background‑repeat: space`) and a subtle neon glow via stacked box‑shadows. Includes a few concrete CSS snippets and design‑system references but no deep engineering analysis.

    Chen Hui Jingchenhuijing.com4 minHN2
  3. Do you use :visited on links?

    The author switched the site’s link colors to differentiate visited links using a simple CSS rule, arguing it’s useful for reading many RSS‑fed articles. The post is a brief personal opinion with a code snippet and no deeper technical analysis.

    Lobsterskevquirk.com1 minlobste.rs21