style

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 20, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Text = lipgloss.NewStyle().Foreground(textColor)

	InactiveText    = lipgloss.NewStyle().Foreground(inactiveTextColor)
	SubtleTextColor = subtleColor
	SublteText      = lipgloss.NewStyle().Foreground(subtleColor)

	FocusText = lipgloss.NewStyle().Foreground(focusTextColor)

	AddedText = lipgloss.NewStyle().Foreground(addedTextColor)

	RemovedText = lipgloss.NewStyle().Foreground(removedTextColor)

	Title = lipgloss.NewStyle().Padding(0, 1).Background(titleBackgroundColor)

	InactiveTitle = lipgloss.NewStyle().Padding(0, 1).Background(inactiveTitleBackgroundColor)

	InactiveBorder   = lipgloss.NewStyle().BorderStyle(lipgloss.RoundedBorder()).BorderForeground(inactiveBorderColor)
	FocusBorderColor = lipgloss.AdaptiveColor{Light: "#874BFD", Dark: "#7D56F4"}
	FocusBorder      = lipgloss.NewStyle().BorderStyle(lipgloss.RoundedBorder()).BorderForeground(FocusBorderColor)

	ShortHelp = lipgloss.NewStyle().Padding(0, 1, 0, 1)
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL