fix(dashboard): put the light theme on a white canvas#1158
Merged
Conversation
Everforest Light is paper-coloured (#fdf6e3), which reads as orange beside any other app. The identity people recognise is the green, not the paper, so the hues stay and the canvas goes white; cards sit on white too and are told apart by their border, the usual light-mode direction. The dark theme is untouched. The greens are darkened from the shipped Everforest Light tones, which were mixed for cream and run 2.3-3.4:1 on white — below readable for the small text these tokens carry. Every text token is now at least 4.4:1 on its own background. Closes #1141
suleimansh
marked this pull request as ready for review
July 25, 2026 13:58
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.
Closes #1141.
Everforest Light is paper-coloured (
#fdf6e3) — that is the orange. The part of the identity people recognise is the green, not the paper, so the hues stay and the canvas goes white. The dark theme is untouched.#fdf6e3#ffffff#f4f0d9#ffffff(told apart by its border, the usual light-mode direction)#efebd4#f3f5f2/#eef1ec#ddd8be#e3e7e1#5c6a72#3a4248#8da101#6f7f00#dfa000/#f85552/#3a94c5#9a6b00/#d1403d/#2b7ba5The greens are darkened rather than copied: Everforest Light was mixed for cream, and on white those tones run 2.3–3.4:1, below readable for the small text these tokens carry (badges, statuses, links). Every text token now measures at least 4.4:1 against its own background.
Driven in Chrome on the Overview and a project page in Light: white throughout, green accents intact.
dashboard 429 tests, typecheck + build clean, patch changeset.