Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Success = charm.NewStyle(lipgloss.NewStyle().Foreground(charm.Colors.Success)) Warning = charm.NewStyle(lipgloss.NewStyle().Foreground(charm.Colors.Warning)) Error = charm.NewStyle(lipgloss.NewStyle().Foreground(charm.Colors.Error)) Highlight = charm.NewStyle(lipgloss.NewStyle().Foreground(charm.Colors.Highlight)) Muted = charm.NewStyle(lipgloss.NewStyle().Foreground(charm.Colors.Muted)) Bold = charm.NewStyle(lipgloss.NewStyle().Bold(true)) Underline = charm.NewStyle(lipgloss.NewStyle().Underline(true)) )
View Source
var ( // Checkmark is a checkmark icon. Checkmark = NewStyled("✔") // Crossmark is a crossmark icon. Crossmark = NewStyled("✘") // Astreisk is a astreisk icon. Astreisk = NewStyled("✱") // PromptPrefix is a prompt-prefix icon. PromptPrefix = NewStyled("❯") // PointerUpCharacter is an up pointer icon. PointerUp = NewStyled("▴") // PointerRightCharacter is a right pointer icon. PointerRight = NewStyled("▸") // PointerDownCharacter is a down pointer icon. PointerDown = NewStyled("▾") // PointerLeftCharacter is a left pointer icon. PointerLeft = NewStyled("◂") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.