X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuistyle.cpp;h=396fb9ae364e6265d0a500fa46f1e9ed84cdbea2;hp=2e505a69d437659973d7527054601e7194f467c0;hb=b2de861297e7bb461b37ff041827c89360ecfec6;hpb=40d9d7cf8df839fa51033ccbc7f8d075ad276949 diff --git a/src/qtui/qtuistyle.cpp b/src/qtui/qtuistyle.cpp index 2e505a69..396fb9ae 100644 --- a/src/qtui/qtuistyle.cpp +++ b/src/qtui/qtuistyle.cpp @@ -81,6 +81,9 @@ void QtUiStyle::generateSettingsQss() const { << msgTypeQss("info", "ServerMsg", s) << msgTypeQss("error", "ErrorMsg", s) << msgTypeQss("daychange", "ServerMsg", s) + << msgTypeQss("topic", "CommandMsg", s) + << msgTypeQss("netsplit-join", "CommandMsg", s) + << msgTypeQss("netsplit-quit", "CommandMsg", s) << "\n"; }