-
Notifications
You must be signed in to change notification settings - Fork 7
/
ext.json
24 lines (23 loc) · 901 Bytes
/
ext.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
---
metatype: json
---
{
"identifier": "io.github.christianhans.sn-gruvbox-dark-theme",
"name": "Gruvbox Dark Theme",
"content_type": "SN|Theme",
"area": "themes",
"description": "Gruvbox Dark Theme for Standard Notes",
"version": "v0.0.16",
"url": "https://cdn.jsdelivr.net/gh/christianhans/sn-gruvbox-dark-theme@master/dist/dist.css",
"download_url": "https://github.com/christianhans/sn-gruvbox-dark-theme/archive/0.0.16.zip",
"marketing_url": "https://github.com/christianhans/sn-gruvbox-dark-theme",
"latest_url": "https://listed.to/p/4WoQA6pLdV",
"thumbnail_url": "https://raw.githubusercontent.com/christianhans/sn-gruvbox-dark-theme/master/preview.png",
"dock_icon": {
"type": "circle",
"background_color": "#D79921",
"foreground_color": "#076678",
"border_color": "#D79921"
},
"statusBar": "dark-content"
}