40 built-in themes

Full compatibility with profile-snake themes. Click a theme to copy its name.

Click any card to copy the theme name for use in your config or workflow.

Native theme (auto)

If no theme is set, the card automatically switches between light and dark via CSS prefers-color-scheme.

Workflow input
theme: ""  # or omit entirely — uses provider native theme
Config file
theme:
  native: true  # auto light/dark via prefers-color-scheme

Custom theme

profile-graphics.yml
theme:
  custom:
    mode: dark
    background: "#0d1117"
    grid:
      empty: "#161b22"
      levels:
        - "#0e4429"
        - "#006d32"
        - "#26a641"
        - "#39d353"
    chart:
      accent: "#39d353"
      accent2: "#79c0ff"
      accent3: "#d2a8ff"
      muted: "#0e4429"
    text: "#c9d1d9"
    border: "#21262d"