More sensible default color for unread messages
[quassel.git] / data / default.qss
index 22d2401..2aa0efc 100644 (file)
@@ -27,6 +27,10 @@ ChatLine::timestamp {
   foreground: #707c70;
 }
 
+ChatLine::url {
+  foreground: palette(link);
+}
+
 Palette {
   marker-line: red;
 }
@@ -89,7 +93,7 @@ ChatLine#topic { foreground: #960096; }
 // BufferView Colors
 ChatListItem[state="inactive"] { foreground: #a0a0a4; }
 ChatListItem[state="channel-event"] { foreground: #008000; }
-ChatListItem[state="unread-message"] { foreground: #000080; }
+ChatListItem[state="unread-message"] { foreground: #0000f5; }
 ChatListItem[state="highlighted"] { foreground: #ff8000; }
 
 // NickView Colors