diff --git a/TrelloNet/Cards/Color.cs b/TrelloNet/Cards/Color.cs index c6a312c..9beef8d 100644 --- a/TrelloNet/Cards/Color.cs +++ b/TrelloNet/Cards/Color.cs @@ -7,6 +7,10 @@ public enum Color Orange, Red, Purple, - Blue + Blue, + Sky, + Lime, + Pink, + Black } } \ No newline at end of file