cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / data / stylesheets / m4yer.qss
index 6319154..eb79149 100644 (file)
@@ -13,7 +13,7 @@ ChatLine[label="highlight"] {
 ChatLine::sender[label="highlight"] {
   background: #d7d7d7;
   font-weight:bold;
-  foreground: #0000aa;  
+  foreground: #0000aa;
 }
 
 ChatLine[label="selected"] {
@@ -36,7 +36,7 @@ ChatLine::timestamp { foreground: #707c70; }
 ChatLine::timestamp[sender="self"] { foreground: #707c70; }
 ChatLine::timestamp[label="highlight"] { foreground: #707c70; }
 
-Palette { marker-line: #ff0000; }
+Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #ff0000, stop: 0.1 transparent); }
 
 ChatLine::url { foreground: #0000aa; }
 ChatLine::url[sender="self"] { foreground: #0000aa; }
@@ -80,49 +80,17 @@ ChatLine[bg-color="0e"] { background: #808080; }
 ChatLine[fg-color="0f"] { foreground: #c0c0c0; }
 ChatLine[bg-color="0f"] { background: #c0c0c0; }
 
-    // for sender
-    ChatLine[fg-color="00", sender="self"] { foreground: #ffffff; }
-    ChatLine[bg-color="00", sender="self"] { background: #ffffff; }
-    ChatLine[fg-color="01", sender="self"] { foreground: #000000; }
-    ChatLine[bg-color="01", sender="self"] { background: #000000; }
-    ChatLine[fg-color="02", sender="self"] { foreground: #000080; }
-    ChatLine[bg-color="02", sender="self"] { background: #000080; }
-    ChatLine[fg-color="03", sender="self"] { foreground: #008000; }
-    ChatLine[bg-color="03", sender="self"] { background: #008000; }
-    ChatLine[fg-color="04", sender="self"] { foreground: #ff0000; }
-    ChatLine[bg-color="04", sender="self"] { background: #ff0000; }
-    ChatLine[fg-color="05", sender="self"] { foreground: #800000; }
-    ChatLine[bg-color="05", sender="self"] { background: #800000; }
-    ChatLine[fg-color="06", sender="self"] { foreground: #800080; }
-    ChatLine[bg-color="06", sender="self"] { background: #800080; }
-    ChatLine[fg-color="07", sender="self"] { foreground: #ffa500; }
-    ChatLine[bg-color="07", sender="self"] { background: #ffa500; }
-    ChatLine[fg-color="08", sender="self"] { foreground: #ffff00; }
-    ChatLine[bg-color="08", sender="self"] { background: #ffff00; }
-    ChatLine[fg-color="09", sender="self"] { foreground: #00ff00; }
-    ChatLine[bg-color="09", sender="self"] { background: #00ff00; }
-    ChatLine[fg-color="0a", sender="self"] { foreground: #008080; }
-    ChatLine[bg-color="0a", sender="self"] { background: #008080; }
-    ChatLine[fg-color="0b", sender="self"] { foreground: #00ffff; }
-    ChatLine[bg-color="0b", sender="self"] { background: #00ffff; }
-    ChatLine[fg-color="0c", sender="self"] { foreground: #4169e1; }
-    ChatLine[bg-color="0c", sender="self"] { background: #4169e1; }
-    ChatLine[fg-color="0d", sender="self"] { foreground: #ff00ff; }
-    ChatLine[bg-color="0d", sender="self"] { background: #ff00ff; }
-    ChatLine[fg-color="0e", sender="self"] { foreground: #808080; }
-    ChatLine[bg-color="0e", sender="self"] { background: #808080; }
-    ChatLine[fg-color="0f", sender="self"] { foreground: #c0c0c0; }
-    ChatLine[bg-color="0f", sender="self"] { background: #c0c0c0; }
-
 // mIRC formats
 ChatLine[format="bold"]      { font-weight: bold;}
 ChatLine[format="italic"]    { font-style: italic; }
 ChatLine[format="underline"] { font-style: underline; }
+ChatLine[format="strikethrough"] { font-style: strikethrough; }
 
     // for sender
     ChatLine[format="bold", sender="self"]      { foreground: #323232; font-weight: bold; }
     ChatLine[format="italic", sender="self"]    { foreground: #323232; font-style: italic; }
     ChatLine[format="underline", sender="self"] { foreground: #323232; font-style: underline; }
+    ChatLine[format="strikethrough", sender="self"] { foreground: #323232; font-style: strikethrough; }
 
 // ChatView message colors
 ChatLine#notice { foreground: #916409; }