xtras/mathuaerknedam 144:dff847602153: Use new %incomingColor% a...

commits at adium.im commits at adium.im
Thu Oct 29 17:50:40 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/dff847602153
revision:	144:dff847602153
author:		mathuaerknedam
date:		Thu Oct 29 12:50:29 2009 -0500

Use new %incomingColor% and %outgoingColor% keywords in header.html

diffs (14 lines):

diff -r 4aaa6da547a1 -r dff847602153 Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.html
--- a/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.html	Sat Oct 24 21:56:40 2009 -0500
+++ b/Smooth Operator ☿.AdiumMessageStyle/Contents/Resources/Header.html	Thu Oct 29 12:50:29 2009 -0500
@@ -10,8 +10,8 @@
 	<span class="x-sender outgoing">%sourceName%</span>
 	<img class="x-icon incoming" src="%incomingIconPath%" />
 	<span class="x-iconmask incoming" style="-webkit-mask-box-image: url(%incomingIconPath%);"></span>
-	<span class="x-color incoming" style="background-color: %senderColor%;"></span>
+	<span class="x-color incoming" style="background-color: %incomingColor%;"></span>
 	<img class="x-icon outgoing" src="%outgoingIconPath%" />
 	<span class="x-iconmask outgoing" style="-webkit-mask-box-image: url(%outgoingIconPath%);"></span>
-	<span class="x-color outgoing" style="background-color: %senderColor%;"></span>
+	<span class="x-color outgoing" style="background-color: %outgoingColor%;"></span>
 </div>


More information about the commits mailing list