Skip to content

Instantly share code, notes, and snippets.

@cwharland
Last active August 29, 2015 14: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 cwharland/47d15286b10bd200057e to your computer and use it in GitHub Desktop.
Save cwharland/47d15286b10bd200057e to your computer and use it in GitHub Desktop.
Seaborn matplotlib rc adjustments for base16-tomorrow-dark
custom_style = {'axes.labelcolor': 'white',
'axes.linewidth': 2,
'xtick.color': 'white',
'ytick.color': 'white',
'lines.color': 'white',
'patch.edgecolor': 'white',
'text.color': 'white',
'axes.facecolor': '#1d1f21',
'axes.edgecolor': 'white',
'axes.labelcolor': 'white',
'grid.color': 'white',
'figure.facecolor': '#1d1f21',
'figure.edgecolor': '#1d1f21'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment