Upload manifest.json with huggingface_hub
Browse files- manifest.json +22 -0
manifest.json
CHANGED
|
@@ -80,5 +80,27 @@
|
|
| 80 |
"stylesheets": [
|
| 81 |
"https://fonts.googleapis.com/css2?family=VT323&display=swap"
|
| 82 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
}
|
| 84 |
]
|
|
|
|
| 80 |
"stylesheets": [
|
| 81 |
"https://fonts.googleapis.com/css2?family=VT323&display=swap"
|
| 82 |
]
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"id": "hmb/amethyst",
|
| 86 |
+
"name": "Amethyst",
|
| 87 |
+
"author": "hmb",
|
| 88 |
+
"description": "An elegant theme with purple accents and slate neutrals, using Outfit and Fira Code fonts.",
|
| 89 |
+
"hf_space_id": "hmb/amethyst",
|
| 90 |
+
"colors": {
|
| 91 |
+
"primary": "#64748b",
|
| 92 |
+
"secondary": "#a855f7",
|
| 93 |
+
"neutral": "#64748b",
|
| 94 |
+
"background": "#FFFFFF",
|
| 95 |
+
"background_dark": "#1E1E2E"
|
| 96 |
+
},
|
| 97 |
+
"fonts": {
|
| 98 |
+
"main": "Outfit",
|
| 99 |
+
"mono": "Fira Code"
|
| 100 |
+
},
|
| 101 |
+
"stylesheets": [
|
| 102 |
+
"https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap",
|
| 103 |
+
"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&display=swap"
|
| 104 |
+
]
|
| 105 |
}
|
| 106 |
]
|