Documentation
¶
Index ¶
Constants ¶
View Source
const ( DrPurple = lipgloss.Color("#7770F9") // purple-60 DrRed = lipgloss.Color("#9A3131") // red-80 )
DataRobot brand colors, utilizing the Design System palette
View Source
const Banner = `` /* 1398-byte string literal not displayed */
Banner contains the DataRobot ASCII art logo
Variables ¶
View Source
var ( BaseTextStyle = lipgloss.NewStyle().Foreground(DrPurple) ErrorStyle = lipgloss.NewStyle().Foreground(DrRed).Bold(true) // Specific UI styles LogoStyle = BaseTextStyle WelcomeStyle = BaseTextStyle.Bold(true) )
Common style definitions using DataRobot branding
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.