X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=data%2Fstylesheets%2Fdefault.qss;h=506dda97f19e280c81120c61fb81f6c6087108cd;hb=b12b02f1bd5ee8a68bda20622b7ec3eac84f000c;hp=8d5ae323981307fea2d93ab817240fb2e1594ad2;hpb=cd639835daeee1f61bfe937186bdeed7bf0ae1c9;p=quassel.git diff --git a/data/stylesheets/default.qss b/data/stylesheets/default.qss index 8d5ae323..506dda97 100644 --- a/data/stylesheets/default.qss +++ b/data/stylesheets/default.qss @@ -6,16 +6,22 @@ // Basics ChatLine { foreground: palette(text); + // By default, allow color codes everywhere + allow-foreground-override: true; + allow-background-override: true; } ChatLine[label="highlight"] { foreground: black; background: #ff8000; + allow-background-override: false; } ChatLine[label="selected"] { foreground: palette(highlighted-text); background: palette(highlight); + allow-foreground-override: false; + allow-background-override: false; } // ChatLine::sender[sender="self"] { @@ -28,6 +34,7 @@ ChatLine::timestamp { ChatLine::url { foreground: palette(link); + allow-foreground-override: false; } // Markerline gets a nice (and hardly visible) gradient