commit bd0aedd8caaf98e646fbd25737e9ee0150c4fbbe
parent 3fd978a7ddc9d0f98bc1048f28ab527cfbf60ac6
Author: Ricardo Mones <ricardo@mones.org>
Date: Tue, 14 Mar 2017 19:34:01 +0100
Fix some color names and lists
Diffstat:
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/manual/advanced.xml b/manual/advanced.xml
@@ -625,8 +625,9 @@
<term><literal>default_header_bgcolor</literal></term>
<listitem>
<para>
- Foreground and background colors to use for the Compose window's header entry values.
- Default values are '#000000' (black), '#f5f6be' (white) respectively.
+ Foreground and background colors to use for the Compose window's header
+ entry values. Default values are '#000000' (black) and '#f5f6be' (pale
+ yellow), respectively.
</para>
</listitem>
</varlistentry>
@@ -813,8 +814,8 @@
<para>
Foreground and background colors to use in the QuickSearch field when
the search is active and when there is a syntax error.
- Default values are '#000000' (black), '#f5f6be' (white), '#000000' (black),
- '#ff7070' (red) respectively.
+ Default values are '#000000' (black), '#f5f6be' (pale yellow), '#000000'
+ (black), and '#ff7070' (pale red), respectively.
</para>
</listitem>
</varlistentry>
@@ -914,7 +915,8 @@
<listitem>
<para>
Foreground and background colors to use when displaying tags.
- Default values are '#000000' (black), '#f5f6be' (white) respectively.
+ Default values are '#000000' (black) and '#f5f6be' (pale yellow),
+ respectively.
</para>
</listitem>
</varlistentry>