TLRemovedDefaultThemeColors

See source code

Augment this interface to remove built-in palette colors from themes. Each key you add will be omitted from TLThemeColors.

interface TLRemovedDefaultThemeColors {}

Example

declare module "@tldraw/tlschema" {
  interface TLRemovedDefaultThemeColors {
    "light-violet": true;
    "light-blue": true;
  }
}
Prev
TLPropsMigrations
Next
TLScribble