Documentation ¶
Index ¶
- func NewStubTints(n int) []tint.Tint
- type StubTint
- func (t StubTint) About() string
- func (t StubTint) Bg() lipgloss.TerminalColor
- func (t StubTint) Black() lipgloss.TerminalColor
- func (t StubTint) Blue() lipgloss.TerminalColor
- func (t StubTint) BrightBlack() lipgloss.TerminalColor
- func (t StubTint) BrightBlue() lipgloss.TerminalColor
- func (t StubTint) BrightCyan() lipgloss.TerminalColor
- func (t StubTint) BrightGreen() lipgloss.TerminalColor
- func (t StubTint) BrightPurple() lipgloss.TerminalColor
- func (t StubTint) BrightRed() lipgloss.TerminalColor
- func (t StubTint) BrightWhite() lipgloss.TerminalColor
- func (t StubTint) BrightYellow() lipgloss.TerminalColor
- func (t StubTint) Cursor() lipgloss.TerminalColor
- func (t StubTint) Cyan() lipgloss.TerminalColor
- func (t StubTint) DisplayName() string
- func (t StubTint) Fg() lipgloss.TerminalColor
- func (t StubTint) Green() lipgloss.TerminalColor
- func (t StubTint) ID() string
- func (t StubTint) Purple() lipgloss.TerminalColor
- func (t StubTint) Red() lipgloss.TerminalColor
- func (t StubTint) SelectionBg() lipgloss.TerminalColor
- func (t StubTint) White() lipgloss.TerminalColor
- func (t StubTint) Yellow() lipgloss.TerminalColor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStubTints ¶
Types ¶
type StubTint ¶
type StubTint struct {
// contains filtered or unexported fields
}
func NewStubTint ¶
func (StubTint) Bg ¶
func (t StubTint) Bg() lipgloss.TerminalColor
func (StubTint) Black ¶
func (t StubTint) Black() lipgloss.TerminalColor
func (StubTint) Blue ¶
func (t StubTint) Blue() lipgloss.TerminalColor
func (StubTint) BrightBlack ¶
func (t StubTint) BrightBlack() lipgloss.TerminalColor
func (StubTint) BrightBlue ¶
func (t StubTint) BrightBlue() lipgloss.TerminalColor
func (StubTint) BrightCyan ¶
func (t StubTint) BrightCyan() lipgloss.TerminalColor
func (StubTint) BrightGreen ¶
func (t StubTint) BrightGreen() lipgloss.TerminalColor
func (StubTint) BrightPurple ¶
func (t StubTint) BrightPurple() lipgloss.TerminalColor
func (StubTint) BrightRed ¶
func (t StubTint) BrightRed() lipgloss.TerminalColor
func (StubTint) BrightWhite ¶
func (t StubTint) BrightWhite() lipgloss.TerminalColor
func (StubTint) BrightYellow ¶
func (t StubTint) BrightYellow() lipgloss.TerminalColor
func (StubTint) Cursor ¶
func (t StubTint) Cursor() lipgloss.TerminalColor
func (StubTint) Cyan ¶
func (t StubTint) Cyan() lipgloss.TerminalColor
func (StubTint) DisplayName ¶
func (StubTint) Fg ¶
func (t StubTint) Fg() lipgloss.TerminalColor
func (StubTint) Green ¶
func (t StubTint) Green() lipgloss.TerminalColor
func (StubTint) Purple ¶
func (t StubTint) Purple() lipgloss.TerminalColor
func (StubTint) Red ¶
func (t StubTint) Red() lipgloss.TerminalColor
func (StubTint) SelectionBg ¶
func (t StubTint) SelectionBg() lipgloss.TerminalColor
func (StubTint) White ¶
func (t StubTint) White() lipgloss.TerminalColor
func (StubTint) Yellow ¶
func (t StubTint) Yellow() lipgloss.TerminalColor
Click to show internal directories.
Click to hide internal directories.