summaryrefslogtreecommitdiff
path: root/poezio/colors.py
AgeCommit message (Collapse)Author
2019-02-14Embed hsluvJonas Schäfer
See: https://lab.louiz.org/poezio/poezio/merge_requests/13#note_7453
2018-10-15from __future__ import xep_0392.v0_5Jonas Schäfer
Ahem. Thes updates poezio to use the HSLuv colour space to generate colours according to XEP-0392. This will become the standard in XEP-0392 v0.5.
2018-08-17Add typing information and reformat stuffmathieui
2018-07-27Fix RGB parsing in colors.pymathieui
Thanks nand for noticing
2017-11-14yapf -irEmmanuel Gil Peyrot
2017-11-12Fix ranges for ncurses to rgb conversionJonas Wielicki
2017-11-12Add support for XEP-0392 (Consistent Color Generation)Jonas Wielicki