summaryrefslogtreecommitdiff
path: root/internal/schedule
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-02-08 22:49:31 +0200
committerPaul Buetow <paul@buetow.org>2025-02-08 22:49:31 +0200
commit8fbc04cfdf939ee2a0b76cc267b31e01038aa955 (patch)
tree750f832b2db27f97d8487b8a06676814e0e54229 /internal/schedule
parent316ef97b655e4837dbce4af3747003ed924b5874 (diff)
more use of tables
Diffstat (limited to 'internal/schedule')
-rw-r--r--internal/schedule/stats.go2
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).