]> git.0d.be Git - empathy.git/commitdiff
classic theme: update with colours from the old theme
authorFrédéric Péters <fpeters@0d.be>
Tue, 3 Jul 2012 10:43:58 +0000 (12:43 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 3 Jul 2012 10:44:54 +0000 (12:44 +0200)
part of https://bugzilla.gnome.org/show_bug.cgi?id=679321

data/themes/Classic.AdiumMessageStyle/Contents/Resources/main.css

index b3326f39b95ab5ade36d0e81b02b7927900cd18c..b642b717a02e14b5ed53127d167aea9e9ea3650d 100644 (file)
@@ -11,14 +11,15 @@ html {
 body {
   padding: 6px;
   margin: 0;
+  color: #2e3436;
 }
 
 .incoming .sender {
-  color: blue;
+  color: #4a708b;
 }
 
 .outgoing .sender {
-  color: green;
+  color: #2e8b57;
 }
 
 .mention .sender {