dark_background.mplstyle 477 B

1234567891011121314151617181920212223
  1. # Set black background default line colors to white.
  2. lines.color: white
  3. patch.edgecolor: white
  4. text.color: white
  5. axes.facecolor: black
  6. axes.edgecolor: white
  7. axes.labelcolor: white
  8. axes.prop_cycle: cycler('color', ['8dd3c7', 'feffb3', 'bfbbd9', 'fa8174', '81b1d2', 'fdb462', 'b3de69', 'bc82bd', 'ccebc4', 'ffed6f'])
  9. xtick.color: white
  10. ytick.color: white
  11. grid.color: white
  12. figure.facecolor: black
  13. figure.edgecolor: black
  14. savefig.facecolor: black
  15. savefig.edgecolor: black