Skip to content

Commit c071c55

Browse files
authored
Merge pull request #123 from Starship-Headlight/main
2 parents 07401db + 1acd6cd commit c071c55

File tree

3 files changed

+210
-1
lines changed

3 files changed

+210
-1
lines changed

themes/light-and-dark/v1/theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"accent": "#303030",
5959
"paragraph": "#202020",
6060
"background": "#ebebeb",
61-
"border": "#008837",
61+
"border": "#a9a9a9",
6262
"heading": "#212121",
6363
"icon": "#303030",
6464
"separator": "#E8E8E8",

themes/raspberry/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/raspberry/v1/theme.json

Lines changed: 208 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,208 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
3+
"name": "Raspberry",
4+
"id": "raspberry",
5+
"version": 1,
6+
"license": "GPL-3.0-or-later",
7+
"homepage": "https://notesnook.com",
8+
"description": " ",
9+
"colorScheme": "light",
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": "#c5496c",
22+
"paragraph": "#202020",
23+
"background": "#ffffff",
24+
"border": "#ffffff",
25+
"heading": "#202020",
26+
"icon": "#666666",
27+
"separator": "#ffffff",
28+
"placeholder": "#999999",
29+
"hover": "#f2eded",
30+
"accentForeground": "#ffffff",
31+
"backdrop": "#0000007a"
32+
},
33+
"secondary": {
34+
"accent": "#a9a9a9",
35+
"paragraph": "#999999",
36+
"background": "#fbf8f8",
37+
"border": "#ffffff",
38+
"heading": "#202020",
39+
"icon": "#666666",
40+
"separator": "#ffffff",
41+
"placeholder": "#a9a9a9",
42+
"hover": "#f2eded",
43+
"accentForeground": "#ffffff",
44+
"backdrop": "#0000007a"
45+
},
46+
"disabled": {
47+
"accent": "#c5496c",
48+
"paragraph": "#202020",
49+
"background": "#ffffff",
50+
"border": "#e6e6e6",
51+
"heading": "#202020",
52+
"icon": "#666666",
53+
"separator": "#ffffff",
54+
"placeholder": "#999999",
55+
"hover": "#f2eded",
56+
"accentForeground": "#ffffff",
57+
"backdrop": "#0000007a"
58+
},
59+
"selected": {
60+
"accent": "#c5496c",
61+
"paragraph": "#202020",
62+
"background": "#f8e2e76a",
63+
"border": "#f8e2e7",
64+
"heading": "#202020",
65+
"icon": "#c5496c",
66+
"separator": "#ffffff",
67+
"placeholder": "#f8e2e7",
68+
"hover": "#f8e2e7",
69+
"accentForeground": "#ffffff",
70+
"backdrop": "#0000007a"
71+
},
72+
"error": {
73+
"accent": "#f54b42",
74+
"paragraph": "#f54b42",
75+
"background": "#ffe2df",
76+
"border": "#E8E8E8",
77+
"heading": "#f54b42",
78+
"icon": "#f54b42",
79+
"separator": "#E8E8E8",
80+
"placeholder": "#a9a9a9",
81+
"hover": "#00000010",
82+
"accentForeground": "#ffffff",
83+
"backdrop": "#0000007a"
84+
},
85+
"success": {
86+
"accent": "#4F8A10",
87+
"paragraph": "#4F8A10",
88+
"background": "#85ce68",
89+
"border": "#E8E8E8",
90+
"heading": "#4F8A10",
91+
"icon": "#c5496c",
92+
"separator": "#E8E8E8",
93+
"placeholder": "#a9a9a9",
94+
"hover": "#00000010",
95+
"accentForeground": "#ffffff",
96+
"backdrop": "#0000007a"
97+
}
98+
},
99+
"statusBar": {
100+
"primary": {
101+
"accent": "#202020",
102+
"paragraph": "#202020",
103+
"background": "#fbf8f8",
104+
"icon": "#666666"
105+
},
106+
"selected": {
107+
"paragraph": "#c5496c"
108+
},
109+
"success": {
110+
"icon": "#666666"
111+
}
112+
},
113+
"list": {
114+
"primary": {
115+
"paragraph": "#666666",
116+
"icon": "#666666"
117+
},
118+
"selected": {
119+
"paragraph": "#666666",
120+
"background": "#f8e2e76a"
121+
}
122+
},
123+
"editor": {
124+
"primary": {
125+
"border": "#c9c9c9"
126+
},
127+
"selected": {
128+
"paragraph": "#c5496c",
129+
"background": "#f8e2e7"
130+
}
131+
},
132+
"editorToolbar": {
133+
"primary": {
134+
"accent": "#202020",
135+
"paragraph": "#202020",
136+
"icon": "#202020",
137+
"hover": "#f2eded"
138+
},
139+
"selected": {
140+
"background": "#f8e2e7"
141+
}
142+
},
143+
"editorSidebar": {
144+
"secondary": {
145+
"icon": "#b3b3b3"
146+
}
147+
},
148+
"titleBar": {
149+
"primary": {
150+
"background": "#fbf8f8"
151+
}
152+
},
153+
"dialog": {
154+
"primary": {
155+
"accent": "#c5496c",
156+
"paragraph": "#666666",
157+
"border": "#e6e6e6",
158+
"heading": "#202020",
159+
"icon": "#666666"
160+
},
161+
"secondary": {
162+
"paragraph": "#888888",
163+
"background": "#fbf8f8",
164+
"border": "#e6e6e6",
165+
"icon": "#b3b3b3"
166+
},
167+
"selected": {
168+
"paragraph": "#c5496c",
169+
"background": "#f8e2e7"
170+
}
171+
},
172+
"navigationMenu": {
173+
"primary": {
174+
"accent": "#b8b8b8",
175+
"paragraph": "#202020",
176+
"background": "#fbf8f8",
177+
"border": "#e6e6e6",
178+
"icon": "#666666",
179+
"separator": "#fbf8f8"
180+
},
181+
"secondary": {
182+
"paragraph": "#c1c1c1",
183+
"background": "#fbf8f8"
184+
},
185+
"selected": {
186+
"paragraph": "#a82170",
187+
"background": "#f8e2e7",
188+
"icon": "#c5496c"
189+
}
190+
},
191+
"contextMenu": {
192+
"primary": {
193+
"paragraph": "#202020",
194+
"icon": "#666666",
195+
"hover": "#f8e2e7"
196+
},
197+
"selected": {
198+
"background": "#f8e2e7"
199+
}
200+
},
201+
"sheet": {
202+
"selected": {
203+
"paragraph": "#e60f0f",
204+
"background": "#d1d1d1"
205+
}
206+
}
207+
}
208+
}

0 commit comments

Comments
 (0)