Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Share rgba vars throughout Color.ts, fast setTheme parseColor #4140

Merged
merged 3 commits into from
Sep 24, 2022

Commits on Sep 24, 2022

  1. Configuration menu
    Copy the full SHA
    81d68b1 View commit details
    Browse the repository at this point in the history
  2. Move canvas-based parsing to Color.ts lib

    This removed the allowTransparency code, it didn't actually do much
    before, just whether the 'advanced parsing' would allow transparency.
    Since we already do the common formats, I'm not even sure what other
    format it could be.
    Tyriar committed Sep 24, 2022
    Configuration menu
    Copy the full SHA
    6368cb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e68bf3c View commit details
    Browse the repository at this point in the history