colors

package
v0.14.2 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Print

func Print(cfg *config.Config) error

Types

type ColorValue

type ColorValue struct {
	Fg string `json:"fg,omitempty"`
	Bg string `json:"bg,omitempty"`
}

type KeywordColor

type KeywordColor struct {
	Fg       string `json:"fg,omitempty"`
	Category string `json:"category"`
}

type Output

type Output struct {
	Keywords    map[string]KeywordColor `json:"keywords"`
	Elements    map[string]ColorValue   `json:"elements"`
	Theme       string                  `json:"theme"`
	SpecialTags []string                `json:"special_tags,omitempty"`
}

Jump to

Keyboard shortcuts

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