[local-explorer-ui] Revert to default Kumo theme#13029
Draft
[local-explorer-ui] Revert to default Kumo theme#13029
Conversation
…kers brand overrides The Kumo team is not yet ready for custom orange themes to ship. This removes the Workers-branded orange colour overrides from the local explorer UI and replaces them with a neutral palette that aligns with Kumo's default theme (neutral greys, blue brand accent). Changes: - Remove :root block that overrode --color-kumo-* and --text-color-kumo-* tokens with orange Workers values - Remove dark mode Kumo token overrides - Replace orange-tinted app design tokens with neutral equivalents matching Kumo's default aesthetic
|
Contributor
|
No remaining references to the removed LGTM |
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
…oken overrides The initial neutral palette used pure black surfaces with no visual layering. This replaces them with a stepped grey scale that preserves the depth hierarchy of the original design. Also adds explicit Kumo dark mode token overrides. Kumo's theme uses light-dark() which requires color-scheme: dark (activated via data-mode="dark"), but this app uses prefers-color-scheme media queries instead. Without these overrides, Kumo components (Table headers, text) render with their light-mode values in dark mode.
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.
Per feedback from the Kumo team – the orange Workers brand theme overrides are not yet ready to ship. This reverts the local explorer UI to use Kumo's default theme.
Summary
:rootblock that overrode--color-kumo-*and--text-color-kumo-*tokens with orange Workers brand values. Kumo's owntheme-kumo.cssdefaults (neutral greys, blue brand) now apply.--color-kumo-tip-shadow,--color-kumo-tip-stroke,--color-kumo-overlay).--color-bg,--color-text,--color-primary, surfaces, borders, etc.) with a neutral palette that aligns with Kumo's default aesthetic.pnpm dev:ui