Dataset Viewer
Auto-converted to Parquet Duplicate
id
string
name
string
author
string
description
string
hf_space_id
string
colors
dict
fonts
dict
stylesheets
list
gstaff/xkcd
xkcd
gstaff
A playful theme inspired by xkcd comics, using the hand-drawn xkcd font with monochrome neutral colors.
gstaff/xkcd
{ "primary": "#737373", "secondary": "#737373", "neutral": "#737373", "background": "#ffffff", "background_dark": "#171717" }
{ "main": "xkcd", "mono": "Courier New" }
[ "https://cheerful-centaur-be8793.netlify.app/xkcd.css" ]
hmb/windows95
Windows 95
hmb
A nostalgic theme inspired by the classic Windows 95 UI, with silver backgrounds and navy blue accents.
hmb/windows95
{ "primary": "#000080", "secondary": "#008080", "neutral": "#606060", "background": "#C0C0C0", "background_dark": "#C0C0C0" }
{ "main": "MS Sans Serif", "mono": "Fixedsys" }
null
hmb/spark
Spark
hmb
A dark developer-focused theme with lime green accents and purple highlights, using DM Sans and JetBrains Mono.
hmb/spark
{ "primary": "#84cc16", "secondary": "#8b5cf6", "neutral": "#71717a", "background": "#0f0f14", "background_dark": "#0f0f14" }
{ "main": "DM Sans", "mono": "JetBrains Mono" }
[ "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600&display=swap", "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600&display=swap" ]
hmb/terminal
Terminal
hmb
A retro CRT terminal theme with green phosphor text on black, using the VT323 pixel font.
hmb/terminal
{ "primary": "#22c55e", "secondary": "#22c55e", "neutral": "#71717a", "background": "#0a0a0a", "background_dark": "#000000" }
{ "main": "VT323", "mono": "VT323" }
[ "https://fonts.googleapis.com/css2?family=VT323&display=swap" ]
hmb/amethyst
Amethyst
hmb
An elegant theme with purple accents and slate neutrals, using Outfit and Fira Code fonts.
hmb/amethyst
{ "primary": "#64748b", "secondary": "#a855f7", "neutral": "#64748b", "background": "#FFFFFF", "background_dark": "#1E1E2E" }
{ "main": "Outfit", "mono": "Fira Code" }
[ "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600&display=swap", "https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;600&display=swap" ]

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.

Downloads last month
34