Documentation
¶
Index ¶
- Variables
- func CollectionStyle() lipgloss.Style
- func EntityViewStyle() lipgloss.Style
- func ListItemStyles() list.DefaultItemStyles
- func ListStyles() list.Styles
- func LoggerStyles() *log.Styles
- func RenderBold(text string) string
- func RenderBrand(text string) string
- func RenderContext(text string, padded bool) string
- func RenderError(text string) string
- func RenderHelp(text string) string
- func RenderInfo(text string) string
- func RenderInputForm(text string) string
- func RenderSuccess(text string) string
- func RenderUnknown(text string) string
- func RenderWarning(text string) string
- func SpinnerStyle() lipgloss.Style
- func TermViewStyle() lipgloss.Style
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Inspirited by Wryan and Jellybeans https://gogh-co.github.io/Gogh/ PrimaryColor = lipgloss.AdaptiveColor{Dark: "#477AB3", Light: "#31658C"} SecondaryColor = lipgloss.AdaptiveColor{Dark: "#7E62B3", Light: "#5E468C"} TertiaryColor = lipgloss.AdaptiveColor{Dark: "#9E9ECB", Light: "#7C7C99"} WarningColor = lipgloss.AdaptiveColor{Dark: "#FFDCA0", Light: "#FFBA7B"} InfoColor = lipgloss.AdaptiveColor{Dark: "#53A6A6", Light: "#287373"} ErrorColor = lipgloss.AdaptiveColor{Dark: "#BF4D80", Light: "#8C4665"} White = lipgloss.AdaptiveColor{Dark: "#C0C0C0", Light: "#899CA1"} Gray = lipgloss.AdaptiveColor{Dark: "#3D3D3D", Light: "#333333"} Black = lipgloss.AdaptiveColor{Dark: "#2b2a2a", Light: "#000000"} )
View Source
var MarkdownStyleJSON string
Functions ¶
func CollectionStyle ¶
func EntityViewStyle ¶
func ListItemStyles ¶
func ListItemStyles() list.DefaultItemStyles
func ListStyles ¶
func LoggerStyles ¶
func RenderBold ¶
func RenderBrand ¶
func RenderContext ¶
func RenderError ¶
func RenderHelp ¶
func RenderInfo ¶
func RenderInputForm ¶
func RenderSuccess ¶
func RenderUnknown ¶
func RenderWarning ¶
func SpinnerStyle ¶
func TermViewStyle ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.