.. _sphx_glr_auto_themes_theme_SimpleBlue.py: SimpleBlue ========== Just change title color to simple blue. .. rst-class:: sphx-glr-horizontal * .. image:: /auto_themes/images/sphx_glr_theme_SimpleBlue_001.png :scale: 47 * .. image:: /auto_themes/images/sphx_glr_theme_SimpleBlue_002.png :scale: 47 .. code-block:: python from beampy import * doc = document(theme="SimpleBlue", quiet=True) with slide(): maketitle('Beampy theme ``SimpleBlue"', author=['Author 1', 'Author 2'], subtitle='A subtitle', date='now') display_matplotlib(gcs()) with slide('Slide title are in blue'): pass display_matplotlib(gcs()) .. only :: html .. container:: sphx-glr-footer .. container:: sphx-glr-download :download:`Download Python source code: theme_SimpleBlue.py ` .. container:: sphx-glr-download :download:`Download Jupyter notebook: theme_SimpleBlue.ipynb ` .. only:: html .. rst-class:: sphx-glr-signature `Gallery generated by Sphinx-Gallery `_