From 9a67dfe7a05c0027453e4ddcaf7790059745a414 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Thu, 30 Jun 2022 23:08:42 +0530 Subject: added score command --- ui/status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/status.go') diff --git a/ui/status.go b/ui/status.go index 7e8687e..7a0e538 100644 --- a/ui/status.go +++ b/ui/status.go @@ -47,7 +47,7 @@ func GetColorCodeByStatus(status string) string { case "plan_to_watch", "plan_to_read": return "\x1b[36m" case "": - return "\x1b[38;5;7m" + return "\x1b[37m" default: return "" } -- cgit v1.2.3