We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The tango color scheme http://tango.freedesktop.org/static/cvs/tango-art-tools/palettes/Tango-Palette.png is a nice standard set of colors.
An enum containing all the colors:
https://github.com/simpsus/WordCram/blob/sketches/src/contrib/TangoColorEnum.java
A Colorer Iterating through these words based on some strategies:
https://github.com/simpsus/WordCram/blob/sketches/src/contrib/TangoWordColorer.java
A Colorer that uses the temperature levels of the colors in relation to the word weight:
https://github.com/simpsus/WordCram/blob/sketches/src/contrib/TangoHeatMap.java
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The tango color scheme
http://tango.freedesktop.org/static/cvs/tango-art-tools/palettes/Tango-Palette.png
is a nice standard set of colors.
An enum containing all the colors:
https://github.com/simpsus/WordCram/blob/sketches/src/contrib/TangoColorEnum.java
A Colorer Iterating through these words based on some strategies:
https://github.com/simpsus/WordCram/blob/sketches/src/contrib/TangoWordColorer.java
A Colorer that uses the temperature levels of the colors in relation to the word weight:
https://github.com/simpsus/WordCram/blob/sketches/src/contrib/TangoHeatMap.java
The text was updated successfully, but these errors were encountered: