theme

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2026 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 Palette

type Palette struct {
	Title           string            `json:"title"`
	Number          string            `json:"number"`
	Hint            string            `json:"hint"`
	Flag            string            `json:"flag"`
	BadgeForeground string            `json:"badge_foreground"`
	BadgeBackground string            `json:"badge_background"`
	Prompt          string            `json:"prompt"`
	OK              string            `json:"ok"`
	Skip            string            `json:"skip"`
	Fail            string            `json:"fail"`
	Dim             string            `json:"dim"`
	Selected        string            `json:"selected"`
	Error           string            `json:"error"`
	Unavailable     string            `json:"unavailable"`
	Categories      map[string]string `json:"categories"`
}

func Classic

func Classic() Palette

func Default

func Default() Palette

func Named

func Named(name string) Palette

func Nord

func Nord() Palette

func (Palette) CategoryColor

func (p Palette) CategoryColor(category string) string

func (Palette) Merge

func (p Palette) Merge(overrides Palette) Palette

Jump to

Keyboard shortcuts

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