Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Thanks to suggestion by @mdube99 to implement a light mode.
I took a different approach to solving this - be integrating with the existing theme toggle, simplifying the current theme implementation down to only light/dark, and using next theme.
Details:
🎨 Theme Overhaul & UI Polish
Summary
This PR overhauls the application's theming system to introduce a professional Light Mode, standardizes the color palette to a "Professional Blue," and improves the reliability of report exports.
Key Changes
1. Theme Architecture
next-themesfor robust binary Light/Dark mode management.#3b82f6) as the single source of truth for branding, distinct from semantic status colors (Green/Red).2. UI Polish
#09090b) to reduce eye strain.var(--color-accent)for consistency.3. Bug Fixes
min-width: fit-contentduring capture.Geistfont injection that was briefly regressed.4. Documentation
Testing