]> git.immae.eu Git - github/wallabag/wallabag.git/blame - inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
[add] HTML Purifier added to clean code
[github/wallabag/wallabag.git] / inc / 3rdparty / htmlpurifier / HTMLPurifier / ConfigSchema / schema / Core.ColorKeywords.txt
CommitLineData
d4949327
NL
1Core.ColorKeywords\r
2TYPE: hash\r
3VERSION: 2.0.0\r
4--DEFAULT--\r
5array (\r
6 'maroon' => '#800000',\r
7 'red' => '#FF0000',\r
8 'orange' => '#FFA500',\r
9 'yellow' => '#FFFF00',\r
10 'olive' => '#808000',\r
11 'purple' => '#800080',\r
12 'fuchsia' => '#FF00FF',\r
13 'white' => '#FFFFFF',\r
14 'lime' => '#00FF00',\r
15 'green' => '#008000',\r
16 'navy' => '#000080',\r
17 'blue' => '#0000FF',\r
18 'aqua' => '#00FFFF',\r
19 'teal' => '#008080',\r
20 'black' => '#000000',\r
21 'silver' => '#C0C0C0',\r
22 'gray' => '#808080',\r
23)\r
24--DESCRIPTION--\r
25\r
26Lookup array of color names to six digit hexadecimal number corresponding\r
27to color, with preceding hash mark. Used when parsing colors. The lookup\r
28is done in a case-insensitive manner.\r
29--# vim: et sw=4 sts=4\r