adium 3388:845ffab5e655: minimal_mod: Why did I make the histori...
commits at adium.im
commits at adium.im
Wed Oct 20 16:29:02 UTC 2010
details: http://hg.adium.im/adium/rev/845ffab5e655
revision: 3388:845ffab5e655
author: mathuaerknedam
date: Tue Oct 19 21:03:59 2010 -0500
minimal_mod: Why did I make the historical senders darker while making historical messages lighter!? This makes historical senders lighter too.
(transplanted from 3929c2bebd94f60557790d7829b62ee809425f22)
diffs (truncated from 2227 to 1000 lines):
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Blue.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 70%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Green.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 0%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(120, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 0%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(120, 50%, 70%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Grey.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 75%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 50%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Orange.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(30, 100%, 30%, 1) !important;
+ color: hsla(30, 90%, 76%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 70%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Pink.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(315, 100%, 65%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 0%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(315, 100%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(315, 100%, 65%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 0%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(315, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Purple.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(276, 100%, 40%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 0%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(276, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(276, 100%, 40%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 0%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(276, 60%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Black vs Red.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 100%, 30%, 1) !important;
+ color: hsla(0, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 70%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Black.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 70%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Green.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(210, 100%, 50%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(120, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(210, 100%, 50%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(120, 50%, 70%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Grey.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 74%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Orange.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(30, 100%, 30%, 1) !important;
+ color: hsla(30, 90%, 76%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Pink.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(315, 100%, 65%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(210, 100%, 50%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(315, 100%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(315, 100%, 65%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(210, 100%, 50%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(315, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Purple.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(276, 100%, 40%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(210, 100%, 50%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(276, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 100%, 30%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(276, 100%, 40%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(210, 100%, 50%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(276, 60%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(210, 80%, 80%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Blue vs Red.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 100%, 30%, 1) !important;
+ color: hsla(0, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Black.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(0, 0%, 0%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(0, 0%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 100%, 25%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(0, 0%, 0%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(0, 0%, 70%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Blue.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(120, 100%, 25%, 1) !important;
+ color: hsla(120, 50%, 70%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Grey.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 74%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(120, 100%, 25%, 1) !important;
+ color: hsla(120, 50%, 70%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Orange.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(30, 100%, 30%, 1) !important;
+ color: hsla(30, 90%, 76%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(120, 100%, 25%, 1) !important;
+ color: hsla(120, 50%, 70%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Pink.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(315, 100%, 65%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(315, 100%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 100%, 25%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(315, 100%, 65%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(315, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Purple.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(276, 100%, 40%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(276, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 100%, 25%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(276, 100%, 40%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(276, 60%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(120, 50%, 70%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Green vs Red.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 100%, 30%, 1) !important;
+ color: hsla(0, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(120, 100%, 25%, 1) !important;
+ color: hsla(120, 50%, 70%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Black.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 50%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 75%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Blue.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(210, 100%, 30%, 1) !important;
+ color: hsla(210, 80%, 80%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 74%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Green.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 60%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(120, 100%, 25%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(120, 100%, 35%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 60%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(120, 50%, 70%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 74%, 1) !important;
}
\ No newline at end of file
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Orange.css Tue Oct 19 21:03:59 2010 -0500
@@ -21,11 +21,11 @@
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
- color: hsla(30, 100%, 30%, 1) !important;
+ color: hsla(30, 90%, 76%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
- color: hsla(0, 0%, 30%, 1) !important;
+ color: hsla(0, 0%, 74%, 1) !important;
}
diff -r 027c41b02807 -r 845ffab5e655 Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css
--- a/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css Tue Oct 19 21:04:55 2010 -0500
+++ b/Resources/Message Styles/minimal_mod.AdiumMessageStyle/Contents/Resources/Variants/Grey vs Pink.css Tue Oct 19 21:03:59 2010 -0500
@@ -1,1 +1,1 @@
-.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(315, 100%, 65%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 60%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(315, 100%, 30%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
color: hsla(0, 0%, 30%, 1) !important;
}
\ No newline at end of file
+.incoming:not(.history) .x-sender,
.incoming:not(.history) a,
#Chat:not(.groupchat) .status .x-message,
#Chat:not(.groupchat) .status a,
#Chat:not(.groupchat) .event .x-message,
#Chat:not(.groupchat) .event a
{
color: hsla(315, 100%, 65%, 1) !important;
}
.outgoing:not(.history) .x-sender,
.outgoing:not(.history) a
{
color: hsla(0, 0%, 60%, 1) !important;
}
.history.incoming .x-sender,
.history.incoming a,
#Chat:not(.groupchat) .history.status .x-message,
#Chat:not(.groupchat) .history.status a,
#Chat:not(.groupchat) .history.event .x-message,
#Chat:not(.groupchat) .history.event a
{
color: hsla(315, 80%, 82%, 1) !important;
}
.history.outgoing .x-sender,
.history.outgoing a
{
More information about the commits
mailing list