shr.el (shr-tag-color-check): Convert colors to hexadecimal with shr-color->hexadecimal.
authorJulien Danjou <julien@danjou.info>
Tue, 23 Nov 2010 00:03:44 +0000 (00:03 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Tue, 23 Nov 2010 00:03:44 +0000 (00:03 +0000)
commitef6a29070d822e6b35d6b978d2f070f8a5854b30
treeabd8284262583146aae1a714435580d32e749b57
parent8a0eb8520219bea72cac5410684b0a0ca9d3c783
shr.el (shr-tag-color-check): Convert colors to hexadecimal with shr-color->hexadecimal.
shr-color.el (shr-color->hexadecimal): Add converting functions for RGB() or HSL() color representation.
shr.el (shr-tag-font): Add.
 (shr-tag-color-check): New function to get better colors.
 (shr-tag-insert-color-overlay): Factorize code between tag-font and tag-span.
shr-color.el: New file.
color-lab.el: New file.
lisp/gnus/ChangeLog
lisp/gnus/color-lab.el [new file with mode: 0644]
lisp/gnus/shr-color.el [new file with mode: 0644]
lisp/gnus/shr.el