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

More colors and some minor changes #11

Merged
merged 5 commits into from
Aug 17, 2020

Commits on Aug 17, 2020

  1. Update rgb crate

    Disable default features as they're not used.
    hanmertens committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    9e1ba20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c2cf8 View commit details
    Browse the repository at this point in the history
  3. Make epilogue a provided method

    It should be the same for all colors, but can be overwritten this way.
    hanmertens committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    ed81de8 View commit details
    Browse the repository at this point in the history
  4. Add support for 3/4-bit colors

    3-bit colors are added as an enum, and 4-bit colors a struct contains
    this enum and a separate bright bit, which is not the most
    space-efficient.
    hanmertens committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    1494e9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a6fc65 View commit details
    Browse the repository at this point in the history