From 56091a5a2b3df0681996731982f812003daf85e9 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期四, 20 九月 2018 15:52:47 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
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