From 6c6add79d53387b273bfda8925f523410a4b31e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Wed, 10 Aug 2022 19:08:27 +0200 Subject: [PATCH] style: make grid more discreet in dark_background --- lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle b/lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle index c4b7741ae440..0c531849c8dd 100644 --- a/lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle +++ b/lib/matplotlib/mpl-data/stylelib/dark_background.mplstyle @@ -13,7 +13,7 @@ axes.prop_cycle: cycler('color', ['8dd3c7', 'feffb3', 'bfbbd9', 'fa8174', '81b1d xtick.color: white ytick.color: white -grid.color: white +grid.color: 555555 figure.facecolor: black figure.edgecolor: black