docs: update documents
This commit is contained in:
parent
92458aece2
commit
706896737b
18 changed files with 83 additions and 18 deletions
1
theme.go
1
theme.go
|
|
@ -220,6 +220,7 @@ func init() {
|
|||
SetDefaultTheme(ThemeLight)
|
||||
}
|
||||
|
||||
// SetDefaultTheme sets default theme
|
||||
func SetDefaultTheme(name string) {
|
||||
defaultTheme = NewTheme(name)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue