From e1975dd1ce07e2b53e7d5818e6799af5fcda6452 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 5 May 2012 15:47:13 +0200 Subject: Complete a bit the themes documentation --- doc/en/themes.txt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/en/themes.txt b/doc/en/themes.txt index ebf654fe..1fce4690 100644 --- a/doc/en/themes.txt +++ b/doc/en/themes.txt @@ -9,8 +9,8 @@ up to _256_ colors if your terminal supports it. Most of the time, if it doesn’t work, that’s because the _$TERM_ environnment variable is wrong. For example with tmux or screen, set it to _screen-256color_, in _xterm_, set it to _xterm-256color_, etc. If your terminal doesn’t have 256, -only 8 color will be available, and poezio will replace the colors by one -of the 8 values available. Thus, some theme file may not work properly +only 8 colors will be available, and poezio will replace the colors by one +of the 8 values available. Thus, some theme files may not work properly if you only have 8 colors for example light gray on dark gray may be converted to black on black if only 8 colors are available, making the text impossible to read). The default theme should work properly in any @@ -79,6 +79,13 @@ to use. If that theme is not found, the default theme will be used instead. Note that the default theme is defined directly into poezio’s source code, and note in a theme file. +Change the theme directory +-------------------------- +To change the default theme directory (_~/.local/share/poezio/themes/_ by +default), you have to change the _themes_dir_ option in the +link:configure.html[configuration file] to the directory that contains your +theme files. + [[available-options]] Available options ----------------- -- cgit v1.2.3