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

Add support for space-separated RGB #58

Merged
merged 5 commits into from
Nov 26, 2021
Merged

Commits on Nov 26, 2021

  1. fix a test that was testing the wrong thing

    It was a duplicate of another test earlier in the file, and wasn't testing the "no alpha" case.
    JJC1138 authored and Qix- committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    8c7aacd View commit details
    Browse the repository at this point in the history
  2. add tests for space-separated RGB syntax

    JJC1138 authored and Qix- committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    a1c2c7c View commit details
    Browse the repository at this point in the history
  3. update RGB regular expressions

    JJC1138 authored and Qix- committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    d210d8a View commit details
    Browse the repository at this point in the history
  4. add additional RGB examples to README

    JJC1138 authored and Qix- committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    eb7ac56 View commit details
    Browse the repository at this point in the history
  5. add alpha percentage for space-separated RGB

    clytras authored and Qix- committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    a2ea739 View commit details
    Browse the repository at this point in the history