diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 23:08:42 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-06-30 23:08:42 +0530 |
commit | 9a67dfe7a05c0027453e4ddcaf7790059745a414 (patch) | |
tree | e42d27c6424e96c312b0eb6c37006867016a4e19 /ui/status.go | |
parent | 71aa33be49a7d6413f1c79f83f166c70693a5db6 (diff) |
added score command
Diffstat (limited to 'ui/status.go')
-rw-r--r-- | ui/status.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 "" } |