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

Provide color values in multiple data formats #6

Closed
arcticicestudio opened this issue Aug 8, 2019 · 0 comments
Closed

Provide color values in multiple data formats #6

arcticicestudio opened this issue Aug 8, 2019 · 0 comments

Comments

@arcticicestudio
Copy link
Contributor

arcticicestudio commented Aug 8, 2019

Currently the color values are only provided through the documentation in the README.md file that can not be simply parsed programmatically for automated usage in other projects.
This will be changed by adding the following data file formats that can be parsed:

  • JSON - The file will provide an object that contains an colors collection/array that stores the individual colors as HEX values. They can be read and concatenated with a comma (,) to match Slack's shareable theme format.
  • YAML - Like the JSON format, the YAML file will also provide the colors collection/array containing the color HEX values.
  • Plain Text - The colors will be also provided as plain text through a .txt file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant