styles

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Styles

type Styles struct {
	Colors struct {
		Primary struct {
			Foreground lipgloss.AdaptiveColor
			Background lipgloss.AdaptiveColor
		}
		Active struct {
			Foreground lipgloss.AdaptiveColor
			Background lipgloss.AdaptiveColor
		}
		Error lipgloss.AdaptiveColor
	}

	MainView struct {
		Style lipgloss.Style
	}

	LangView struct {
		Style lipgloss.Style
	}

	LoginView struct {
		Style lipgloss.Style
	}

	ErrorView struct {
		Style lipgloss.Style
	}

	Header struct {
		Style                       lipgloss.Style
		LeftSide, RightSide, Spacer lipgloss.Style
	}

	Textarea struct {
		Style       lipgloss.Style
		ActiveStyle lipgloss.Style
	}

	TextareaDelimiter struct {
		Style lipgloss.Style
	}

	List struct {
		Style              list.Styles
		NormalTitleStyle   lipgloss.Style
		SelectedTitleStyle lipgloss.Style
	}

	Button struct {
		Style       lipgloss.Style
		ActiveStyle lipgloss.Style
	}
}

func New

func New() *Styles

Jump to

Keyboard shortcuts

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