diff options
| author | Basil L. Contovounesios | 2018-02-07 02:49:08 +0000 |
|---|---|---|
| committer | Simen Heggestøyl | 2018-02-07 22:14:00 +0100 |
| commit | e209034536b11fbbba19f46a45f6afc316890a5d (patch) | |
| tree | 99747aeecdea4c6a506e6b640924068878551ca5 /lisp/textmodes | |
| parent | 5fe81923e5b6dbbfb623befa12a3317a7e934a63 (diff) | |
| download | emacs-e209034536b11fbbba19f46a45f6afc316890a5d.tar.gz 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/textmodes')
| -rw-r--r-- | lisp/textmodes/css-mode.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/textmodes/css-mode.el b/lisp/textmodes/css-mode.el index 922c1bfe13e..febf7c66139 100644 --- a/lisp/textmodes/css-mode.el +++ b/lisp/textmodes/css-mode.el | |||
| @@ -498,6 +498,7 @@ further value candidates, since that list would be infinite.") | |||
| 498 | ("red" . "#ff0000") | 498 | ("red" . "#ff0000") |
| 499 | ("purple" . "#800080") | 499 | ("purple" . "#800080") |
| 500 | ("fuchsia" . "#ff00ff") | 500 | ("fuchsia" . "#ff00ff") |
| 501 | ("magenta" . "#ff00ff") | ||
| 501 | ("green" . "#008000") | 502 | ("green" . "#008000") |
| 502 | ("lime" . "#00ff00") | 503 | ("lime" . "#00ff00") |
| 503 | ("olive" . "#808000") | 504 | ("olive" . "#808000") |
| @@ -506,6 +507,7 @@ further value candidates, since that list would be infinite.") | |||
| 506 | ("blue" . "#0000ff") | 507 | ("blue" . "#0000ff") |
| 507 | ("teal" . "#008080") | 508 | ("teal" . "#008080") |
| 508 | ("aqua" . "#00ffff") | 509 | ("aqua" . "#00ffff") |
| 510 | ("cyan" . "#00ffff") | ||
| 509 | ("orange" . "#ffa500") | 511 | ("orange" . "#ffa500") |
| 510 | ("aliceblue" . "#f0f8ff") | 512 | ("aliceblue" . "#f0f8ff") |
| 511 | ("antiquewhite" . "#faebd7") | 513 | ("antiquewhite" . "#faebd7") |