From 3be3fcc10fcf333f90db00226bb6139426e1329c Mon Sep 17 00:00:00 2001 From: John Cote Date: Mon, 25 May 2015 00:20:15 -0400 Subject: [PATCH] Revert some whisper color changes --- toontown/chat/ChatGlobals.py | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/toontown/chat/ChatGlobals.py b/toontown/chat/ChatGlobals.py index 9725e4ce..9f74eff8 100755 --- a/toontown/chat/ChatGlobals.py +++ b/toontown/chat/ChatGlobals.py @@ -17,15 +17,15 @@ WTToontownBoardingGroup = 5 # Foreground, background: WhisperColors = { WTNormal: ( - ((0.0, 0.0, 0.0, 1.0), (0.8, 0.1, 0.1, 0.6)), # Normal - ((1.0, 0.5, 0.5, 1.0), (0.8, 0.1, 0.1, 0.8)), # Click - ((0.0, 0.0, 0.0, 1.0), (0.9, 0.05, 0.05, 0.6)), # Rollover + ((0.0, 0.0, 0.0, 1.0), (0.2, 0.6, 0.8, 0.6)), # Normal + ((1.0, 0.5, 0.5, 1.0), (1.0, 1.0, 1.0, 0.8)), # Click + ((0.0, 0.0, 0.0, 1.0), (0.2, 0.7, 0.9, 0.6)), # Rollover ((0.0, 0.0, 0.0, 1.0), (0.2, 0.7, 0.8, 0.6)) # Disabled ), WTQuickTalker: ( - ((0.0, 0.0, 0.0, 1.0), (0.8, 0.1, 0.1, 0.6)), # Normal - ((1.0, 0.5, 0.5, 1.0), (0.8, 0.1, 0.1, 0.8)), # Click - ((0.0, 0.0, 0.0, 1.0), (0.9, 0.05, 0.05, 0.6)), # Rollover + ((0.0, 0.0, 0.0, 1.0), (0.2, 0.6, 0.8, 0.6)), # Normal + ((1.0, 0.5, 0.5, 1.0), (1.0, 1.0, 1.0, 0.8)), # Click + ((0.0, 0.0, 0.0, 1.0), (0.2, 0.7, 0.9, 0.6)), # Rollover ((0.0, 0.0, 0.0, 1.0), (0.2, 0.7, 0.8, 0.6)) # Disabled ), WTSystem: ( @@ -35,10 +35,10 @@ WhisperColors = { ((0.0, 0.0, 0.0, 1.0), (0.8, 0.3, 0.6, 0.6)) # Disabled ), WTBattleSOS: ( - ((0.0, 0.0, 0.0, 1.0), (0.2, 0.6, 0.8, 0.6)), # Normal + ((0.0, 0.0, 0.0, 1.0), (0.8, 0.3, 0.6, 0.6)), # Normal ((1.0, 0.5, 0.5, 1.0), (1.0, 1.0, 1.0, 0.8)), # Click - ((0.0, 0.0, 0.0, 1.0), (0.2, 0.7, 0.9, 0.6)), # Rollover - ((0.0, 0.0, 0.0, 1.0), (0.2, 0.7, 0.8, 0.6)) # Disabled + ((0.0, 0.0, 0.0, 1.0), (0.8, 0.4, 0.0, 0.8)), # Rollover + ((0.0, 0.0, 0.0, 1.0), (0.8, 0.3, 0.6, 0.6)) # Disabled ), WTEmote: ( ((0.0, 0.0, 0.0, 1.0), (0.1, 0.7, 0.41, 0.6)), # Normal