chore(deps): colony-ui 0.1.5 - #17
Merged
Merged
Conversation
Two fixes since 0.1.1, both about a colour drawn on another colour without
checking it reads:
- Six palettes gave bg_progress the same value as bg_card, so a progress bar
had no visible track.
- The shared pickers drew their check mark in white on the accent dot, which
falls below 3:1 on four of the eight accents; and contrast_on picked its
end from a luminance threshold that mis-sorted the green accent. Every
accent now reads better, and Grape's picker draws both.
The catalogue also grew to 26 families and 59 palettes: Parchment, and
upstream Kanagawa Dragon as its own variant beside the journal one that holds
its const name. Grape's picker renders whatever the catalogue holds, so it
gains them with no code change.
MotherSphere
force-pushed
the
chore/colony-ui-0.1.4
branch
from
September 2, 2026 10:27
fbf3c01 to
352d305
Compare
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.
Brings the six palettes whose
bg_progressmatched theirbg_cardand therefore drew a progress bar with no visible track — all four Catppuccin variants, Kanagawa journal and Parchment light. See Project-Colony-Resources#2.The catalogue also grew to 26 families and 59 palettes since 0.1.1: Parchment, and upstream Kanagawa Dragon as its own variant beside the journal one that holds its const name. Grape's picker renders whatever the catalogue holds, so it gains them with no code change.
Tests pass.
Noted while here, and not touched:
clippy.tomlstill lists three lint names as if they were configuration options, so clippy refuses the file and has never run — 382 findings behind it..github/workflows/ci.ymlalready documents this and the rustfmt mismatch, with the right plan ("fix the backlog, then add the gate"). That is its own piece of work, not a side effect of a dependency bump.