Documentation
¶
Index ¶
Constants ¶
View Source
const (
Filename = ".fox_themes"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.