themes

package
v1.99.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2025 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Filename = ".fox_themes"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Style

type Style struct {
	Fg int32 `toml:"Fg"`
	Bg int32 `toml:"Bg"`
}

type Theme

type Theme struct {
	Name     string `toml:"Name"`
	Base     Style  `toml:"Base"`
	Surface0 Style  `toml:"Surface0"`
	Surface1 Style  `toml:"Surface1"`
	Surface2 Style  `toml:"Surface2"`
	Surface3 Style  `toml:"Surface3"`
	Overlay0 Style  `toml:"Overlay0"`
	Overlay1 Style  `toml:"Overlay1"`
	Subtext0 Style  `toml:"Subtext0"`
	Subtext1 Style  `toml:"Subtext1"`
	Subtext2 Style  `toml:"Subtext2"`
}

type Themes

type Themes struct {
	Themes map[string]Theme `toml:"Theme"`
}

func New

func New() *Themes

Jump to

Keyboard shortcuts

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