From 8fbc04cfdf939ee2a0b76cc267b31e01038aa955 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 8 Feb 2025 22:49:31 +0200 Subject: more use of tables --- internal/schedule/stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/schedule') 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). -- cgit v1.2.3