Experimental/light mode#109
Draft
Heracraft wants to merge 2 commits into
Draft
Conversation
…ency Light mode was dark-mode-first: status colors used raw Tailwind palette numbers (text-green-500, bg-yellow-500/15, text-red-500) with inconsistent and sometimes inverted dark: variants, several failing or barely passing contrast on white. - Add semantic --success / --warning tokens (tuned per mode) and map them in @theme inline; darken light --destructive so error text clears AA. - Replace raw status palette classes across the playground (lesson panel, sidebar, drawer, output panel) with the semantic tokens, dropping the now-redundant dark: overrides. Task boxes no longer over-saturate in light. - Code editor light theme: give comments their own readable value (was copied from the dark theme) and strengthen the active-line highlight. - Landing: hero title and links use neutral foreground instead of an near-invisible yellow-500 on white. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
- Add theme-toggle component and wire it into the header - Default theme to "system" instead of forcing dark - Related anza/playground page, dictionary, types, and util updates - Update wasm binary Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The preview deployment for Nuru prod is ready. 🟢 Open Preview | Open Build Logs | Open Application Logs Last updated at: 2026-06-25 16:58:09 CET |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
experimental, ignore.
slop translation from dark to light mode with small updates to typography and UI. Explores an alternative UI direction