xtras/mathuaerknedam 443:13db904acb48: yMous: Increasing contras...

commits at adium.im commits at adium.im
Thu Mar 18 02:22:44 UTC 2010


details:	http://hg.adium.im/xtras/mathuaerknedam/rev/13db904acb48
revision:	443:13db904acb48
author:		mathuaerknedam
date:		Wed Mar 17 14:31:57 2010 -0500

yMous: Increasing contrast for mention hovers.
Subject: xtras/mathuaerknedam 444:e127d2f1d163: minimal_mod: make the focus indication slightly darker.

details:	http://hg.adium.im/xtras/mathuaerknedam/rev/e127d2f1d163
revision:	444:e127d2f1d163
author:		mathuaerknedam
date:		Wed Mar 17 21:22:37 2010 -0500

minimal_mod: make the focus indication slightly darker.

diffs (103 lines):

diff -r e8eddde74fd6 -r e127d2f1d163 minimal_mod ☿.AdiumMessageStyle/Contents/Resources/images/vert.png
Binary file minimal_mod ☿.AdiumMessageStyle/Contents/Resources/images/vert.png has changed
diff -r e8eddde74fd6 -r e127d2f1d163 yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css	Tue Mar 16 16:53:37 2010 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseM.css	Wed Mar 17 21:22:37 2010 -0500
@@ -1,6 +1,6 @@
 @charset "utf-8";
 
-body 
+body
 {
 	background-color: hsla(0, 0%, 63%, 1);
 }
@@ -94,9 +94,8 @@
 .mention.x-hover > .x-message,
 .mention.x-hover > .x-time
 {
-	/*background-color: hsla(0, 0%, 0%, 1) !important;
-	text-shadow: .0em .1em .2em hsla(0, 0%, 0%, .8);*/
 	color: hsla(0, 0%, 100%, 1) !important;
+	background-color: hsla(0, 0%, 41%, 1) !important;
 	text-shadow: none;
 }
 
@@ -110,17 +109,10 @@
 .mention:hover > .x-mark,
 .mention.x-hover > .x-mark
 {
+	background-color: hsla(0, 0%, 41%, 1) !important;
 	text-shadow: none;
 }
 
-/*.message:hover,
-.status:hover,
-.event:hover,
-.x-hover
-{
-	text-shadow: .0em .1em .2em hsla(0, 0%, 100%, 1);
-}*/
-
 .x-focus,
 .x-icon,
 .x-sender,
diff -r e8eddde74fd6 -r e127d2f1d163 yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css
--- a/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css	Tue Mar 16 16:53:37 2010 -0500
+++ b/yMous ☿.AdiumMessageStyle/Contents/Resources/Variants/_Themes/_BaseS.css	Wed Mar 17 21:22:37 2010 -0500
@@ -1,6 +1,6 @@
 @charset "utf-8";
 
-body 
+body
 {
 	background-color: hsla(0, 0%, 37%, 1);
 }
@@ -94,9 +94,8 @@
 .mention.x-hover > .x-message,
 .mention.x-hover > .x-time
 {
-	/*background-color: hsla(0, 0%, 37%, 1) !important;
-	text-shadow: .0em .1em .2em hsla(0, 0%, 0%, .8);*/
 	color: hsla(0, 0%, 0%, 1) !important;
+	background-color: hsla(0, 0%, 54%, 1) !important;
 	text-shadow: none;
 }
 
@@ -110,17 +109,10 @@
 .mention:hover > .x-mark,
 .mention.x-hover > .x-mark
 {
+	background-color: hsla(0, 0%, 54%, 1) !important;
 	text-shadow: none;
 }
 
-/*.message:hover,
-.status:hover,
-.event:hover,
-.x-hover
-{
-	text-shadow: .0em .1em .2em hsla(0, 0%, 0%, .8);
-}*/
-
 .x-focus,
 .x-icon,
 .x-sender,
@@ -163,17 +155,7 @@
 .x-hover > .x-message,
 .x-hover > .x-time
 {
-	background-color: hsla(0, 0%, 37%, 1) !important;
-}
-
-.history:hover,
-.history:hover > .x-mark,
-.history:hover > .x-message,
-.history.x-hover,
-.history.x-hover > .x-mark,
-.history.x-hover > .x-message
-{
-	background-color: hsla(0, 0%, 37%, 1) !important;
+	background-color: hsla(0, 0%, 41%, 1) !important;
 }
 
 .focus .x-focus


More information about the commits mailing list