termstyle

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package termstyle holds lipgloss styles shared by diagnose progress, DB setup, and summary output so the CLI reads as one palette.

Index

Constants

This section is empty.

Variables

View Source
var (
	OK     = lipgloss.NewStyle().Foreground(lipgloss.Color("42")) // checkmarks / success ticks
	Label  = lipgloss.NewStyle().Foreground(lipgloss.Color("39")).Bold(true)
	Muted  = lipgloss.NewStyle().Foreground(lipgloss.Color("245"))
	Accent = lipgloss.NewStyle().Foreground(lipgloss.Color("214"))
	Bad    = lipgloss.NewStyle().Foreground(lipgloss.Color("196"))
	// Flaky summary (yellow); Slow uses Muted (grey) in the runner.
	Flaky = lipgloss.NewStyle().Foreground(lipgloss.Color("226"))
)

Colors align with runner/diagnose_progress.go (labels, counts, accents).

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