Skip to content

Releases: braver/ColorHints

0.5.3

Choose a tag to compare

@braver braver released this 25 Aug 14:14
percent units are also optional in hwb

0.5.2

Choose a tag to compare

@braver braver released this 23 Aug 09:17
handle optional deg unit in hwb

0.5.1: fix #7 support rgb/hsl with spaces, not ,

Choose a tag to compare

@braver braver released this 26 Feb 14:35
and refactor for readability and reduce code duplication

support all RAL colors

Choose a tag to compare

@braver braver released this 27 Jul 15:05
fix #5 complete list of RAL colors

scraped from https://www.ral-farben.de/en/all-ral-colours

0.4.1

Choose a tag to compare

@braver braver released this 26 Jul 15:39
7d35309
add flake8 job

0.4.0

Choose a tag to compare

@braver braver released this 18 Aug 11:45
fix #3 default to rgba hex; new setting for argb

0.3.3: Revert "add first very naive vt100 escape sequence match"

Choose a tag to compare

@braver braver released this 03 Aug 08:04
274a31594446ebd1f54c9712085b37ff106d6249

Because it can be a list (31;41;42), it can't be handled like the
others (i.e. a single color matched by regex). Instead we would need
a little parser that renders multiple hints: for each color in the list.

0.3.2

Choose a tag to compare

@braver braver released this 06 May 20:17
typo

0.3.1

Choose a tag to compare

@braver braver released this 06 May 20:07
remove a stray print statement

0.3.0

Choose a tag to compare

@braver braver released this 04 May 15:29
update README