Complete a bit the themes documentation

This commit is contained in:
mathieui 2012-05-05 15:47:13 +02:00
parent 794da2a6f2
commit e1975dd1ce

View file

@ -9,8 +9,8 @@ up to _256_ colors if your terminal supports it. Most of the time,
if it doesnt work, thats 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 doesnt 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 poezios 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
-----------------