Skip to content

Commit

Permalink
default color of project is white
Browse files Browse the repository at this point in the history
  • Loading branch information
kobtea committed Feb 20, 2017
1 parent 46ee717 commit 13366a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions todoist/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func (p Project) ColorString() string {
case 4, 10, 11:
attr = color.FgHiCyan
case 5, 7:
default:
attr = color.FgWhite
}
return color.New(attr).Sprint(p.String())
Expand Down

0 comments on commit 13366a3

Please sign in to comment.