diff options
author | mathieui <mathieui@mathieui.net> | 2013-04-08 19:17:32 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2013-04-08 19:17:32 +0200 |
commit | 662f9a7621308a21fbed96ca46cbac33848403f0 (patch) | |
tree | 6fdc48081bcff41335125e6f780e05854747abab /doc/source/themes.rst | |
parent | bd8d38d711e15d42ac8e797723af5242e4c3f4fb (diff) | |
download | poezio-662f9a7621308a21fbed96ca46cbac33848403f0.tar.gz poezio-662f9a7621308a21fbed96ca46cbac33848403f0.tar.bz2 poezio-662f9a7621308a21fbed96ca46cbac33848403f0.tar.xz poezio-662f9a7621308a21fbed96ca46cbac33848403f0.zip |
Start migrating the command index
Diffstat (limited to 'doc/source/themes.rst')
-rw-r--r-- | doc/source/themes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/themes.rst b/doc/source/themes.rst index 98b5f13e..92b88245 100644 --- a/doc/source/themes.rst +++ b/doc/source/themes.rst @@ -51,7 +51,7 @@ To define a *color pair* and assign it to the *COLOR_NAME* option, just do class FooTheme(theming.Theme): COLOR_NAME = (fg_color, bg_color, opt_attr) -You do not have to define all the :ref:`available options`, +You do not have to define all the :ref:`available-options`, you can decide that your theme will only change some options, the other one will just have the default value (from the default theme). @@ -105,4 +105,4 @@ Available options .. warning:: This section is not complete. All available options can be found into the default theme, which is into the -_theming.py_ file from the poezio’s source code. +**theming.py** file from the poezio’s source code. |