diff --git a/QControlKit/Constants/QColor.cs b/QControlKit/Constants/QColor.cs index 43754d8..4099f79 100644 --- a/QControlKit/Constants/QColor.cs +++ b/QControlKit/Constants/QColor.cs @@ -104,7 +104,7 @@ private void indigoColor() { - name = QColorName.Purple; + name = QColorName.Indigo; lightHex = "#3F388C"; Hex = "#5A5499"; darkHex = "#6262B3"; diff --git a/QControlKit/QControlKit.csproj b/QControlKit/QControlKit.csproj index 435eb83..3f709e0 100644 --- a/QControlKit/QControlKit.csproj +++ b/QControlKit/QControlKit.csproj @@ -8,6 +8,10 @@ true 0.0.16 QControlKit + MIT + Unofficial C# port of Figure53's QLabKit.objc + QControlKit + https://github.com/jwetzell/QControlKit