From 052bb69a8b50948052165847ea44312b8d4f6607 Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期四, 20 九月 2018 16:13:14 +0800
Subject: [PATCH] Merge branch 'master' into 1871天赋功能

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

diff --git a/Utility/UIHelper.cs b/Utility/UIHelper.cs
index c0a509b..c3e3f14 100644
--- a/Utility/UIHelper.cs
+++ b/Utility/UIHelper.cs
@@ -357,8 +357,8 @@
     public static readonly Color32 s_BrightRedColor = new Color32(255, 3, 3, 255);
     public static readonly Color32 s_BrightPurpleColor = new Color32(218, 72, 213, 255);
     public static readonly Color32 s_BrightBlueColor = new Color32(0, 107, 227, 255);
-    public static readonly Color32 s_BrightOrangeColor = new Color32(255, 103, 1, 255);
-    public static readonly Color32 s_BrightWhiteColor = new Color32(104, 104, 104, 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_DarkPinkColor = new Color32(255, 124, 124, 255);

--
Gitblit v1.8.0