TLThemeUiColorKeys

See source code

Keys in TLThemeDefaultColors that are required UI infrastructure colors and cannot be removed via TLRemovedDefaultThemeColors.

type TLThemeUiColorKeys =
  | "background"
  | "brushFill"
  | "brushStroke"
  | "cursor"
  | "laser"
  | "negativeSpace"
  | "noteBorder"
  | "selectedContrast"
  | "selectionFill"
  | "selectionStroke"
  | "snap"
  | "solid"
  | "text";
Prev
TLThemeId
Next
TLUnknownAsset