Versions in this module Expand all Collapse all v0 v0.1.0 May 26, 2024 Changes in this version + func ColorID(c Color) string + type AdaptiveColor interface + Resolve func(termcap.Provider) Color + type AdaptiveColorBuilder struct + func NewAdaptiveColor(c Color) AdaptiveColorBuilder + func (b AdaptiveColorBuilder) Result() AdaptiveColor + func (b AdaptiveColorBuilder) WithANSI(c Color) AdaptiveColorBuilder + func (b AdaptiveColorBuilder) WithANSI256(c Color) AdaptiveColorBuilder + func (b AdaptiveColorBuilder) WithLightANSI(c Color) AdaptiveColorBuilder + func (b AdaptiveColorBuilder) WithLightANSI256(c Color) AdaptiveColorBuilder + func (b AdaptiveColorBuilder) WithLightRGB(c Color) AdaptiveColorBuilder + func (b AdaptiveColorBuilder) WithRGB(c Color) AdaptiveColorBuilder + func (c AdaptiveColorBuilder) Resolve(provider termcap.Provider) Color + type Color = tcell.Color + func ANSIColor(c Color) Color + func ANSIExtendedColor(c Color) Color + type Style struct + func (s Style) Apply(base tcell.Style) tcell.Style + func (s Style) String() string + func (s Style) WithAttrs(attrs tcell.AttrMask) Style + func (s Style) WithBackground(c Color) Style + func (s Style) WithBlink(on bool) Style + func (s Style) WithBold(on bool) Style + func (s Style) WithDim(on bool) Style + func (s Style) WithForeground(c Color) Style + func (s Style) WithItalic(on bool) Style + func (s Style) WithReverse(on bool) Style + func (s Style) WithStrikeThrough(on bool) Style + func (s Style) WithURL(url string) Style + func (s Style) WithURLID(urlID string) Style + func (s Style) WithUnderline(on bool) Style + func (s Style) WithoutAttrs(attrs tcell.AttrMask) Style