# Examples from pyvista.load_theme
# ================================

import pyvista as pv
from pyvista.plotting.themes import DocumentTheme
theme = DocumentTheme()
theme.save('my_theme.json')
loaded_theme = pv.load_theme('my_theme.json')

# ----------------------------------------------------------------------
# Generated by sphinx-examples-as-code https://github.com/pyvista/sphinx-examples-as-code

