# Examples from pyvista.plotting.themes.Theme.color
# =================================================

# Set the default mesh color to 'red'.
import pyvista as pv
pv.global_theme.color = 'red'

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

