diff --git a/src/Core/Interactions/Embed/Embed.cs b/src/Core/Interactions/Embed/Embed.cs index 7974f54..ca60491 100644 --- a/src/Core/Interactions/Embed/Embed.cs +++ b/src/Core/Interactions/Embed/Embed.cs @@ -40,7 +40,7 @@ namespace Geekbot.Core.Interactions.Embed public DateTime? Timestamp { get; set; } [JsonIgnore] - private Color _color { get; set; } = System.Drawing.Color.Black; + private Color _color { get; set; } = System.Drawing.Color.DimGray; /// /// color code of the embed