add EVA_01 theme to manifest.json
#3
by HokageM - opened
- manifest.json +18 -0
manifest.json
CHANGED
|
@@ -102,5 +102,23 @@
|
|
| 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 |
]
|
|
|
|
| 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 |
+
{
|
| 107 |
+
"id": "HokageM/EVA_01",
|
| 108 |
+
"name": "EVA_01",
|
| 109 |
+
"author": "HokageM",
|
| 110 |
+
"description": "For Neon Genesis Evangelion fans, a theme inspired by EVA Unit-01.",
|
| 111 |
+
"hf_space_id": "HokageM/EVA_01",
|
| 112 |
+
"colors": {
|
| 113 |
+
"primary": "#a855f7",
|
| 114 |
+
"secondary": "#10b981",
|
| 115 |
+
"neutral": "#6b7280",
|
| 116 |
+
"background": "#ffffff",
|
| 117 |
+
"background_dark": "#0f172a"
|
| 118 |
+
},
|
| 119 |
+
"fonts": {
|
| 120 |
+
"main": "IBM Plex Sans",
|
| 121 |
+
"mono": "IBM Plex Mono"
|
| 122 |
+
}
|
| 123 |
}
|
| 124 |
]
|