cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / data / stylesheets / elbryan_quassel_theme.qss
1 // "Quassel Classic" stylesheet for Quassel IRC
2 // written by elbryan <fabiano 'dot' francesconi 'at' gmail 'dot' com>
3
4 // Basics
5 ChatLine {
6   foreground: palette(text);
7 }
8
9 ChatLine[label="highlight"] {
10   background: #FDBF78;
11 }
12
13 ChatLine::sender[label="highlight"] {
14   background: #FDBF78;
15   font-weight:bold;
16   foreground: #aa000;  
17 }
18
19 ChatLine[label="selected"] {
20   foreground: palette(highlighted-text);
21   background: palette(highlight);
22 }
23
24 ChatLine::sender {
25   foreground: #0000aa;
26 }
27
28 ChatLine::sender[sender="self"] {
29   font-style: italic;
30   foreground: #0000ff;
31 }
32
33 ChatLine[sender="self"] { foreground: #323232; }
34
35 ChatLine::timestamp { foreground: #707c70; }
36 ChatLine::timestamp[sender="self"] { foreground: #707c70; }
37 ChatLine::timestamp[label="highlight"] { foreground: #000000; }
38
39 Palette { marker-line: #ff0000; }
40
41 ChatLine::url { foreground: #3a42e6; }
42 ChatLine::url[sender="self"] { foreground: #3a42e6; }
43 ChatLine::url[label="highlight"] { foreground: #3a42e6; }
44
45 //ChatLine::nick { font-weight: bold; }
46 ChatLine::nick[sender="self"] { font-weight: bold; }
47 ChatLine::nick[label="highlight"] { foreground: #0000aa; }
48
49 // mIRC colors
50 ChatLine[fg-color="00"] { foreground: #ffffff; }
51 ChatLine[bg-color="00"] { background: #ffffff; }
52 ChatLine[fg-color="01"] { foreground: #000000; }
53 ChatLine[bg-color="01"] { background: #000000; }
54 ChatLine[fg-color="02"] { foreground: #000080; }
55 ChatLine[bg-color="02"] { background: #000080; }
56 ChatLine[fg-color="03"] { foreground: #008000; }
57 ChatLine[bg-color="03"] { background: #008000; }
58 ChatLine[fg-color="04"] { foreground: #ff0000; }
59 ChatLine[bg-color="04"] { background: #ff0000; }
60 ChatLine[fg-color="05"] { foreground: #800000; }
61 ChatLine[bg-color="05"] { background: #800000; }
62 ChatLine[fg-color="06"] { foreground: #800080; }
63 ChatLine[bg-color="06"] { background: #800080; }
64 ChatLine[fg-color="07"] { foreground: #ffa500; }
65 ChatLine[bg-color="07"] { background: #ffa500; }
66 ChatLine[fg-color="08"] { foreground: #ffff00; }
67 ChatLine[bg-color="08"] { background: #ffff00; }
68 ChatLine[fg-color="09"] { foreground: #00ff00; }
69 ChatLine[bg-color="09"] { background: #00ff00; }
70 ChatLine[fg-color="0a"] { foreground: #008080; }
71 ChatLine[bg-color="0a"] { background: #008080; }
72 ChatLine[fg-color="0b"] { foreground: #00ffff; }
73 ChatLine[bg-color="0b"] { background: #00ffff; }
74 ChatLine[fg-color="0c"] { foreground: #4169e1; }
75 ChatLine[bg-color="0c"] { background: #4169e1; }
76 ChatLine[fg-color="0d"] { foreground: #ff00ff; }
77 ChatLine[bg-color="0d"] { background: #ff00ff; }
78 ChatLine[fg-color="0e"] { foreground: #808080; }
79 ChatLine[bg-color="0e"] { background: #808080; }
80 ChatLine[fg-color="0f"] { foreground: #c0c0c0; }
81 ChatLine[bg-color="0f"] { background: #c0c0c0; }
82
83     // for sender
84     ChatLine[fg-color="00", sender="self"] { foreground: #ffffff; }
85     ChatLine[bg-color="00", sender="self"] { background: #ffffff; }
86     ChatLine[fg-color="01", sender="self"] { foreground: #000000; }
87     ChatLine[bg-color="01", sender="self"] { background: #000000; }
88     ChatLine[fg-color="02", sender="self"] { foreground: #000080; }
89     ChatLine[bg-color="02", sender="self"] { background: #000080; }
90     ChatLine[fg-color="03", sender="self"] { foreground: #008000; }
91     ChatLine[bg-color="03", sender="self"] { background: #008000; }
92     ChatLine[fg-color="04", sender="self"] { foreground: #ff0000; }
93     ChatLine[bg-color="04", sender="self"] { background: #ff0000; }
94     ChatLine[fg-color="05", sender="self"] { foreground: #800000; }
95     ChatLine[bg-color="05", sender="self"] { background: #800000; }
96     ChatLine[fg-color="06", sender="self"] { foreground: #800080; }
97     ChatLine[bg-color="06", sender="self"] { background: #800080; }
98     ChatLine[fg-color="07", sender="self"] { foreground: #ffa500; }
99     ChatLine[bg-color="07", sender="self"] { background: #ffa500; }
100     ChatLine[fg-color="08", sender="self"] { foreground: #ffff00; }
101     ChatLine[bg-color="08", sender="self"] { background: #ffff00; }
102     ChatLine[fg-color="09", sender="self"] { foreground: #00ff00; }
103     ChatLine[bg-color="09", sender="self"] { background: #00ff00; }
104     ChatLine[fg-color="0a", sender="self"] { foreground: #008080; }
105     ChatLine[bg-color="0a", sender="self"] { background: #008080; }
106     ChatLine[fg-color="0b", sender="self"] { foreground: #00ffff; }
107     ChatLine[bg-color="0b", sender="self"] { background: #00ffff; }
108     ChatLine[fg-color="0c", sender="self"] { foreground: #4169e1; }
109     ChatLine[bg-color="0c", sender="self"] { background: #4169e1; }
110     ChatLine[fg-color="0d", sender="self"] { foreground: #ff00ff; }
111     ChatLine[bg-color="0d", sender="self"] { background: #ff00ff; }
112     ChatLine[fg-color="0e", sender="self"] { foreground: #808080; }
113     ChatLine[bg-color="0e", sender="self"] { background: #808080; }
114     ChatLine[fg-color="0f", sender="self"] { foreground: #c0c0c0; }
115     ChatLine[bg-color="0f", sender="self"] { background: #c0c0c0; }
116
117 // mIRC formats
118 ChatLine[format="bold"]      { font-weight: bold;}
119 ChatLine[format="italic"]    { font-style: italic; }
120 ChatLine[format="underline"] { font-style: underline; }
121
122     // for sender
123     ChatLine[format="bold", sender="self"]      { foreground: #323232; font-weight: bold; }
124     ChatLine[format="italic", sender="self"]    { foreground: #323232; font-style: italic; }
125     ChatLine[format="underline", sender="self"] { foreground: #323232; font-style: underline; }
126
127 // ChatView message colors
128 ChatLine#notice { foreground: #916409; }
129
130 ChatLine#action { foreground: #000088; }
131
132 ChatLine::nick#action[label="highlight"] {
133   foreground: #323232; 
134   font-weight: bold;
135 }
136
137 ChatLine#nick { foreground: #917b3a; }
138 ChatLine#mode { foreground: #ff7700; }
139 ChatLine#join { foreground: #009600; }
140 ChatLine#part { foreground: #b32626; }
141 ChatLine#quit { foreground: #990000; }
142 ChatLine#kick { foreground: #990000; }
143 ChatLine#kill { foreground: #990000; }
144 ChatLine#server { foreground: #916409; }
145 ChatLine#info { foreground: #916409; }
146 ChatLine#error { foreground: #916409; }
147 ChatLine#daychange { foreground: #ff0000; }
148 ChatLine#topic { foreground: #d47d31; }
149
150 // BufferView Colors
151 ChatListItem[type="query"] { foreground: #303030; }
152 ChatListItem[type="query", state="away"] { foreground: #a0a0a4; }
153 ChatListItem[type="query", state="unread-message"] { foreground: #ff8000; }
154 ChatListItem[type="network"] { foreground: #707c70; }
155
156 ChatListItem[state="inactive"] { foreground: #a0a0a4; }
157 ChatListItem[state="channel-event"] { foreground: #000099; }
158 ChatListItem[state="unread-message"] { foreground: #990000; }
159 ChatListItem[state="highlighted"] { foreground: #FF8C1A; }
160
161 // NickView Colors
162 NickListItem[type="category"] { foreground: #707c70; }
163 NickListItem[type="user", state="away"] { foreground: #a0a0a4; }