Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Default = tcell.StyleDefault.Background(tcell.ColorBlack) Blank = Default.Foreground(tcell.ColorBlack) Indicator = Default.Foreground(tcell.NewRGBColor(50, 50, 50)) IndicatorHi = Default.Foreground(tcell.NewRGBColor(255, 255, 255)) TextBox = Default.Foreground(tcell.NewRGBColor(160, 160, 160)) Error = Default.Foreground(tcell.NewRGBColor(255, 000, 043)) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.