timofurrer / colorful

Terminal string styling done right, in Python :snake: :tada:
MIT License
525 stars 23 forks source link

format for readability #22

Closed edouard-lopez closed 5 years ago

edouard-lopez commented 5 years ago

Hi, thanks for the project

I was looking at available colours and the only reference is this file, so let's make it usable :)

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #22   +/-   ##
=======================================
  Coverage   94.04%   94.04%           
=======================================
  Files           7        7           
  Lines         403      403           
=======================================
  Hits          379      379           
  Misses         24       24

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dde3b89...e05997b. Read the comment docs.

timofurrer commented 5 years ago

I've just documented the colornames here: https://github.com/timofurrer/colorful#color-palette

Those colors are actually just from the linked repository in the README. It's probably better to use that resource to see which colors are available than formatting the JSON file here.

Maybe we could link to this page: https://codepen.io/meodai/full/VMpNdQ/ in the README? Would you be up for a PR?