Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ThemeMetaInfo ¶ added in v1.24.0
type ThemeMetaInfo struct {
FileName string
InternalName string
DisplayName string
ColorblindType string
ColorScheme string
}
func GetAvailableThemes ¶
func GetAvailableThemes() []*ThemeMetaInfo
func GetThemeMetaInfo ¶ added in v1.26.0
func GetThemeMetaInfo(internalName string) *ThemeMetaInfo
func GuaranteeGetThemeMetaInfo ¶ added in v1.26.0
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 ¶ added in v1.26.0
func (info *ThemeMetaInfo) GetDescription() string
func (*ThemeMetaInfo) GetExtraIconName ¶ added in v1.26.0
func (info *ThemeMetaInfo) GetExtraIconName() string
func (*ThemeMetaInfo) PublicAssetURI ¶ added in v1.26.0
func (info *ThemeMetaInfo) PublicAssetURI() string
Click to show internal directories.
Click to hide internal directories.