Skip to content

Commit 07401db

Browse files
authored
Merge pull request #135 from axeuskie/main
2 parents 19e4348 + 8e4bfac commit 07401db

File tree

3 files changed

+289
-1
lines changed

3 files changed

+289
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
dist
2-
node_modules
2+
node_modules
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
3+
"name": "Catppuccin Latte Sky",
4+
"id": "catppuccin-latte-sky",
5+
"version": 1,
6+
"license": "GPL-3.0-or-later",
7+
"homepage": "https://notesnook.com",
8+
"description": "Catppuccin Latte with a sky accent, forked from @Hakan's Latte Peach",
9+
"colorScheme": "light",
10+
"compatibilityVersion": 1,
11+
"authors": [
12+
{
13+
"name": "axeuskie"
14+
}
15+
],
16+
"scopes": {
17+
"base": {
18+
"primary": {
19+
"accent": "#04a5e5",
20+
"paragraph": "#4c4f69",
21+
"background": "#eff1f5",
22+
"border": "#ccd0da",
23+
"heading": "#4c4f69",
24+
"icon": "#5c5f77",
25+
"separator": "#e6e9ef",
26+
"placeholder": "#8c8fa1",
27+
"hover": "#bcc0cc",
28+
"accentForeground": "#dce0e8",
29+
"backdrop": "#dce0e899"
30+
},
31+
"secondary": {
32+
"accent": "#04a5e5",
33+
"paragraph": "#4c4f69",
34+
"background": "#dce0e8",
35+
"border": "#9ca0b0",
36+
"heading": "#4c4f69",
37+
"icon": "#4c4f69",
38+
"separator": "#9ca0b0",
39+
"placeholder": "#8c8fa1",
40+
"hover": "#bcc0cc",
41+
"accentForeground": "#dce0e8",
42+
"backdrop": "#dce0e899"
43+
},
44+
"disabled": {
45+
"accent": "#04a5e5",
46+
"paragraph": "#4c4f69",
47+
"background": "#8c8fa1",
48+
"border": "#9ca0b0",
49+
"heading": "#4c4f69",
50+
"icon": "#4c4f69",
51+
"separator": "#9ca0b0",
52+
"placeholder": "#4c4f69",
53+
"hover": "#bcc0cc",
54+
"accentForeground": "#dce0e8",
55+
"backdrop": "#dce0e899"
56+
},
57+
"selected": {
58+
"accent": "#04a5e5",
59+
"paragraph": "#4c4f69",
60+
"background": "#bcc0cc",
61+
"border": "#04a5e5",
62+
"heading": "#4c4f69",
63+
"icon": "#04a5e5",
64+
"separator": "#9ca0b0",
65+
"placeholder": "#8c8fa1",
66+
"hover": "#ccd0da",
67+
"accentForeground": "#dce0e8",
68+
"backdrop": "#dce0e899"
69+
},
70+
"error": {
71+
"accent": "#d20f39",
72+
"paragraph": "#d20f39",
73+
"background": "#eff1f5",
74+
"border": "#9ca0b0",
75+
"heading": "#d20f39",
76+
"icon": "#d20f39",
77+
"separator": "#9ca0b0",
78+
"placeholder": "#d20f39",
79+
"hover": "#bcc0cc",
80+
"accentForeground": "#dce0e8",
81+
"backdrop": "#dce0e899"
82+
},
83+
"success": {
84+
"accent": "#40a02b",
85+
"paragraph": "#40a02b",
86+
"background": "#eff1f5",
87+
"border": "#9ca0b0",
88+
"heading": "#40a02b",
89+
"icon": "#40a02b",
90+
"separator": "#9ca0b0",
91+
"placeholder": "#8c8fa1",
92+
"hover": "#bcc0cc",
93+
"accentForeground": "#dce0e8",
94+
"backdrop": "#dce0e899"
95+
}
96+
},
97+
"statusBar": {
98+
"primary": {
99+
"paragraph": "#5c5f77",
100+
"background": "#eff1f5",
101+
"separator": "#eff1f5"
102+
}
103+
},
104+
"list": {
105+
"primary": {
106+
"paragraph": "#6c6f85",
107+
"background": "#e6e9ef",
108+
"hover": "#ccd0da"
109+
},
110+
"secondary": {
111+
"paragraph": "#5c5f77"
112+
}
113+
},
114+
"editor": {
115+
"primary": {
116+
"background": "#eff1f5",
117+
"border": "#ccd0da"
118+
},
119+
"secondary": {
120+
"paragraph": "#6c6f85",
121+
"border": "#dce0e8"
122+
}
123+
},
124+
"editorToolbar": {
125+
"primary": {
126+
"background": "#e6e9ef",
127+
"hover": "#bcc0cc"
128+
},
129+
"secondary": {
130+
"background": "#ccd0da"
131+
}
132+
},
133+
"navigationMenu": {
134+
"primary": {
135+
"background": "#dce0e8"
136+
}
137+
},
138+
"sheet": {
139+
"selected": {
140+
"paragraph": "#008837"
141+
}
142+
}
143+
}
144+
}
Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/streetwriters/notesnook-themes/main/schemas/v1.schema.json",
3+
"name": "Catppuccin Mocha Sky",
4+
"id": "catppuccin-mocha-sky",
5+
"version": 1,
6+
"license": "GPL-3.0-or-later",
7+
"homepage": "https://notesnook.com",
8+
"description": "Catppuccin Mocha with a blue accent, forked from @revsuine's Mocha Blue",
9+
"colorScheme": "dark",
10+
"compatibilityVersion": 1,
11+
"authors": [
12+
{
13+
"name": "axeuskie"
14+
}
15+
],
16+
"scopes": {
17+
"base": {
18+
"primary": {
19+
"accent": "#89dceb",
20+
"paragraph": "#cdd6f4",
21+
"background": "#1e1e2e",
22+
"border": "#313244",
23+
"heading": "#cdd6f4",
24+
"icon": "#bac2de",
25+
"separator": "#181825",
26+
"placeholder": "#7f849c",
27+
"hover": "#45475a",
28+
"accentForeground": "#11111b",
29+
"backdrop": "#11111b99"
30+
},
31+
"secondary": {
32+
"accent": "#89dceb",
33+
"paragraph": "#cdd6f4",
34+
"background": "#11111b",
35+
"border": "#6c7086",
36+
"heading": "#cdd6f4",
37+
"icon": "#cdd6f4",
38+
"separator": "#6c7086",
39+
"placeholder": "#7f849c",
40+
"hover": "#45475a",
41+
"accentForeground": "#11111b",
42+
"backdrop": "#11111b99"
43+
},
44+
"disabled": {
45+
"accent": "#89dceb",
46+
"paragraph": "#cdd6f4",
47+
"background": "#7f849c",
48+
"border": "#6c7086",
49+
"heading": "#cdd6f4",
50+
"icon": "#cdd6f4",
51+
"separator": "#6c7086",
52+
"placeholder": "#cdd6f4",
53+
"hover": "#45475a",
54+
"accentForeground": "#11111b",
55+
"backdrop": "#11111b99"
56+
},
57+
"selected": {
58+
"accent": "#89dceb",
59+
"paragraph": "#cdd6f4",
60+
"background": "#45475a",
61+
"border": "#89dceb",
62+
"heading": "#cdd6f4",
63+
"icon": "#89dceb",
64+
"separator": "#6c7086",
65+
"placeholder": "#7f849c",
66+
"hover": "#313244",
67+
"accentForeground": "#11111b",
68+
"backdrop": "#11111b99"
69+
},
70+
"error": {
71+
"accent": "#f38ba8",
72+
"paragraph": "#f38ba8",
73+
"background": "#1e1e2e",
74+
"border": "#6c7086",
75+
"heading": "#f38ba8",
76+
"icon": "#f38ba8",
77+
"separator": "#6c7086",
78+
"placeholder": "#f38ba8",
79+
"hover": "#45475a",
80+
"accentForeground": "#11111b",
81+
"backdrop": "#11111b99"
82+
},
83+
"success": {
84+
"accent": "#89dceb",
85+
"paragraph": "#89dceb",
86+
"background": "#1e1e2e",
87+
"border": "#6c7086",
88+
"heading": "#89dceb",
89+
"icon": "#89dceb",
90+
"separator": "#6c7086",
91+
"placeholder": "#7f849c",
92+
"hover": "#45475a",
93+
"accentForeground": "#11111b",
94+
"backdrop": "#11111b99"
95+
}
96+
},
97+
"statusBar": {
98+
"primary": {
99+
"paragraph": "#bac2de",
100+
"background": "#1e1e2e",
101+
"separator": "#1e1e2e"
102+
}
103+
},
104+
"list": {
105+
"primary": {
106+
"paragraph": "#a6adc8",
107+
"background": "#181825",
108+
"hover": "#313244"
109+
},
110+
"secondary": {
111+
"paragraph": "#bac2de"
112+
}
113+
},
114+
"editor": {
115+
"primary": {
116+
"background": "#1e1e2e",
117+
"border": "#313244"
118+
},
119+
"secondary": {
120+
"paragraph": "#a6adc8",
121+
"border": "#11111b"
122+
}
123+
},
124+
"editorToolbar": {
125+
"primary": {
126+
"background": "#181825",
127+
"hover": "#45475a"
128+
},
129+
"secondary": {
130+
"background": "#313244"
131+
}
132+
},
133+
"navigationMenu": {
134+
"primary": {
135+
"background": "#11111b"
136+
}
137+
},
138+
"sheet": {
139+
"selected": {
140+
"paragraph": "#008837"
141+
}
142+
}
143+
}
144+
}

0 commit comments

Comments
 (0)