From 1f5e35cd47a9baaaa6fa559c06640f47c9e79554 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 20 九月 2018 20:41:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 Utility/UIHelper.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Utility/UIHelper.cs b/Utility/UIHelper.cs
index c3e3f14..732bd00 100644
--- a/Utility/UIHelper.cs
+++ b/Utility/UIHelper.cs
@@ -359,7 +359,7 @@
     public static readonly Color32 s_BrightBlueColor = new Color32(0, 107, 227, 255);
     public static readonly Color32 s_BrightOrangeColor = new Color32(255, 103, 1, 255); //FF6701FF
     public static readonly Color32 s_BrightWhiteColor = new Color32(104, 104, 104, 255); //686868
-    public static readonly Color32 s_BrightGreenColor = new Color32(16, 157, 6, 255);
+    public static readonly Color32 s_BrightGreenColor = new Color32(16, 157, 6, 255); //109d06
 
     public static readonly Color32 s_DarkPinkColor = new Color32(255, 124, 124, 255);
     public static readonly Color32 s_DarkRedColor = new Color32(250, 1, 1, 255);

--
Gitblit v1.8.0