cli_styles

package
v0.0.0-...-997e1a6 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AlertStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("62")).Render

AlertStyle provides styling for alert messages

View Source
var DocStyle = lipgloss.NewStyle().Margin(0, 2)
View Source
var ErrStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("#bd534b")).Render

ErrStyle provides styling for error messages

View Source
var HelpStyle = lipgloss.NewStyle().Foreground(lipgloss.Color("241")).Render

HelpStyle styling for help context menu

View Source
var MutedTextColor = lipgloss.Color("241")
View Source
var TitleStyle = lipgloss.NewStyle().
	Foreground(lipgloss.Color("#FFFDF5")).
	Background(lipgloss.Color(UlldBlue)).
	Padding(0, 1)
View Source
var UlldBlue = "#0ba5e9"

WARN: This is duplicated in the cli package. Consider creating a single utility go package to collect this shared content.

View Source
var UlldBlueForeground = lipgloss.NewStyle().Foreground(UlldBlueLipgloss)
View Source
var UlldBlueLipgloss = lipgloss.Color(UlldBlue)

Functions

func GetHuhTheme

func GetHuhTheme() *huh.Theme

Types

This section is empty.

Jump to

Keyboard shortcuts

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