Matplotlib Themes
Customizing Maltplotlib themes: https://matplotlib.org/stable/users/explain/customizing.html
Using buildin themes: https://python-charts.com/matplotlib/styles/
import matplotlib.pyplot as plt
plt.style.use('./minimalistic/deeplearning.mplstyle')