mirror of
https://gitea.com/gitea/tea.git
synced 2026-09-10 07:26:33 -04:00
add function comment
This commit is contained in:
parent
cd4051ed38
commit
0346e1cbb5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue