TLRemovedDefaultThemeColors
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
TLPropsMigrationsNext
TLScribble