diagrams-contrib-1.4.5: Collection of user contributions to diagrams EDSL
Copyright(c) 2015 Brent Yorgey
LicenseBSD-style (see LICENSE)
Maintainerbyorgey@gmail.com
Safe HaskellSafe-Inferred
LanguageHaskell2010

Diagrams.Color.XKCD

Description

The 949 most common RGB monitor colors, as determined by the xkcd color name survey. See http://xkcd.com/color/rgb/ . Data taken from http://xkcd.com/color/rgb.txt (License: http://creativecommons.org/publicdomain/zero/1.0/ .)

This module defines many common color names that no standards committee would ever countenance, including crude ones like poopGreen and puke, as well as more acceptable but still non-standards-worthy names like windowsBlue and toxicGreen. It also contains several misspellings such as liliac and manilla, though by definition this list contains only very common misspellings.

Names in the original list that use a forward slash (e.g. "yellow/green") are represented here with an underscore, e.g. yellow_green (note that yellow_green /= yellowGreen!).

Note that the color name tan clashes with the Haskell Prelude. Many other color names here clash with names from Data.Colour.Names (taken from the X11 standard), which is automatically re-exported from Diagrams.Prelude. It is recommended to import this module qualified.

Documentation