]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - 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
diff --git a/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt b/inc/3rdparty/htmlpurifier/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt
new file mode 100644 (file)
index 0000000..f782398
--- /dev/null
@@ -0,0 +1,29 @@
+Core.ColorKeywords\r
+TYPE: hash\r
+VERSION: 2.0.0\r
+--DEFAULT--\r
+array (\r
+  'maroon' => '#800000',\r
+  'red' => '#FF0000',\r
+  'orange' => '#FFA500',\r
+  'yellow' => '#FFFF00',\r
+  'olive' => '#808000',\r
+  'purple' => '#800080',\r
+  'fuchsia' => '#FF00FF',\r
+  'white' => '#FFFFFF',\r
+  'lime' => '#00FF00',\r
+  'green' => '#008000',\r
+  'navy' => '#000080',\r
+  'blue' => '#0000FF',\r
+  'aqua' => '#00FFFF',\r
+  'teal' => '#008080',\r
+  'black' => '#000000',\r
+  'silver' => '#C0C0C0',\r
+  'gray' => '#808080',\r
+)\r
+--DESCRIPTION--\r
+\r
+Lookup array of color names to six digit hexadecimal number corresponding\r
+to color, with preceding hash mark. Used when parsing colors.  The lookup\r
+is done in a case-insensitive manner.\r
+--# vim: et sw=4 sts=4\r