X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=data%2Fstylesheets%2Fdefault.qss;h=792442c9f2dc72033f030e7bd614f96544cddde1;hp=b92bd09c81240fa19a80512fd89d3a4186c7cdce;hb=3202bf5340396b5c6b467e8d92d808b1cbbbf7fb;hpb=a8b1a382d95b0fd6c2438eb05daeea587e20b661 diff --git a/data/stylesheets/default.qss b/data/stylesheets/default.qss index b92bd09c..792442c9 100644 --- a/data/stylesheets/default.qss +++ b/data/stylesheets/default.qss @@ -30,8 +30,9 @@ ChatLine::url { foreground: palette(link); } +// Markerline gets a nice (and hardly visible) gradient Palette { - marker-line: red; + marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 red, stop: 0.1 transparent); } // mIRC colors @@ -90,6 +91,7 @@ ChatLine#daychange { foreground: #916409; } ChatLine#topic { foreground: #960096; } ChatLine#netsplit-join { foreground: #960096; } ChatLine#netsplit-quit { foreground: #960096; } +ChatLine#invite { foreground: #916409; } // BufferView Colors ChatListItem[state="inactive"] { foreground: #a0a0a4; }