JSPM

@zebric/themes

0.2.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q84474F
  • License MIT

Zebric Themes - Built-in themes for Zebric Engine

Package Exports

  • @zebric/themes
  • @zebric/themes/dashboard
  • @zebric/themes/default
  • @zebric/themes/minimal

Readme

@zebric/themes

Built-in themes for Zebric. Provides the default visual styling used by the Zebric HTML renderer.

Installation

npm install @zebric/themes

This package is included automatically by @zebric/runtime-node and @zebric/runtime-worker — you only need to install it directly if you're building a custom renderer or extending the default theme.

Usage

import { defaultTheme } from '@zebric/themes'

Custom themes can be defined in your blueprint.toml:

[theme]
primary_color = "#6366f1"
font_family = "Inter, sans-serif"
border_radius = "8px"

Documentation

Full docs at docs.zebric.dev

License

MIT