ui

package
v1.43.6 Latest Latest
Warning

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

Go to latest
Published: Jul 2, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package ui provides shared visual styles and components for the TUI.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Styles

type Styles struct {
	// Text hierarchy
	Title       lipgloss.Style
	Description lipgloss.Style
	Muted       lipgloss.Style
	Error       lipgloss.Style
	SuccessText lipgloss.Style

	// Status bar
	Bar        lipgloss.Style
	Brand      lipgloss.Style
	Success    lipgloss.Style
	Help       lipgloss.Style
	StatusHelp lipgloss.Style

	// Landing page
	LandingTitle     lipgloss.Style
	LandingSubtitle  lipgloss.Style
	LandingDotBright color.Color
	LandingDotMid    color.Color
	LandingDotDim    color.Color

	// Logo animation dot colors
	DotBright color.Color
	DotMid    color.Color
	DotDim    color.Color
}

Styles defines the shared visual styles for the TUI.

func DefaultStyles

func DefaultStyles() Styles

DefaultStyles returns the default set of styles.

Jump to

Keyboard shortcuts

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