Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Text = lipgloss.NewStyle().Foreground(textColor) InactiveText = lipgloss.NewStyle().Foreground(inactiveTextColor) SubtleTextColor = subtleColor SublteText = lipgloss.NewStyle().Foreground(subtleColor) FocusText = lipgloss.NewStyle().Foreground(focusTextColor) AddedText = lipgloss.NewStyle().Foreground(addedTextColor) RemovedText = lipgloss.NewStyle().Foreground(removedTextColor) Title = lipgloss.NewStyle().Padding(0, 1).Background(titleBackgroundColor) InactiveTitle = lipgloss.NewStyle().Padding(0, 1).Background(inactiveTitleBackgroundColor) InactiveBorder = lipgloss.NewStyle().BorderStyle(lipgloss.RoundedBorder()).BorderForeground(inactiveBorderColor) FocusBorderColor = lipgloss.AdaptiveColor{Light: "#874BFD", Dark: "#7D56F4"} FocusBorder = lipgloss.NewStyle().BorderStyle(lipgloss.RoundedBorder()).BorderForeground(FocusBorderColor) ShortHelp = lipgloss.NewStyle().Padding(0, 1, 0, 1) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.