theme

package
v0.0.0-...-17244d7 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2024 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Finder

type Finder struct {
	// contains filtered or unexported fields
}

func NewFinder

func NewFinder() *Finder

func (*Finder) Find

func (finder *Finder) Find(reqTheme, reqOutputProfile, reqName string) string

func (*Finder) GetTheme

func (finder *Finder) GetTheme(name string) (*Theme, error)

type SubDir

type SubDir struct {
	Name          string
	OutputProfile string
}

type Theme

type Theme struct {
	InternalName string
	Path         string
	Inherits     []string
	Directories  []string
	SubDirs      []SubDir
	// contains filtered or unexported fields
}

func LoadTheme

func LoadTheme(filename string) (*Theme, error)

Jump to

Keyboard shortcuts

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