tinky / TextStyles
Common text styling props used by components like Text and Separator.
readonlyoptionalbackgroundColor?:LiteralUnion<ForegroundColorName,string>
Same as color, but for the background.
readonlyoptionalbold?:boolean
Make the text bold.
readonlyoptionalcolor?:LiteralUnion<ForegroundColorName,string>
Change text color. Tinky uses Ansis under the hood, so all its functionality is supported.
readonlyoptionaldimColor?:boolean
Dim the color (make it less bright).
readonlyoptionalinverse?:boolean
Inverse background and foreground colors.
readonlyoptionalitalic?:boolean
Make the text italic.
readonlyoptionalstrikethrough?:boolean
Make the text crossed out with a line.
readonlyoptionalunderline?:boolean
Make the text underlined.