Skip to content

Commit 07fd38b

Browse files
authored
Merge pull request #144 from Starship-Headlight/Embers
2 parents 4c70655 + 1102623 commit 07fd38b

File tree

2 files changed

+216
-0
lines changed

2 files changed

+216
-0
lines changed

themes/embers/v1/code-block.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/embers/v1/theme.json

Lines changed: 215 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
3+
"name": "Embers",
4+
"id": "embers",
5+
"version": 1,
6+
"license": "GPL-3.0-or-later",
7+
"homepage": "https://notesnook.com",
8+
"description": " ",
9+
"colorScheme": "dark",
10+
"compatibilityVersion": 1,
11+
"authors": [
12+
{
13+
"name": "MONARCH",
14+
"email": "[email protected]",
15+
"url": "https://www.notesnook.com"
16+
}
17+
],
18+
"scopes": {
19+
"base": {
20+
"primary": {
21+
"accent": "#de4c4a",
22+
"paragraph": "#ffffff",
23+
"background": "#1e1e1e",
24+
"border": "#1e1e1e",
25+
"heading": "#ffffff",
26+
"icon": "#d1d1d1",
27+
"separator": "#1e1e1e",
28+
"placeholder": "#808080",
29+
"hover": "#322f2a",
30+
"accentForeground": "#1e1e1e",
31+
"backdrop": "#0f0f0f9a"
32+
},
33+
"secondary": {
34+
"accent": "#808080",
35+
"paragraph": "#808080",
36+
"background": "#262626",
37+
"border": "#2b2b2b",
38+
"heading": "#808080",
39+
"icon": "#d1d1d1",
40+
"separator": "#1e1e1e",
41+
"placeholder": "#404040",
42+
"hover": "#322f2a",
43+
"accentForeground": "#ffffff",
44+
"backdrop": "#0f0f0f9a"
45+
},
46+
"disabled": {
47+
"accent": "#de4c4a",
48+
"paragraph": "#ffffff",
49+
"background": "#000000",
50+
"border": "#1e1e1e",
51+
"heading": "#ffffff",
52+
"icon": "#808080",
53+
"separator": "#d1d1d1",
54+
"placeholder": "#404040",
55+
"hover": "#322f2a",
56+
"accentForeground": "#ffffff",
57+
"backdrop": "#0f0f0f9a"
58+
},
59+
"selected": {
60+
"accent": "#de4c4a",
61+
"paragraph": "#ffffff",
62+
"background": "#4725254a",
63+
"border": "#ffffff",
64+
"heading": "#ffffff",
65+
"icon": "#de4c4a",
66+
"separator": "#1e1e1e",
67+
"placeholder": "#472525",
68+
"hover": "#472525",
69+
"accentForeground": "#ffffff",
70+
"backdrop": "#0f0f0f9a"
71+
},
72+
"error": {
73+
"accent": "#f54b42",
74+
"paragraph": "#f54b42",
75+
"background": "#250b0a",
76+
"border": "#383838",
77+
"heading": "#f54b42",
78+
"icon": "#f54b42",
79+
"separator": "#383838",
80+
"placeholder": "#404040",
81+
"hover": "#ffffff10",
82+
"accentForeground": "#ffffff",
83+
"backdrop": "#35353580"
84+
},
85+
"success": {
86+
"accent": "#4F8A10",
87+
"paragraph": "#4F8A10",
88+
"background": "#132204",
89+
"border": "#383838",
90+
"heading": "#4F8A10",
91+
"icon": "#de4c4a",
92+
"separator": "#383838",
93+
"placeholder": "#404040",
94+
"hover": "#ffffff10",
95+
"accentForeground": "#ffffff",
96+
"backdrop": "#35353580"
97+
}
98+
},
99+
"statusBar": {
100+
"primary": {
101+
"accent": "#ffffff",
102+
"paragraph": "#ffffff",
103+
"background": "#262626",
104+
"icon": "#d1d1d1"
105+
},
106+
"selected": {
107+
"paragraph": "#de4c4a",
108+
"background": "#472525"
109+
},
110+
"success": {
111+
"icon": "#d1d1d1"
112+
}
113+
},
114+
"list": {
115+
"primary": {
116+
"paragraph": "#c2c2c2",
117+
"icon": "#d1d1d1"
118+
},
119+
"selected": {
120+
"paragraph": "#c2c2c2",
121+
"background": "#4725254a"
122+
}
123+
},
124+
"editor": {
125+
"primary": {
126+
"border": "#444444"
127+
},
128+
"selected": {
129+
"paragraph": "#de4c4a",
130+
"background": "#472525"
131+
}
132+
},
133+
"editorToolbar": {
134+
"primary": {
135+
"accent": "#ffffff",
136+
"paragraph": "#ffffff",
137+
"icon": "#ffffff",
138+
"hover": "#322f2a"
139+
},
140+
"selected": {
141+
"background": "#472525",
142+
"icon": "#de4c4a"
143+
}
144+
},
145+
"editorSidebar": {
146+
"secondary": {
147+
"paragraph": "#7d7d7d",
148+
"icon": "#555555"
149+
},
150+
"selected": {
151+
"background": "#472525"
152+
}
153+
},
154+
"titleBar": {
155+
"primary": {
156+
"background": "#262626"
157+
}
158+
},
159+
"dialog": {
160+
"primary": {
161+
"accent": "#de4c4a",
162+
"paragraph": "#c2c2c2",
163+
"border": "#3d3d3d",
164+
"heading": "#ffffff",
165+
"icon": "#d1d1d1"
166+
},
167+
"secondary": {
168+
"paragraph": "#999999",
169+
"background": "#262626",
170+
"border": "#3d3d3d",
171+
"icon": "#555555"
172+
},
173+
"selected": {
174+
"paragraph": "#e55132",
175+
"background": "#472525"
176+
}
177+
},
178+
"navigationMenu": {
179+
"primary": {
180+
"accent": "#707070",
181+
"paragraph": "#ffffff",
182+
"background": "#262626",
183+
"border": "#3d3d3d",
184+
"icon": "#d1d1d1",
185+
"separator": "#262626",
186+
"hover": "#322f2a"
187+
},
188+
"secondary": {
189+
"paragraph": "#555555",
190+
"background": "#262626"
191+
},
192+
"selected": {
193+
"paragraph": "#e55132",
194+
"background": "#472525",
195+
"icon": "#de4c4a"
196+
}
197+
},
198+
"contextMenu": {
199+
"primary": {
200+
"paragraph": "#ffffff",
201+
"icon": "#d1d1d1",
202+
"hover": "#472525"
203+
},
204+
"selected": {
205+
"background": "#472525"
206+
}
207+
},
208+
"sheet": {
209+
"selected": {
210+
"paragraph": "#de4c4a",
211+
"background": "#5b5b5b"
212+
}
213+
}
214+
}
215+
}

0 commit comments

Comments
 (0)