-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgruvbox.mplstyle
executable file
·66 lines (64 loc) · 1.41 KB
/
gruvbox.mplstyle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
# Gruvbox colors
# dark0 : #282828;
# dark0_hard : #1d2021;
# dark0_soft : #32302f;
# dark1 : #3c3836;
# dark2 : #504945;
# dark3 : #665c54;
# dark4 : #7c6f64;
# light0 : #fbf1c7;
# light0_hard : #f9f5d7;
# light0_soft : #f2e5bc;
# light1 : #ebdbb2;
# light2 : #d5c4a1;
# light3 : #bdae93;
# light4 : #a89984;
# gray : #928374;
# red : #cc241d;
# light-red : #fb4934;
# faded-red : #9d0006;
# green : #98971a;
# light-green : #b8bb26;
# faded-green : #79740e;
# yellow : #d79921;
# light-yellow : #fabd2f;
# faded-yellow : #b57614;
# blue : #458588;
# light-blue : #83a598;
# faded-blue : #076678;
# purple : #b16286;
# light-purple : #d3869b;
# faded-purple : #8f3f71;
# aqua : #689d6a;
# light-aqua : #8ec07c;
# faded-aqua : #427b58;
# orange : #d65d0e;
# light-orange : #fe8019;
# faded-orange : #af3a03;
figure.facecolor: 282828
figure.figsize: 25.0, 8.0
text.color: F2E5BC
axes.labelcolor: F2E5BC
legend.frameon: False
legend.numpoints: 1
legend.scatterpoints: 1
xtick.direction: out
ytick.direction: out
xtick.color: F2E5BC
ytick.color: F2E5BC
image.cmap: Greys
font.family: sans-serif
font.sans-serif: Arial, Liberation Sans, DejaVu Sans, Bitstream Vera Sans, sans-serif
font.size: 16
grid.linestyle: -
lines.solid_capstyle: round
axes.axisbelow: True
axes.grid: True
axes.facecolor: 3C3836
axes.edgecolor: white
axes.linewidth: 0
grid.color: 504945
xtick.major.size: 0
ytick.major.size: 0
xtick.minor.size: 0
ytick.minor.size: 0