-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
65 lines (65 loc) · 1.75 KB
/
package.json
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
{
"name": "Flow Nord theme",
"author": "henices && nmartin84",
"version": "0.10.39",
"description": "Minimalistic Nord Theme that's soft around the edges.",
"logseq": {
"themes": [
{
"name": "Flow Nord Theme - Nord",
"url": "./nord.css",
"description": "Flow Nord Theme - Nord"
},
{
"name": "Flow Nord Theme - Catppuccin macchiato",
"url": "./macchiato.css",
"description": "Flow Nord Theme - Catppuccin macchiato",
"mode": "dark"
},
{
"name": "Flow Nord Theme - One dark Pro",
"url": "./onedark.css",
"description": "Flow Nord Theme - One dark Pro",
"mode": "dark"
},
{
"name": "Flow Nord Theme - Dracula",
"url": "./dracula.css",
"description": "Flow Nord Theme - Dracula",
"mode": "dark"
},
{
"name": "Flow Nord Theme - Sepia",
"url": "./sepia.css",
"description": "Flow Nord Theme - Sepia",
"mode": "light"
},
{
"name": "Flow Nord Theme - Catppuccin latte",
"url": "./latte.css",
"description": "Flow Nord Theme - Catppuccin latte",
"mode": "light"
},
{
"name": "Flow Nord Theme - Xiaobot",
"url": "./xiaobot.css",
"description": "Flow Nord Theme - Xiaobot",
"mode": "light"
},
{
"name": "Flow Nord Theme - custom",
"url": "./custom.css",
"description": "Flow Nord Theme - custom",
"mode": "light"
},
{
"name": "Flow Nord Theme - custom",
"url": "./custom.css",
"description": "Flow Nord Theme - custom",
"mode": "dark"
}
],
"id": "flowtheme-nord",
"icon": "icon.png"
}
}