tuil
ReferencePackages@mwillbanks/tuil-themeAPI

SemanticColor

interface exported by @mwillbanks/tuil-theme.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-theme.

export interface SemanticColor {
  readonly foreground: string;
  readonly background: string;
  readonly border: string;
}

Members

MemberTypeRequiredDescriptionRelated types
foregroundstringYesThe foreground member uses the string contract.
backgroundstringYesThe background member uses the string contract.
borderstringYesThe border member uses the string contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-theme

On this page