diff --git a/TrelloNet/Cards/Color.cs b/TrelloNet/Cards/Color.cs index c6a312c..8a73fc5 100644 --- a/TrelloNet/Cards/Color.cs +++ b/TrelloNet/Cards/Color.cs @@ -1,12 +1,17 @@ -namespace TrelloNet -{ - public enum Color - { - Green, - Yellow, - Orange, - Red, - Purple, - Blue - } -} \ No newline at end of file +namespace TrelloNet +{ + public enum Color + { + Green, + Yellow, + Orange, + Red, + Purple, + Blue, + Sky, + Lime, + Pink, + Black + } +} +