xtras/mathuaerknedam 409:9f53f8de906e: Gone Dark: The recently c...
commits at adium.im
commits at adium.im
Fri Mar 5 21:24:16 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/9f53f8de906e
revision: 409:9f53f8de906e
author: mathuaerknedam
date: Fri Mar 05 15:24:07 2010 -0600
Gone Dark: The recently changed focus state is too subtle, so I'm goung back to the older-style, more-opaque focus 'screen', but with colors that are a bit more subdued than before.
diffs (40 lines):
diff -r 657d9ccba663 -r 9f53f8de906e Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css Fri Mar 05 12:27:58 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css Fri Mar 05 15:24:07 2010 -0600
@@ -61,9 +61,16 @@
color: rgb(88, 88, 88);
}
+.x-status a:hover,
+#x-header a:hover
+{
+ color: rgb(58, 58, 58);
+}
+
.focus
{
background-color: hsla(0, 0%, 0%, .2);
+ background-color: rgba(192, 192, 192, .7);
}
.focus .x-service
diff -r 657d9ccba663 -r 9f53f8de906e Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css
--- a/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css Fri Mar 05 12:27:58 2010 -0600
+++ b/Gone Dark ☿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css Fri Mar 05 15:24:07 2010 -0600
@@ -57,9 +57,16 @@
color: rgb(168, 168, 168);
}
+.x-status a:hover,
+#x-header a:hover
+{
+ color: rgb(198, 198, 198);
+}
+
.focus
{
background-color: hsla(0, 0%, 100%, .2);
+ background-color: rgba(96, 96, 96, .8);
}
.focus .x-service
More information about the commits
mailing list