assets

package
v0.0.0-...-108cf52 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	MenuHeader = lipgloss.NewStyle().
				Foreground(lipgloss.Color("#14F9D5")).
				Background(lipgloss.Color("233")).
				Underline(true).
				Bold(true).
				Width(28).
				Align(lipgloss.Center).
				Render
	MenuItem = lipgloss.NewStyle().
				Background(lipgloss.Color("233")).
				Width(28).
				Align(lipgloss.Center).Render
	MenuArrow = func(s string) string {
		return lipgloss.NewStyle().
			Background(lipgloss.Color("233")).
			Foreground(lipgloss.Color("63")).
			Blink(true).
			Bold(true).
			Render(s)
	}
	MenuSelect = func(s string) string {
		return MenuItem(MenuArrow(">>") +
			lipgloss.NewStyle().
				Foreground(lipgloss.Color("#14F9D5")).
				Background(lipgloss.Color("233")).
				Bold(true).
				Render(s) +
			MenuArrow("<<"))
	}
)
View Source
var Gameboy string

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