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