summaryrefslogtreecommitdiffstats
path: root/colorschemes/template.go
diff options
context:
space:
mode:
Diffstat (limited to 'colorschemes/template.go')
-rw-r--r--colorschemes/template.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/colorschemes/template.go b/colorschemes/template.go
index 514a063..b2a0b3f 100644
--- a/colorschemes/template.go
+++ b/colorschemes/template.go
@@ -52,8 +52,8 @@ type Colorscheme struct {
// ProcCursor is used as the color for the color bar in the process widget
ProcCursor int
- // SparkLine determines the color of the data line in spark graphs
- Sparkline int
+ // SparkLines define the colors used for the Network usage graphs
+ Sparklines [2]int
// DiskBar is the color of the disk gauge bars (currently unused,
// as there's no disk gauge widget)