rui_orig/init.go

8 lines
116 B
Go

package rui
func init() {
if theme, ok := CreateThemeFromText(defaultThemeText); ok {
defaultTheme = theme
}
}