diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2018-02-07 02:49:08 +0000 |
---|---|---|
committer | Simen Heggestøyl <simenheg@gmail.com> | 2018-02-07 22:14:00 +0100 |
commit | e209034536b11fbbba19f46a45f6afc316890a5d (patch) | |
tree | 99747aeecdea4c6a506e6b640924068878551ca5 /lisp/net | |
parent | 5fe81923e5b6dbbfb623befa12a3317a7e934a63 (diff) | |
download | emacs-e209034536b11fbbba19f46a45f6afc316890a5d.tar.gz emacs-e209034536b11fbbba19f46a45f6afc316890a5d.tar.bz2 emacs-e209034536b11fbbba19f46a45f6afc316890a5d.zip |
Fix shr and CSS 4 color maps
* lisp/net/shr-color.el (shr-color-html-colors-alist): Fix typos.
Add RebeccaPurple.
* lisp/textmodes/css-mode.el (css--color-map): Add fuchsia-magenta
and aqua-cyan aliases.
* test/lisp/textmodes/css-mode-tests.el (css-test-property-values):
Bump color count.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/shr-color.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/net/shr-color.el b/lisp/net/shr-color.el index 60d44b3cd66..ca7d1ce55a4 100644 --- a/lisp/net/shr-color.el +++ b/lisp/net/shr-color.el @@ -137,7 +137,7 @@ absolute value without any unit." ("MediumAquaMarine" . "#66CDAA") ("MediumBlue" . "#0000CD") ("MediumOrchid" . "#BA55D3") - ("MediumPurple" . "#9370D8") + ("MediumPurple" . "#9370DB") ("MediumSeaGreen" . "#3CB371") ("MediumSlateBlue" . "#7B68EE") ("MediumSpringGreen" . "#00FA9A") @@ -158,7 +158,7 @@ absolute value without any unit." ("PaleGoldenRod" . "#EEE8AA") ("PaleGreen" . "#98FB98") ("PaleTurquoise" . "#AFEEEE") - ("PaleVioletRed" . "#D87093") + ("PaleVioletRed" . "#DB7093") ("PapayaWhip" . "#FFEFD5") ("PeachPuff" . "#FFDAB9") ("Peru" . "#CD853F") @@ -166,6 +166,7 @@ absolute value without any unit." ("Plum" . "#DDA0DD") ("PowderBlue" . "#B0E0E6") ("Purple" . "#800080") + ("RebeccaPurple" . "#663399") ("Red" . "#FF0000") ("RosyBrown" . "#BC8F8F") ("RoyalBlue" . "#4169E1") |