theme-gallery / README.md
hmb's picture
hmb HF Staff
Upload folder using huggingface_hub (#1)
2619408
metadata
license: apache-2.0

Gradio Theme Gallery

Community-contributed themes for Gradio. This dataset powers the theme gallery at gradio.app/themes.

How to add a theme

Add an entry to manifest.json with your theme's metadata:

{
  "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.