-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.49 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.49 KB
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
{
"name": "miA theme",
"author": "playerofgames",
"version": "1.7.1",
"description": "A theme inspired by macOS and iA Writer.",
"logseq": {
"themes": [
{
"name": "miA Duo",
"url": "./mia_duo.css",
"description": "A theme inspired by macOS and iA Writer, using the Duo font."
},
{
"name": "miA Mono",
"url": "./mia_mono.css",
"description": "A theme inspired by macOS and iA Writer, using the Mono font."
},
{
"name": "miA Quattro",
"url": "./mia_quattro.css",
"description": "A theme inspired by macOS and iA Writer."
},
{
"name": "miA Sans",
"url": "./mia_sans.css",
"description": "A theme inspired by macOS and iA Writer, using the IBM Plex Sans font."
},
{
"name": "miA Serif",
"url": "./mia_serif.css",
"description": "A theme inspired by macOS and iA Writer, using the IBM Plex Serif font."
},
{
"name": "miA Sans Compact",
"url": "./mia_sans_compact.css",
"description": "A theme inspired by macOS and iA Writer, using the IBM Plex Sans font, with more compact spacing."
},
{
"name": "miA Serif Compact",
"url": "./mia_serif_compact.css",
"description": "A theme inspired by macOS and iA Writer, using the IBM Plex Serif font, with more compact spacing."
}
],
"title": "miA theme",
"id": "logseq-pog-mia",
"icon": "./icon.png"
}
}