summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-05-05 15:47:13 +0200
committermathieui <mathieui@mathieui.net>2012-05-05 15:47:13 +0200
commite1975dd1ce07e2b53e7d5818e6799af5fcda6452 (patch)
tree4a4e476eec6ec60689e58f80b06e1982202dcf3b /doc
parent794da2a6f2fb6f532cbd5f16a26019d598a04528 (diff)
downloadpoezio-e1975dd1ce07e2b53e7d5818e6799af5fcda6452.tar.gz
poezio-e1975dd1ce07e2b53e7d5818e6799af5fcda6452.tar.bz2
poezio-e1975dd1ce07e2b53e7d5818e6799af5fcda6452.tar.xz
poezio-e1975dd1ce07e2b53e7d5818e6799af5fcda6452.zip
Complete a bit the themes documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/en/themes.txt11
1 files 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
-----------------