X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fdefault.qss;h=b2e47478c154879710f23aeb2885fa749c5bbdce;hp=2aa0efcc6ea7f4059d200a67ce58c14a6543cb31;hb=dfac7b1b66005a76a10a2aa2d64d551d4e11ae94;hpb=6245a8d29e893eaff25a12b0be2f47b64f0f7bcd diff --git a/data/default.qss b/data/default.qss index 2aa0efcc..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"] { @@ -89,6 +88,8 @@ 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; }