diff options
| author | Tassilo Horn | 2014-11-07 08:39:00 +0100 |
|---|---|---|
| committer | Tassilo Horn | 2014-11-07 08:39:00 +0100 |
| commit | 361ffe132463580de4ca62f923796b54737a46fe (patch) | |
| tree | b3cd479453218b4804c1e2e9496584f896e1a0f9 /doc/misc | |
| parent | b912aed95a7c31b14cb7e07c0287b9ce8f7369e0 (diff) | |
| download | emacs-361ffe132463580de4ca62f923796b54737a46fe.tar.gz emacs-361ffe132463580de4ca62f923796b54737a46fe.zip | |
Document how to increase contrast in EWW/shr
* doc/misc/eww.texi (Advanced): Document increasing contrast with
shr-color-visible-distance-min and
shr-color-visible-luminance-min.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 6 | ||||
| -rw-r--r-- | doc/misc/eww.texi | 9 |
2 files changed, 15 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 36134cdc8d1..441285647bd 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-11-07 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * eww.texi (Advanced): Document increasing contrast with | ||
| 4 | shr-color-visible-distance-min and | ||
| 5 | shr-color-visible-luminance-min. | ||
| 6 | |||
| 1 | 2014-11-02 Teodor Zlatanov <tzz@lifelogs.com> | 7 | 2014-11-02 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 8 | ||
| 3 | * auth.texi (Help for users): Explain quoting rules better. | 9 | * auth.texi (Help for users): Explain quoting rules better. |
diff --git a/doc/misc/eww.texi b/doc/misc/eww.texi index c22a41e451c..f8f87d37a39 100644 --- a/doc/misc/eww.texi +++ b/doc/misc/eww.texi | |||
| @@ -195,6 +195,15 @@ of the width and height. If Emacs supports image scaling (ImageMagick | |||
| 195 | support required) then larger images are scaled down. You can block | 195 | support required) then larger images are scaled down. You can block |
| 196 | specific images completely by customizing @code{shr-blocked-images}. | 196 | specific images completely by customizing @code{shr-blocked-images}. |
| 197 | 197 | ||
| 198 | @vindex shr-color-visible-distance-min | ||
| 199 | @vindex shr-color-visible-luminance-min | ||
| 200 | @cindex Contrast | ||
| 201 | EWW (or rather its HTML renderer @code{shr}) use the colors declared | ||
| 202 | in the HTML page but adjust them if needed to keep a certain minimum | ||
| 203 | contrast. If that is still to low for you, have a look at the | ||
| 204 | variables @code{shr-color-visible-distance-min} and | ||
| 205 | @code{shr-color-visible-luminance-min}. | ||
| 206 | |||
| 198 | @node History and Acknowledgments | 207 | @node History and Acknowledgments |
| 199 | @appendix History and Acknowledgments | 208 | @appendix History and Acknowledgments |
| 200 | 209 | ||