Versions in this module Expand all Collapse all v0 v0.17.15 May 11, 2026 v0.17.14 May 11, 2026 Changes in this version + const CheckboxColumnWidth + const ColorAccent + const ColorDashboardBackground + const ColorDashboardBlack + const ColorDashboardBorder + const ColorDashboardDarkGray + const ColorDashboardFocusedBorder + const ColorDashboardGray + const ColorDashboardWhite + const ColorDimValue + const ColorError + const ColorErrorAlt + const ColorInsert + const ColorMerged + const ColorPending + const ColorPrimary + const ColorSecondary + const ColorSubtleValue + const ColorSuccess + const ColorSuccessAlt + const ColorWarning + const ColorWarningAlt + const MarginHorizontal + const MarginVertical + const SelectionCursor + const SelectionPadding + const StatusIconColumnWidth + var StackitColors = [][]int + func BranchStyle(isCurrent, isTrunk, isDim bool) lipgloss.Style + func ColorBranchName(branchName string, isCurrent bool) string + func ColorBranchNameBold(branchName string, isCurrent bool) string + func ColorBranchNameBoldWithTrunk(branchName string, isCurrent bool, isTrunk bool) string + func ColorBranchNameWithTrunk(branchName string, isCurrent bool, isTrunk bool) string + func ColorCyan(text string) string + func ColorDim(text string) string + func ColorGreen(text string) string + func ColorMagenta(text string) string + func ColorNeedsRestack(text string) string + func ColorPRNumber(prNumber int) string + func ColorPRNumberByState(prNumber int, state string, isDraft bool) string + func ColorPRState(state string, isDraft bool) string + func ColorRed(text string) string + func ColorSHA(sha string) string + func ColorScope(scope string) string + func ColorYellow(text string) string + func DimColor() color.Color + func DimStyle() lipgloss.Style + func FormatBranchModificationError(err *errors.BranchModificationError) string + func FormatShortLine(line string, circleIndex, arrowIndex int, isCurrent bool, overallIndent int) string + func GetLogShortColor(text string, index int) string + func GetScopeColor(scope string) (color.Color, bool) + func HelpDescStyle() lipgloss.Style + func HelpKeyStyle() lipgloss.Style + func HelpSeparatorStyle() lipgloss.Style + func IconCIFailing() string + func IconCIPassing() string + func IconCIPending() string + func IconFrozen() string + func IconLocked() string + func IconReviewApproved() string + func IconReviewChangesRequested() string + func InsertStyle() lipgloss.Style + func IsDarkBackground() bool + func PadToWidth(rendered string, targetWidth int) string + func RenderMarkdown(content string) string + func Selection() lipgloss.Style + func SelectionCursorStyle() lipgloss.Style + func SubtleStyle() lipgloss.Style + type CommonStyles struct + Bold lipgloss.Style + Branch lipgloss.Style + Dim lipgloss.Style + Spinner lipgloss.Style + Subtle lipgloss.Style + URL lipgloss.Style + func DefaultCommonStyles() CommonStyles + type DashboardStyles struct + ActionBar lipgloss.Style + BadgeBlocked lipgloss.Style + BadgeIncomplete lipgloss.Style + BadgePending lipgloss.Style + BadgeReady lipgloss.Style + ButtonPrimary lipgloss.Style + Dialog lipgloss.Style + ErrorText lipgloss.Style + Footer lipgloss.Style + HeaderBorder lipgloss.Style + HeaderStatus lipgloss.Style + HelpDesc lipgloss.Style + HelpKey lipgloss.Style + HelpSection lipgloss.Style + HelpTitle lipgloss.Style + LeftPane lipgloss.Style + PaneHeader lipgloss.Style + RightPane lipgloss.Style + SelectedRow lipgloss.Style + Title lipgloss.Style + func DefaultDashboardStyles() DashboardStyles + type HeaderStyles struct + Help lipgloss.Style + Subtitle lipgloss.Style + Title lipgloss.Style + func DefaultHeaderStyles() HeaderStyles + type LayoutStyles struct + Compact lipgloss.Style + Container lipgloss.Style + Spacious lipgloss.Style + func DefaultLayoutStyles() LayoutStyles + type SelectionStyles struct + Cursor lipgloss.Style + Highlighted lipgloss.Style + Selected lipgloss.Style + Unselected lipgloss.Style + func DefaultSelectionStyles() SelectionStyles + type StatusIcons struct + Active string + Done string + Error string + Pending string + Warning string + func DefaultStatusIcons() StatusIcons + type StatusStyles struct + Active lipgloss.Style + Done lipgloss.Style + Error lipgloss.Style + Pending lipgloss.Style + Warning lipgloss.Style + func DefaultStatusStyles() StatusStyles + type Theme int + const ThemeDark + const ThemeLight + func DetectTheme() Theme