Documentation
¶
Index ¶
Constants ¶
View Source
const ( ColorBackgroundField = tcell.ColorBlack ColorForegroundField = tcell.ColorWhite ColorSelectedBackground = tcell.Color69 ColorSelectedForeground = tcell.ColorWhite )
View Source
const ( ClField = "[#ffaf00::b]" ClWhite = "[#ffffff::-]" ClNumeric = "[#00afff]" ClString = "[#6A9F59]" )
Variables ¶
View Source
var ( FieldStyle = tcell.StyleDefault. Background(ColorBackgroundField). Foreground(ColorForegroundField) PlaceholderStyle = tcell.StyleDefault. Background(ColorBackgroundField). Foreground(tcell.ColorDarkGray) SelectStyle = tcell.StyleDefault. Background(ColorSelectedBackground). Foreground(ColorSelectedForeground) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.