Fix QSS syntax
[quassel.git] / data / default.qss
index 281cb66..b2e4747 100644 (file)
@@ -6,7 +6,6 @@
 // Basics
 ChatLine {
   foreground: palette(text);
-  font: 10pt "Monospace";
 }
 
 ChatLine[label="highlight"] {
@@ -27,6 +26,10 @@ ChatLine::timestamp {
   foreground: #707c70;
 }
 
+ChatLine::url {
+  foreground: palette(link);
+}
+
 Palette {
   marker-line: red;
 }
@@ -84,11 +87,14 @@ ChatLine#server { foreground: #916409; }
 ChatLine#info { foreground: #916409; }
 ChatLine#error { foreground: #916409; }
 ChatLine#daychange { foreground: #916409; }
+ChatLine#topic { foreground: #960096; }
+ChatLine#netsplit-join { foreground: #960096; }
+ChatLine#netsplit-quit { 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