theme

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BOMEntry

type BOMEntry struct {
	Path string `toml:"path"`
}

type Config

type Config struct {
	Name string     `toml:"name"`
	BOM  []BOMEntry `toml:"bom"`
	// contains filtered or unexported fields
}

Config describes a theme's configuration.

func (*Config) CopyTo

func (c *Config) CopyTo(destDir string) error

func (*Config) Load

func (c *Config) Load(themeFS fs.FS) error

Load loads our configuration file.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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