Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 672 Bytes

welcome.md

File metadata and controls

42 lines (32 loc) · 672 Bytes

Slides themes

Mercury framework can convert Python notebook into interactive slides! This website code is available on the GitHub.

Light themes:

  • white (default)

  • sky

  • beige

  • simple

  • serif

  • solarized

Dark themes:

  • black

  • league

  • blood

  • night

  • moon

To use the theme in the Mercury YAML configuration you need to define format. The example below:

title: My app
output: slides
format:
    theme: night
# the rest of YAML ...

Themes