Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThemeMetaInfo ¶
type ThemeMetaInfo struct {
FileName string
InternalName string
DisplayName string
ColorblindType string
ColorScheme string
}
func GetAvailableThemes ¶
func GetAvailableThemes() []*ThemeMetaInfo
func GetThemeMetaInfo ¶
func GetThemeMetaInfo(internalName string) *ThemeMetaInfo
func GuaranteeGetThemeMetaInfo ¶
func GuaranteeGetThemeMetaInfo(internalName string) *ThemeMetaInfo
GuaranteeGetThemeMetaInfo guarantees to return a non-nil ThemeMetaInfo, to simplify the caller's logic, especially for templates. There are already enough warnings messages if the default theme is not available.
func (*ThemeMetaInfo) GetDescription ¶
func (info *ThemeMetaInfo) GetDescription() string
func (*ThemeMetaInfo) GetExtraIconName ¶
func (info *ThemeMetaInfo) GetExtraIconName() string
Source Files
¶
- webtheme.go
Click to show internal directories.
Click to hide internal directories.