theme: Set default colors to ColorWhite

This commit is contained in:
Caleb Bassi 2019-01-23 21:36:58 -08:00
parent 0e17689956
commit e4c62303f7
2 changed files with 4 additions and 3 deletions

View File

@ -63,6 +63,7 @@ func main() {
"", "",
"[3] Uploading File 3", "[3] Uploading File 3",
} }
ls.Border = false
p := widgets.NewParagraph() p := widgets.NewParagraph()
p.Text = "<> This row has 3 columns\n<- Widgets can be stacked up like left side\n<- Stacked widgets are treated as a single widget" p.Text = "<> This row has 3 columns\n<- Widgets can be stacked up like left side\n<- Stacked widgets are treated as a single widget"

View File

@ -132,13 +132,13 @@ var Theme = RootTheme{
}, },
Sparkline: SparklineTheme{ Sparkline: SparklineTheme{
Line: ColorBlack, Title: NewStyle(ColorWhite),
Title: NewStyle(ColorBlue), Line: ColorWhite,
}, },
LineChart: LineChartTheme{ LineChart: LineChartTheme{
Lines: StandardColors, Lines: StandardColors,
Axes: ColorBlue, Axes: ColorWhite,
}, },
Table: TableTheme{ Table: TableTheme{