Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTheme = &Theme{ PrimaryBorder: lipgloss.AdaptiveColor{Light: "013", Dark: "008"}, }
View Source
var ( MessageToolCall = lipgloss.NewStyle(). Margin(0, 1). Border(lipgloss.NormalBorder()). BorderForeground(DefaultTheme.PrimaryBorder). Padding(0, 1) )
Functions ¶
func ViewportKeyMap ¶
Types ¶
type Theme ¶
type Theme struct {
PrimaryBorder lipgloss.AdaptiveColor
}
Click to show internal directories.
Click to hide internal directories.