gradio/theme-gallery
收藏Hugging Face2026-03-18 更新2026-04-05 收录
下载链接:
https://hf-mirror.com/datasets/gradio/theme-gallery
下载链接
链接失效反馈官方服务:
资源简介:
---
license: apache-2.0
---
# Gradio Theme Gallery
Community-contributed themes for [Gradio](https://gradio.app). This dataset powers the theme gallery at [gradio.app/themes](https://gradio.app/themes/gallery).
## How to add a theme
Add an entry to `manifest.json` with your theme's metadata:
```json
{
"id": "your-username/your-theme",
"name": "Your Theme Name",
"author": "your-username",
"description": "A short description of your theme.",
"hf_space_id": "your-username/your-theme-space",
"colors": {
"primary": "#hex",
"secondary": "#hex",
"neutral": "#hex",
"background": "#hex",
"background_dark": "#hex"
},
"fonts": {
"main": "Font Name",
"mono": "Mono Font Name"
}
}
```
Open a Pull Request to this dataset to submit your theme.
提供机构:
gradio



