Mode sombre Matplotlib

import matplotlib.pyplot as plt

plt.style.use('dark_background')
Exr0n