diff --git a/Wox.Plugin.SystemPlugins/ColorsPlugin.cs b/Wox.Plugin.SystemPlugins/ColorsPlugin.cs
index 2cd01d4046..a27066dad0 100644
--- a/Wox.Plugin.SystemPlugins/ColorsPlugin.cs
+++ b/Wox.Plugin.SystemPlugins/ColorsPlugin.cs
@@ -79,6 +79,21 @@ namespace Wox.Plugin.SystemPlugins
return string.Format("{0}{1}.png", ColorsDirectory.FullName, name.Substring(1));
}
+ public override string Name
+ {
+ get { return "Colors"; }
+ }
+
+ public override string Description
+ {
+ get { return string.Empty; }
+ }
+
+ public override string IcoPath
+ {
+ get { return "Images/color2.png"; }
+ }
+
protected override void InitInternal(PluginInitContext context)
{
}
diff --git a/Wox/Images/color2.png b/Wox/Images/color2.png
new file mode 100644
index 0000000000..ff17f1f4c2
Binary files /dev/null and b/Wox/Images/color2.png differ
diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj
index e1663d5b11..f7a4836473 100644
--- a/Wox/Wox.csproj
+++ b/Wox/Wox.csproj
@@ -367,6 +367,13 @@
PreserveNewest
+
+
+
+
+
+
+