Very nice Color Schema Generator(colourco.de)
colourco.de
Very nice Color Schema Generator
http://colourco.de
4 comments
Slightly off-topic: Does HN fail to parse an URL with no slashes?
Think so. Or has it got anything to do with the #?
Looking at news.arc in the Arc distribution (I think that is a source code of the HN or at least a basis of it, right?), it just misses this kind of URLs:
Edit: I filed an issue to the HN issue tracker. https://github.com/HackerNews/HN/issues/35
(def parse-site (url)
(rev (tokens (cadr (tokens url [in _ #\/ #\?])) #\.)))
It basically tokenizes the URL "http://example.com/foo/bar?quux#woah" into a list "http:", "example.com", "foo", etc. (no "" since tokens uses consif internally) and takes the second element as a domain name. (It has a prior knowledge of url starting with either "http://" or "https://".) Obviously "#" is missing in the list of separators.Edit: I filed an issue to the HN issue tracker. https://github.com/HackerNews/HN/issues/35
Previous submission: https://news.ycombinator.com/item?id=5777500
It's worth to mention UI changed several times since last submission and it definitely improved!
It's worth to mention UI changed several times since last submission and it definitely improved!
It's fancy but I still like these better:
http://colorschemedesigner.com/
https://kuler.adobe.com/create/color-wheel/
The option to enter a starting color seems to be hard to get to -- controlling it with a mouse is quite unwieldy.
Click on the up arrow to access controls.
Click on the up arrow to access controls.
It's not obvious, but once you click to select a color, you can click the arrow at the bottom and manually insert hex / RGB / HSL, etc. to manually define your base color.
Thanks, couldn't find it at all.