Incant.Theme.Metadata (incant v0.1.0)

Copy Markdown

Compiled metadata for an Incant theme.

Summary

Types

t()

@type t() :: %Incant.Theme.Metadata{
  accent: atom() | nil,
  charts: keyword(),
  css_vars_prefix: String.t(),
  densities: [atom()],
  module: module(),
  opts: keyword(),
  palette: atom() | nil,
  table: keyword(),
  tokens: keyword()
}