Improve/add comments

This commit is contained in:
Caleb Bassi
2019-02-01 22:16:02 -08:00
parent 71648dedc1
commit 5ece2b7178
4 changed files with 18 additions and 5 deletions

View File

@@ -94,6 +94,8 @@ type TableTheme struct {
Text Style
}
// Theme holds the default Styles and Colors for all widgets.
// You can set default widget Styles by modifying the Theme before creating the widgets.
var Theme = RootTheme{
Default: NewStyle(ColorWhite),