Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( NormalBg = lipgloss.AdaptiveColor{Light: "235", Dark: "252"} Primary = lipgloss.Color("#EDAFB8") Secondary = lipgloss.Color("#89CFF0") Cream = lipgloss.AdaptiveColor{Light: "#FFFDF5", Dark: "#FFFDF5"} Third = lipgloss.Color("#F780E2") Error = lipgloss.AdaptiveColor{Light: "#FF4672", Dark: "#ED567A"} Success = lipgloss.AdaptiveColor{Light: "#02BA84", Dark: "#02BF87"} )
View Source
var ( TitleWithBgStyle = lipgloss.NewStyle().Background(Primary).Foreground(Cream).Bold(true).Padding(0, 1, 0) TitleStyle = lipgloss.NewStyle().Foreground(Primary).Bold(true) ErrorStyle = lipgloss.NewStyle().Background(Error).Foreground(Cream).Bold(true).Padding(0, 1, 0) LogStyle = lipgloss.NewStyle().Foreground(Cream) FocusedStyle = lipgloss.NewStyle().Foreground(Primary).Bold(true) SelectedItemStyle = lipgloss.NewStyle().Foreground(Third).Bold(true) CheckStyle = lipgloss.NewStyle().Foreground(Success).Bold(true).Padding(0, 1, 0) CrossMarkStyle = lipgloss.NewStyle().Foreground(Error).Bold(true).Padding(0, 1, 0) TagsStyle = lipgloss.NewStyle().Foreground(Secondary) DescriptionStyle = lipgloss.NewStyle().Foreground(Cream) )
Functions ¶
func CheckMarkPrint ¶
func CheckMarkPrint(text string)
func CrossMarkPrint ¶
func CrossMarkPrint(text string)
func DebugPrint ¶
func DebugPrint(header, text string)
func ErrorPrint ¶
func ErrorPrint(text string)
func PrintStyles ¶
func PrintStyles()
func TitlePrint ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.