diff --git a/MifareOneTool/Form1.Designer.cs b/MifareOneTool/Form1.Designer.cs
index 502e50c..f230b41 100644
--- a/MifareOneTool/Form1.Designer.cs
+++ b/MifareOneTool/Form1.Designer.cs
@@ -195,7 +195,7 @@
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.Color.Black;
- this.richTextBox1.ForeColor = System.Drawing.Color.Lime;
+ this.richTextBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.richTextBox1.Location = new System.Drawing.Point(0, 175);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(2);
this.richTextBox1.Name = "richTextBox1";
@@ -1071,7 +1071,7 @@
//
this.buttonCLIColor.BackColor = System.Drawing.Color.Black;
this.buttonCLIColor.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
- this.buttonCLIColor.ForeColor = System.Drawing.Color.Lime;
+ this.buttonCLIColor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.buttonCLIColor.Location = new System.Drawing.Point(82, 13);
this.buttonCLIColor.Margin = new System.Windows.Forms.Padding(2);
this.buttonCLIColor.Name = "buttonCLIColor";
diff --git a/MifareOneTool/Form1.resx b/MifareOneTool/Form1.resx
index 85a464d..245e50e 100644
--- a/MifareOneTool/Form1.resx
+++ b/MifareOneTool/Form1.resx
@@ -120,6 +120,9 @@
17, 17
+
+ 17, 17
+
157, 17
diff --git a/MifareOneTool/Properties/Settings.Designer.cs b/MifareOneTool/Properties/Settings.Designer.cs
index 0989c38..73004e2 100644
--- a/MifareOneTool/Properties/Settings.Designer.cs
+++ b/MifareOneTool/Properties/Settings.Designer.cs
@@ -70,7 +70,7 @@ namespace MifareOneTool.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [global::System.Configuration.DefaultSettingValueAttribute("Lime")]
+ [global::System.Configuration.DefaultSettingValueAttribute("192, 255, 255")]
public global::System.Drawing.Color MainCLIColor {
get {
return ((global::System.Drawing.Color)(this["MainCLIColor"]));
diff --git a/MifareOneTool/Properties/Settings.settings b/MifareOneTool/Properties/Settings.settings
index 17fc28a..2bc055d 100644
--- a/MifareOneTool/Properties/Settings.settings
+++ b/MifareOneTool/Properties/Settings.settings
@@ -15,7 +15,7 @@
False
- Lime
+ 192, 255, 255
9
diff --git a/MifareOneTool/app.config b/MifareOneTool/app.config
index 3d77cbc..1db23f3 100644
--- a/MifareOneTool/app.config
+++ b/MifareOneTool/app.config
@@ -27,7 +27,7 @@
False
- Lime
+ 192, 255, 255
9