ui

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 25, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ScenarioTitleStyle = lipgloss.NewStyle().
						Foreground(lipgloss.Color("#6CB6FF")).
						Align(lipgloss.Center).
						Bold(true).
						Underline(true)
	StepTitleStyle = lipgloss.NewStyle().
					Foreground(lipgloss.Color("#518BAD")).
					Align(lipgloss.Left).
					Bold(true)
	SpinnerStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#518BAD"))
	VerboseStyle = lipgloss.NewStyle().
					Foreground(lipgloss.Color("#437684")).
					Align(lipgloss.Left)
	CheckStyle           = lipgloss.NewStyle().Foreground(lipgloss.Color("#32CD32"))
	ErrorStyle           = lipgloss.NewStyle().Foreground(lipgloss.Color("#FF0000"))
	ErrorMessageStyle    = lipgloss.NewStyle().Foreground(lipgloss.Color("#FF5733"))
	OcdStatusUpdateStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#000000"))
)

Styles used for rendering output to the terminal.

Functions

func RemoveHorizontalAlign

func RemoveHorizontalAlign(s string) string

Types

This section is empty.

Jump to

Keyboard shortcuts

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