diff --git a/doc/theming.rst b/doc/theming.rst
index a6cf9594c..1d80b0797 100644
--- a/doc/theming.rst
+++ b/doc/theming.rst
@@ -88,7 +88,8 @@ These themes are:
- **nosidebar** (true or false): Don't include the sidebar. Defaults to
false.
-* **default** -- This is the default theme. It can be customized via these
+* **default** -- This is the default theme, which looks like `the Python
+ documentation `_. It can be customized via these
options:
- **rightsidebar** (true or false): Put the sidebar on the right side.
@@ -126,6 +127,16 @@ These themes are:
* **sphinxdoc** -- The theme used for this documentation. It features a sidebar
on the right side. There are currently no options beyond *nosidebar*.
+* **scrolls** -- A more lightweight theme, based on `the Jinja documentation
+ `_. The following color options are
+ available:
+
+ - **headerbordercolor**
+ - **subheadlinecolor**
+ - **linkcolor**
+ - **visitedlinkcolor**
+ - **admonitioncolor**
+
* **traditional** -- A theme resembling the old Python documentation. There are
currently no options beyond *nosidebar*.