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