Incant.Theme.Metadata (Incant v0.1.1)

Copy Markdown View Source

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()
}