Skip to content

Instantly share code, notes, and snippets.

@fgerick
Created July 3, 2019 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fgerick/ee2ab96307984045ae8d302dfb86ea62 to your computer and use it in GitHub Desktop.
Save fgerick/ee2ab96307984045ae8d302dfb86ea62 to your computer and use it in GitHub Desktop.
matplotlib theme for atom one-dark with color cycle from matplotlib dark_background theme
lines.color: abb2bf
patch.edgecolor: abb2bf
text.color: abb2bf
axes.facecolor: 282c34
axes.edgecolor: abb2bf
axes.labelcolor: abb2bf
axes.prop_cycle: cycler('color', ['8dd3c7', 'feffb3', 'bfbbd9', 'fa8174', '81b1d2', 'fdb462', 'b3de69', 'bc82bd', 'ccebc4', 'ffed6f'])
xtick.color: abb2bf
ytick.color: abb2bf
grid.color: abb2bf
figure.facecolor: 282c34
figure.edgecolor: 282c34
savefig.facecolor: 282c34
savefig.edgecolor: 282c34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment