mirror of
https://gitea.com/gitea/tea.git
synced 2026-04-05 07:53:32 +02:00
add function comment
This commit is contained in:
@@ -20,6 +20,7 @@ func (t myTheme) Theme(isDark bool) *huh.Styles {
|
||||
return theme
|
||||
}
|
||||
|
||||
// GetTheme returns default theme
|
||||
func GetTheme() myTheme {
|
||||
var t myTheme
|
||||
return t
|
||||
|
||||
Reference in New Issue
Block a user