Skip to main content

Module: ide/vscode/hatStyles.types

Type aliases

HatColor

Ƭ HatColor: typeof HAT_COLORS[number]

Defined in

ide/vscode/hatStyles.types.ts:27


HatNonDefaultShape

Ƭ HatNonDefaultShape: typeof HAT_NON_DEFAULT_SHAPES[number]

Defined in

ide/vscode/hatStyles.types.ts:29


HatShape

Ƭ HatShape: typeof HAT_SHAPES[number]

Defined in

ide/vscode/hatStyles.types.ts:28


VscodeHatStyleName

Ƭ VscodeHatStyleName: HatColor | `${HatColor}-${HatNonDefaultShape}`

Defined in

ide/vscode/hatStyles.types.ts:30

Variables

HAT_COLORS

HAT_COLORS: readonly ["default", "blue", "green", "red", "pink", "yellow", "userColor1", "userColor2"]

Defined in

ide/vscode/hatStyles.types.ts:1


HAT_NON_DEFAULT_SHAPES

HAT_NON_DEFAULT_SHAPES: readonly ["ex", "fox", "wing", "hole", "frame", "curve", "eye", "play", "bolt", "crosshairs"]

Defined in

ide/vscode/hatStyles.types.ts:12


HAT_SHAPES

HAT_SHAPES: readonly ["default", "ex", "fox", "wing", "hole", "frame", "curve", "eye", "play", "bolt", "crosshairs"]

Defined in

ide/vscode/hatStyles.types.ts:25