Skip to content

Theemo / @theemo/theme / PackageTheme

Interface: PackageTheme ​

Defined in: package.ts:23

A theme described in your package.json:

Example ​

Theme in your package.json

json
{
  "name": "@scope/ocean-theme",
  "theemo": {
    "name": "ocean",
    "file": "dist/ocean-theme.css"
  }
}

Extends ​

Properties ​

features? ​

ts
optional features?: Feature[];

Defined in: theme.ts:28

The supported features by your theme

Inherited from ​

Theme.features


file ​

ts
file: string;

Defined in: package.ts:25

Path to the CSS file, that will be loaded in the browser


name ​

ts
name: string;

Defined in: theme.ts:26

The name of your theme

Inherited from ​

Theme.name