-
-
Notifications
You must be signed in to change notification settings - Fork 96
Expand file tree
/
Copy pathmonokai.css
More file actions
81 lines (71 loc) · 2.38 KB
/
Copy pathmonokai.css
File metadata and controls
81 lines (71 loc) · 2.38 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
/* Monokai theme for Lotion / Notion
Palette: classic Sublime Text Monokai
Overrides --c-* on .notion-*/body — see dracula.css for rationale. */
:root,
:root.dark,
:root.light,
body,
body.notion-body,
.notion-dark-theme,
.notion-light-theme,
.notion-app-inner {
--c-bacPri: #272822 !important;
--c-bacSec: #1e1f1c !important;
--c-bacTer: #3e3d32 !important;
--c-bacEle: #1e1f1c !important;
--c-bacAccPri: #3e3d32 !important;
--c-bacAccSec: #75715e !important;
--c-borPri: #3e3d32 !important;
--c-borSec: #1e1f1c !important;
--c-borAccPri: #75715e !important;
--c-borInvPri: #75715e !important;
--c-borStr: #75715e !important;
--c-icoPri: #f8f8f2 !important;
--c-icoSec: #a6e22e !important;
--c-icoTer: #75715e !important;
--c-icoAccPri: #f92672 !important;
--c-icoDis: #3e3d32 !important;
--c-icoInvPri: #f8f8f2 !important;
--c-icoInvSec: #a6e22e !important;
--c-graTexPri: #f8f8f2 !important;
--c-graTexSec: #e6db74 !important;
--c-graTexTer: #75715e !important;
--c-graTexDis: #3e3d32 !important;
--c-graTexInvPri: #f8f8f2 !important;
--c-graTexInvSec: #e6db74 !important;
--c-graBacPri: #1e1f1c !important;
--c-graBacSec: #3e3d32 !important;
--c-graBacTer: #75715e !important;
--c-graBacEle: #3e3d32 !important;
--c-graBacAccPri: #75715e !important;
--c-graBacAccSec: #a6e22e !important;
--c-graBorPri: #3e3d32 !important;
--c-graBorSec: #1e1f1c !important;
--c-graBorAccPri: #75715e !important;
--c-graBorInvPri: #75715e !important;
--c-graBorStr: #75715e !important;
--c-graIcoPri: #f8f8f2 !important;
--c-graIcoSec: #a6e22e !important;
--c-graIcoTer: #75715e !important;
--c-graIcoAccPri: #a6e22e !important;
--c-graIcoDis: #3e3d32 !important;
--c-graIcoInvPri: #f8f8f2 !important;
--c-graIcoInvSec: #a6e22e !important;
--c-popBac: #1e1f1c !important;
--c-butGroBac: #3e3d32 !important;
--c-calIteBac: #3e3d32 !important;
--c-codStiBloBac: #1e1f1c !important;
--c-keyActBarBac: #1e1f1c !important;
--c-keyDonBarBac: #1e1f1c !important;
--c-peeTimBac: #1e1f1c !important;
--c-hovMarDisBac: #3e3d32 !important;
--c-homScrButBacBas: #1e1f1c !important;
--c-palUiBlu600: #f92672 !important;
--c-palUiBlu700: #fb528d !important;
--theme--bg: #272822;
--theme--bg-secondary: #1e1f1c;
--theme--bg-tertiary: #3e3d32;
--theme--text: #f8f8f2;
--theme--text-secondary: #a6e22e;
--theme--accent: #f92672;
}