SemanticColor
interface exported by @mwillbanks/tuil-theme.
interface
Public interface exported by @mwillbanks/tuil-theme.
export interface SemanticColor {
readonly foreground: string;
readonly background: string;
readonly border: string;
}Members
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
foreground | string | Yes | The foreground member uses the string contract. | — |
background | string | Yes | The background member uses the string contract. | — |
border | string | Yes | The 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.
Related types
No package-local related types.
Source
View the secondary source reference