Closed as not planned
Description
Currently we set style options using several lines of code:
napari-matplotlib/src/napari_matplotlib/base.py
Lines 9 to 13 in 1ec14d3
Instead we should put these in a matplotlibrc
file, to reduce lines of code, and make it easier to edit and see what style settings are being set all in one go.