Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BorderStyle = Style(tcell.ColorReset, tcell.ColorReset)
View Source
var DialogBackgroundStyle = Style(tcell.ColorReset, tcell.ColorReset)
View Source
var StyleBadgeBlue tcell.Style = Style(tcell.ColorWhite, tcell.ColorDarkBlue)
View Source
var StyleBadgeGreen tcell.Style = Style(tcell.ColorWhite, tcell.ColorDarkGreen)
View Source
var StyleBadgeOrange tcell.Style = Style(tcell.ColorWhite, tcell.ColorDarkOrange)
View Source
var StyleBadgeRed tcell.Style = Style(tcell.ColorWhite, tcell.ColorDarkRed)
View Source
var TextErrorStyle = Style(tcell.ColorRed, tcell.ColorReset).Underline(true)
View Source
var TextHighlightStyle1 = Style(tcell.ColorWhite, tcell.ColorOrange).Bold(true)
View Source
var TextHighlightStyle2 = Style(tcell.ColorLightYellow, tcell.ColorSeaGreen).Bold(true)
View Source
var TextLogoStyle = Style(tcell.ColorBlue, tcell.ColorSkyblue).Bold(true)
View Source
var TextPlaceHolderStyle = Style(tcell.ColorReset, tcell.ColorReset)
View Source
var TextPrimaryStyle = Style(tcell.ColorSlateGray, tcell.ColorReset).Bold(true)
Functions ¶
func ForegroundStyle ¶
func ForegroundStyle(c tcell.Color) tcell.Style
func StyleReset ¶
func StyleReset() tcell.Style
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.