xtras/mathuaerknedam 224:da632f0bc94a: yMous: tone down the red ...

commits at adium.im commits at adium.im
Thu Nov 12 14:51:14 UTC 2009


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/da632f0bc94a
revision:	224:da632f0bc94a
author:		mathuaerknedam
date:		Thu Nov 12 08:51:01 2009 -0600

yMous: tone down the red mention highlight a bit. Also, don't allow the mention highlighting to override the sendercolor block.

diffs (116 lines):

diff -r a608c8bb6d6f -r da632f0bc94a yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css	Wed Nov 11 22:48:39 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css	Thu Nov 12 08:51:01 2009 -0600
@@ -63,13 +63,11 @@
 	background-color: hsla(60, 50%, 85%, 1) !important;
 }
 
-.mention .x-mark,
 .mention .x-message
 {
 	background-color: hsla(60, 100%, 95%, 1) !important;
 }
 
-.history.mention .x-mark,
 .history.mention .x-message
 {
 	background-color: hsla(60, 50%, 87%, 1) !important;
diff -r a608c8bb6d6f -r da632f0bc94a yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css	Wed Nov 11 22:48:39 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css	Thu Nov 12 08:51:01 2009 -0600
@@ -47,31 +47,12 @@
 	border-top: 16px solid hsla(0, 0%, 12.5%, 1) !important;
 }
 
-.mention .x-icon,
-.mention .x-sender,
-.mention .x-time,
-.history.mention .x-focus,
-.history.mention .x-icon,
-.history.mention .x-sender,
-.history.mention .x-time
-{
-	background-color: hsla(0, 0%, 17%, 1) !important;
-}
-
-.mention .x-mark,
-.mention .x-message,
-.history.mention .x-mark,
-.history.mention .x-message
-{
-	background-color: hsla(0, 0%, 16%, 1) !important;
-}
-
 .mention:not(.focus) > .x-focus,
 .mention .x-icon,
 .mention .x-sender,
 .mention .x-time
 {
-	background-color: hsla(0, 75%, 10%, 1) !important;
+	background-color: hsla(0, 50%, 10%, 1) !important;
 }
 
 .history.mention:not(.focus) > .x-focus,
@@ -79,19 +60,17 @@
 .history.mention .x-sender,
 .history.mention .x-time
 {
-	background-color: hsla(0, 50%, 17%, 1) !important;
+	background-color: hsla(0, 25%, 17%, 1) !important;
 }
 
-.mention .x-mark,
 .mention .x-message
 {
-	background-color: hsla(0, 75%, 10%, 1) !important;
+	background-color: hsla(0, 50%, 10%, 1) !important;
 }
 
-.history.mention .x-mark,
 .history.mention .x-message
 {
-	background-color: hsla(0, 50%, 16%, 1) !important;
+	background-color: hsla(0, 25%, 16%, 1) !important;
 }
 
 .x-wrapper:hover,
diff -r a608c8bb6d6f -r da632f0bc94a yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorM.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorM.css	Wed Nov 11 22:48:39 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorM.css	Thu Nov 12 08:51:01 2009 -0600
@@ -10,6 +10,16 @@
 	background-color: hsla(0, 0%, 90%, 1) !important;
 }
 
+.mention .x-mark
+{
+	background-color: hsla(60, 100%, 95%, 1) !important;
+}
+
+.history.mention .x-mark
+{
+	background-color: hsla(60, 50%, 87%, 1) !important;
+}
+
 /*----------*/
 
 .outgoing,
diff -r a608c8bb6d6f -r da632f0bc94a yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css	Wed Nov 11 22:48:39 2009 -0600
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_FixedColorS.css	Thu Nov 12 08:51:01 2009 -0600
@@ -10,6 +10,16 @@
 	background-color: hsla(0, 0%, 12.5%, 1) !important;
 }
 
+.mention .x-mark
+{
+	background-color: hsla(0, 50%, 10%, 1) !important;
+}
+
+.history.mention .x-mark
+{
+	background-color: hsla(0, 25%, 16%, 1) !important;
+}
+
 /*----------*/
 
 .outgoing,


More information about the commits mailing list