xtras/mathuaerknedam 512:9622c6b63c90: Gone Dark: at some point ...
commits at adium.im
commits at adium.im
Thu Jul 1 03:26:40 UTC 2010
details: http://hg.adium.im/xtras/mathuaerknedam/rev/9622c6b63c90
revision: 512:9622c6b63c90
author: mathuaerknedam
date: Wed Jun 30 11:25:00 2010 -0500
Gone Dark: at some point I made the focus indicators in regular variants almost impreceptible; now they stand out as much as the polarized variants.
Subject: xtras/mathuaerknedam 513:1e9c6ef5e11e: Gone Dark:Slightly increase the opacity of the hovered topic in regular variants.
details: http://hg.adium.im/xtras/mathuaerknedam/rev/1e9c6ef5e11e
revision: 513:1e9c6ef5e11e
author: mathuaerknedam
date: Wed Jun 30 15:50:04 2010 -0500
Gone Dark:Slightly increase the opacity of the hovered topic in regular variants.
diffs (37 lines):
diff -r 8b263a38d12e -r 1e9c6ef5e11e Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Main.css
--- a/Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Main.css Mon Jun 28 09:15:07 2010 -0500
+++ b/Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Main.css Wed Jun 30 15:50:04 2010 -0500
@@ -25,7 +25,7 @@
#x-header:hover
{
- opacity: .1;
+ opacity: .15;
}
#topic #x-header
diff -r 8b263a38d12e -r 1e9c6ef5e11e Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css
--- a/Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css Mon Jun 28 09:15:07 2010 -0500
+++ b/Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Polarized.css Wed Jun 30 15:50:04 2010 -0500
@@ -69,8 +69,7 @@
.focus
{
- background-color: hsla(0, 0%, 0%, .2);
- background-color: rgba(176, 176, 176, .7);
+ background-color: hsla(0, 0%, 70%, .7);
}
.focus .x-service
diff -r 8b263a38d12e -r 1e9c6ef5e11e Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css
--- a/Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css Mon Jun 28 09:15:07 2010 -0500
+++ b/Gone Dark â¿.AdiumMessageStyle/Contents/Resources/Styles/Regular.css Wed Jun 30 15:50:04 2010 -0500
@@ -59,7 +59,7 @@
.focus
{
- background-color: hsla(0, 0%, 100%, .2);
+ background-color: hsla(0, 0%, 45%, .9);
}
.focus .x-service
More information about the commits
mailing list