Upload manifest.json with huggingface_hub
Browse files- manifest.json +21 -0
manifest.json
CHANGED
|
@@ -59,5 +59,26 @@
|
|
| 59 |
"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600&display=swap",
|
| 60 |
"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap"
|
| 61 |
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
}
|
| 63 |
]
|
|
|
|
| 59 |
"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600&display=swap",
|
| 60 |
"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap"
|
| 61 |
]
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"id": "hmb/terminal",
|
| 65 |
+
"name": "Terminal",
|
| 66 |
+
"author": "hmb",
|
| 67 |
+
"description": "A retro CRT terminal theme with green phosphor text on black, using the VT323 pixel font.",
|
| 68 |
+
"hf_space_id": "hmb/terminal",
|
| 69 |
+
"colors": {
|
| 70 |
+
"primary": "#22c55e",
|
| 71 |
+
"secondary": "#22c55e",
|
| 72 |
+
"neutral": "#71717a",
|
| 73 |
+
"background": "#0a0a0a",
|
| 74 |
+
"background_dark": "#000000"
|
| 75 |
+
},
|
| 76 |
+
"fonts": {
|
| 77 |
+
"main": "VT323",
|
| 78 |
+
"mono": "VT323"
|
| 79 |
+
},
|
| 80 |
+
"stylesheets": [
|
| 81 |
+
"https://fonts.googleapis.com/css2?family=VT323&display=swap"
|
| 82 |
+
]
|
| 83 |
}
|
| 84 |
]
|