Skip to content

Commit da9bbe7

Browse files
authored
Merge pull request #655 from martinRenou/docs_theme
Add docs for the theme option
2 parents ba11d5f + 62bee64 commit da9bbe7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/source/customize.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Customizing Voilà
1414
There are many ways you can customize Voilà to control the look and feel
1515
of the dashboards you create.
1616

17+
Changing the theme
18+
==================
19+
20+
By default, Voilà uses the **light** theme, but you can set the theme to **dark** by passing
21+
the following option:
22+
23+
.. code-block:: bash
24+
25+
voila <path-to-notebook> --theme=dark
26+
27+
Currently, Voilà supports only **light** and **dark** themes.
28+
1729
Controlling the nbconvert template
1830
==================================
1931

0 commit comments

Comments
 (0)