Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed as not planned
Labels
Description
Problem
Since the style "dark-background" didn't fit the VS Code Dark Mode color scheme very well, I would appreciate a style that matches more nicely.
Proposed solution
I have edited my rcParams and now it looks pretty neat. I would like to share it with everyone but I'm not sure how exactly I should go about it.
Do I make a pull request with avscode-dark.mplstyle
? If so, where exactly should the file go?
Is this welcome at all?
I'm also happy to make changes, or include additional information, if required.
Here is how it looks:

The rcParams are as follows, with some commented out, because they change additional technicalities that are not strictly necessary for aesthetic purposes.
# CUSTOM # Set dark background default line colors to white.lines.color: whitepatch.edgecolor: whitetext.color: whiteaxes.facecolor: "#1f1f1f"axes.edgecolor: whiteaxes.labelcolor: whitextick.color: whiteytick.color: whitegrid.color: whitefigure.facecolor: "#1f1f1f"figure.edgecolor: "#1f1f1f"patch.facecolor: C0### Boxplotsboxplot.boxprops.color: whiteboxplot.capprops.color: whiteboxplot.flierprops.color: whiteboxplot.flierprops.markeredgecolor: whiteboxplot.whiskerprops.color: white# Change color cycler to match VS Code Syntax Highlightingaxes.prop_cycle: cycler('color', ['DCDCAA','9CDCFE','4EC9B0','C586C0','6a9955','CE9178','4FC1FF','d16969','569cd6','d7ba7d','C8C8C8','ce9178','b5cea8'])# Change default color mapimage.cmap: cividis# Additional technicalities that work well with the interactive window# figure.figsize: 8, 4.5# figure.dpi: 200# figure.autolayout: True# image.aspect: auto# hist.bins: sqrt