-
Notifications
You must be signed in to change notification settings - Fork 0
/
themes.json
34 lines (34 loc) · 1.13 KB
/
themes.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
[
{
"name": "Twttr",
"description": "A theme inspired by the simplicity of the Twitter webapp.",
"author": "Robijntje",
"license": "Apache License 2.0",
"url": "themes/twttr.css",
"screenshot": "screenshots/twttr.png"
},
{
"name": "GitHub",
"description": "A theme to make neopub look like a simplified GitHub profile.",
"author": "Robijntje",
"license": "Apache License 2.0",
"url": "themes/github.css",
"screenshot": "screenshots/github.png"
},
{
"name": "Dark",
"description": "Minimal dark theme with light blue highlights.",
"author": "Robijntje",
"license": "Apache License 2.0",
"url": "themes/dark.css",
"screenshot": "screenshots/dark.png"
},
{
"name": "Minimal",
"description": "Most bare-bones version of the theme. Basically only includes the basic layout. Can be used to built your own theme.",
"author": "Robijntje",
"license": "Apache License 2.0",
"url": "themes/minimal.css",
"screenshot": "screenshots/minimal.png"
}
]