diff options
Diffstat (limited to 'internal/schedule')
| -rw-r--r-- | internal/schedule/stats.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/schedule/stats.go b/internal/schedule/stats.go index eaddd7d..c1b32f3 100644 --- a/internal/schedule/stats.go +++ b/internal/schedule/stats.go @@ -149,7 +149,7 @@ func (s *stats) gatherQueuedStats(dir string) error { func (s stats) RenderTable(platform platforms.Platform) { table.New(). - WithColor(colour.Info2Col). + WithColor(colour.AttentionCol). Header(platform.String(), "value", "Lifetime stats", "value"). Row("Since (days)", s.sinceDays, "Total since (days)", s.totalSinceDays). Row("#Posted entries", s.posted, "#Total posted entries", s.totalPosted). |
