diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/config.xml | 7 | ||||
-rw-r--r-- | doc/en/config.xml | 7 | ||||
-rw-r--r-- | doc/fr/config.xml | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/doc/de/config.xml b/doc/de/config.xml index 51c02a8eb..3afb9d6f7 100644 --- a/doc/de/config.xml +++ b/doc/de/config.xml @@ -552,6 +552,13 @@ <entry>Farbe des Trennzeichens in der Eingabezeile</entry> </row> <row> + <entry><option>col_input_text_not_found</option></entry> + <entry>Farbe</entry> + <entry>Curses- oder Gtk-Farben</entry> + <entry>'red'</entry> + <entry>Color for text not found</entry> +</row> +<row> <entry><option>col_input_bg</option></entry> <entry>Farbe</entry> <entry>Curses- oder Gtk-Farben</entry> diff --git a/doc/en/config.xml b/doc/en/config.xml index b0595d46d..80ad533ec 100644 --- a/doc/en/config.xml +++ b/doc/en/config.xml @@ -552,6 +552,13 @@ <entry>Color for input text (delimiters)</entry> </row> <row> + <entry><option>col_input_text_not_found</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry>'red'</entry> + <entry>Color for text not found</entry> +</row> +<row> <entry><option>col_input_bg</option></entry> <entry>color</entry> <entry>Curses or Gtk color</entry> diff --git a/doc/fr/config.xml b/doc/fr/config.xml index a6ca6e801..9f5b6f5ad 100644 --- a/doc/fr/config.xml +++ b/doc/fr/config.xml @@ -552,6 +552,13 @@ <entry>Couleur pour le texte saisi (délimiteurs)</entry> </row> <row> + <entry><option>col_input_text_not_found</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'red'</entry> + <entry>Couleur pour le texte non trouvé</entry> +</row> +<row> <entry><option>col_input_bg</option></entry> <entry>couleur</entry> <entry>couleur Curses ou Gtk</entry> |