X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fdefault.qss;h=b2e47478c154879710f23aeb2885fa749c5bbdce;hp=22d24019cd2a84223a2bef071b6890ff81ce78c4;hb=dfac7b1b66005a76a10a2aa2d64d551d4e11ae94;hpb=7f8c674b003c9f48c1c11cd7dee257a807f99d7c diff --git a/data/default.qss b/data/default.qss index 22d24019..b2e47478 100644 --- a/data/default.qss +++ b/data/default.qss @@ -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; } @@ -85,11 +88,13 @@ 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