Resources

Downloads & Assets

Everything you need to start using Prism — Figma files, token exports, icon packs, and source code.

Figma Files

Use our Figma plugin to generate the full design system locally in any Figma file. No shared library fees, no subscription needed.

Prism Full Kit

Complete design system with all 5 pages — foundations, 3 product themes, and icon library. Generated via plugin.

Install Plugin

Foundations Only

Just the color styles, text styles, and spacing tokens — ideal as a base for your own custom component library.

Install Plugin

Icon Library

30+ Lucide icons pre-arranged in a dark-background grid — ready to use in your Figma designs.

Install Plugin
Plugin generates everything locally

Because Prism is plugin-based, you own the generated Figma file completely. No external library dependencies — everything lives in your own Figma workspace.

Design Token JSON

Export Prism's tokens as JSON for use with Style Dictionary, Theo, or any token pipeline.

json
{
  "color": {
    "brand": {
      "primary":       { "value": "#6C63FF", "type": "color" },
      "primary-dark":  { "value": "#4F46E5", "type": "color" },
      "primary-light": { "value": "#8B85FF", "type": "color" },
      "accent":        { "value": "#00D4AA", "type": "color" },
      "accent-warm":   { "value": "#F5A623", "type": "color" }
    },
    "neutral": {
      "50":  { "value": "#F8F9FC", "type": "color" },
      "100": { "value": "#F1F5F9", "type": "color" },
      "200": { "value": "#E5E7EB", "type": "color" },
      "500": { "value": "#9CA3AF", "type": "color" },
      "700": { "value": "#4B5563", "type": "color" },
      "900": { "value": "#0F1B2D", "type": "color" }
    },
    "semantic": {
      "success": { "value": "#22C55E", "type": "color" },
      "danger":  { "value": "#EF4444", "type": "color" },
      "warning": { "value": "#F59E0B", "type": "color" },
      "info":    { "value": "#3B82F6", "type": "color" }
    },
    "product": {
      "spark":   { "value": "#E8572A", "type": "color" },
      "stream":  { "value": "#2A6BE8", "type": "color" },
      "clarity": { "value": "#7B2FD4", "type": "color" }
    }
  },
  "spacing": {
    "1":  { "value": "4px",  "type": "spacing" },
    "2":  { "value": "8px",  "type": "spacing" },
    "3":  { "value": "12px", "type": "spacing" },
    "4":  { "value": "16px", "type": "spacing" },
    "6":  { "value": "24px", "type": "spacing" },
    "8":  { "value": "32px", "type": "spacing" },
    "12": { "value": "48px", "type": "spacing" },
    "16": { "value": "64px", "type": "spacing" }
  },
  "borderRadius": {
    "sm":   { "value": "4px",    "type": "borderRadius" },
    "md":   { "value": "8px",    "type": "borderRadius" },
    "lg":   { "value": "12px",   "type": "borderRadius" },
    "xl":   { "value": "16px",   "type": "borderRadius" },
    "full": { "value": "9999px", "type": "borderRadius" }
  }
}

Lucide Icons

Prism uses Lucide — a clean, consistent open-source icon library (MIT license, fork of Feather Icons).

30+ Icons Included

Search, Plus, X, Check, ChevronDown, ArrowRight, Settings, User, Bell, Home, Grid, Star, and more.

MIT License

Free for personal and commercial use. No attribution required (though appreciated).

Lucide.dev

SVG Format

All icons are inline SVG — sharp at any size, colorable via CSS, and accessible with proper aria labels.

search
plus
x
check
chevron-down
arrow-right
settings
user
bell
home
star
upload

Typography & Fonts

Prism ships with Inter as the default. We recommend swapping to General Sans for the full Meridian brand experience.

Font Role License Download
Inter Default sans-serif (plugin default) SIL OFL (free) rsms.me/inter
General Sans Recommended brand font (swap after install) Free via Fontshare fontshare.com
Roboto Mono Monospace (code blocks) Apache 2.0 (free) Google Fonts

GitHub Repository

The Prism source code — Figma plugin, documentation site, and token files — lives on GitHub.

Source Code

The full Figma plugin source (code.js, ui.html, manifest.json) and this documentation site.

View on GitHub

Issues & Feedback

Found a bug or have a feature request? Open an issue on GitHub and we'll take a look.

Open Issue

Contribute

PRs welcome! Fork the repo, make your changes, and submit a pull request. MIT licensed.

Pull Requests

License

MIT License

Copyright (c) 2024 Meridian / svesplana

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

Icons by Lucide (ISC License). Fonts: Inter (SIL OFL), Roboto Mono (Apache 2.0). General Sans (Fontshare Free License).