--- title: DefaultColorStyle status: published category: tlschema group: Variable author: api date: 06/23/2023 order: 15 ---Public Readonly Variable ##### Signature ```ts DefaultColorStyle: import('./StyleProp').EnumStyleProp< | 'black' | 'blue' | 'green' | 'grey' | 'light-blue' | 'light-green' | 'light-red' | 'light-violet' | 'orange' | 'red' | 'violet' | 'yellow' > ``` ##### References [EnumStyleProp](/gen/tlschema/EnumStyleProp-class)