forked from PiotrSss/logseq-bujo-theme
-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·37 lines (37 loc) · 1.05 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
{
"name": "Bullet Journal",
"author": "PiotrSss & stdword",
"version": "1.3.0",
"description": "Sepia, Coffee, White, Black: 4 themes inspired by Bullet Journals",
"logseq": {
"id": "logseq-bujo-theme",
"title": "Bullet Journal theme",
"icon": "./assets/icon.png",
"themes": [
{
"name": "Black",
"url": "./src/dark-black.css",
"description": "Black",
"mode": "dark"
},
{
"name": "Coffee",
"url": "./src/dark-coffee.css",
"description": "Coffee",
"mode": "dark"
},
{
"name": "Sepia",
"url": "./src/light-sepia.css",
"description": "Sepia",
"mode": "light"
},
{
"name": "White",
"url": "./src/light-white.css",
"description": "White",
"mode": "light"
}
]
}
}