theme: Set default colors to ColorWhite
This commit is contained in:
parent
0e17689956
commit
e4c62303f7
@ -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"
|
||||||
|
6
theme.go
6
theme.go
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user