aboutsummaryrefslogtreecommitdiff
path: root/ui/status.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/status.go')
-rw-r--r--ui/status.go2
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 ""
}