-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
45 lines (44 loc) · 992 Bytes
/
manifest.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
{
"id": "org.mairimashita.Catppuccin",
"name": "Catppuccin",
"description": "A soothing pastel flavored theme.",
"author": [
{
"name": "Taken",
"github": "TakenMC",
"discordID": "223110287165882368"
},
{
"name": "catppuccin",
"github": "catppuccin"
}
],
"version": "1.0.0",
"updater": {
"type": "store",
"id": "org.mairimashita.Catppuccin"
},
"license": "MIT",
"type": "replugged-theme",
"presets": [
{
"label": "Frappe",
"path": "./scss/frappe.scss",
"default": true
},
{
"label": "Latte",
"path": "./scss/latte.scss"
},
{
"label": "Mocha",
"path": "./scss/mocha.scss"
},
{
"label": "Macchiato",
"path": "./scss/macchiato.scss"
}
],
"source": "https://github.com/TakenMC/Catppuccin",
"image": ["https://github.com/TakenMC/Catppuccin/blob/main/assets/preview.webp"]
}