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

import pyvista as pv
pv.global_theme.silhouette.color = 'red'

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

