cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / data / stylesheets / a3.qss
1 // Quassel Style Sheet\r
2 // Creator: balintx - qss.ath.cx\r
3 // Codename: Nexus BETA\r
4 // Based on: darkChocolate, darkOne, MJ12 pirosas\r
5 // \r
6 \r
7 QFrame\r
8 {\r
9   background: #333333;\r
10 }\r
11 \r
12 QCheckBox::indicator {\r
13   background-color: #000000;\r
14   color: #04ff00;\r
15 }\r
16 \r
17 QCheckBox::indicator:checked {\r
18   background-color: #04ff00;\r
19   color: #000000;\r
20   spacing: 3px;\r
21 }\r
22 \r
23 QCheckBox::indicator:unchecked:hover, QCheckBox::indicator:unchecked:pressed\r
24 {\r
25   border: 1px solid #04ff00;\r
26 }\r
27 \r
28 QCheckBox::indicator:checked:hover, QCheckBox::indicator:checked:pressed\r
29 {\r
30   border: 1px solid #000000;\r
31 }\r
32 \r
33 ChatLine[label="highlight"] {\r
34   background: #04ff00;\r
35   foreground: #131313;\r
36   font-weight: bold;\r
37 }\r
38 \r
39 ChatLine::timestamp { foreground: #707c70; }\r
40 \r
41 ChatLine#plain { foreground: #debc85; }\r
42 ChatLine#notice { foreground: #916409; }\r
43 ChatLine#action { foreground: #04ff00; }\r
44 ChatLine#nick { foreground: #debc85; }\r
45 ChatLine#mode { foreground: #000FF0; }\r
46 ChatLine#join { foreground: #04ff00; }\r
47 ChatLine#part { foreground: #767676; }\r
48 ChatLine#quit { foreground: #ff0000; }\r
49 ChatLine#kick { foreground: #debc85; }\r
50 ChatLine#kill { background: #131313; foreground: #ff0000; font-weight: bold; }\r
51 ChatLine#server { foreground: #916409; }\r
52 ChatLine#info { foreground: #916409; }\r
53 ChatLine#error { foreground: #916409; }\r
54 ChatLine#daychange { foreground: #916409; }\r
55 ChatLine#topic { background: #131313; foreground: #fffd96; }\r
56 ChatLine#netsplit-join { background: #131313; foreground: #ff0000; font-weight: bold; }\r
57 ChatLine#netsplit-quit { background: #131313; foreground: #ff0000; font-weight: bold; }\r
58 \r
59 //Backgrounds\r
60 ChatView { background: #000000; }\r
61 BufferView { background: #000000; }\r
62 ChatWidget { background: grey;}\r
63 NickView { background: #000000;}\r
64 TopicWidget { background: #ABCABC;}\r
65 MultiLineEdit { background: #131313; color: #debc95; }\r
66 \r
67 // Sender Colors\r
68 ChatLine::sender#plain[sender="self"] { foreground: #8f8e90; }\r
69 \r
70 ChatLine::sender#plain[sender="00"] { foreground: #e90d7f; }\r
71 ChatLine::sender#plain[sender="01"] { foreground: #e2c000; }\r
72 ChatLine::sender#plain[sender="02"] { foreground: #b30e0e; }\r
73 ChatLine::sender#plain[sender="03"] { foreground: #17b339; }\r
74 ChatLine::sender#plain[sender="04"] { foreground: #58afb3; }\r
75 ChatLine::sender#plain[sender="05"] { foreground: #9d54b3; }\r
76 ChatLine::sender#plain[sender="06"] { foreground: #b39775; }\r
77 ChatLine::sender#plain[sender="07"] { foreground: #3176b3; }\r
78 ChatLine::sender#plain[sender="08"] { foreground: #e90d7f; }\r
79 ChatLine::sender#plain[sender="09"] { foreground: #8e55e9; }\r
80 ChatLine::sender#plain[sender="0a"] { foreground: #b30e0e; }\r
81 ChatLine::sender#plain[sender="0b"] { foreground: #17b339; }\r
82 ChatLine::sender#plain[sender="0c"] { foreground: #58afb3; }\r
83 ChatLine::sender#plain[sender="0d"] { foreground: #9d54b3; }\r
84 ChatLine::sender#plain[sender="0e"] { foreground: #b39775; }\r
85 ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; }\r
86 \r
87 // BufferView Colors\r
88 ChatListItem { foreground: #ffffff; }\r
89 ChatListItem[state="inactive"] { foreground: #4d4d4d; }\r
90 ChatListItem[state="channel-event"] { foreground: #ffff80; }\r
91 ChatListItem[state="unread-message"] { foreground: #ffff00; }\r
92 ChatListItem[state="highlighted"] { foreground: #04ff00; }\r
93 QListView::item:hover, QListView::item:selected\r
94 {\r
95   background: #04ff00;\r
96 }\r
97 QListView\r
98 {\r
99   background: #131313;\r
100 }\r
101 // NickView Colors\r
102 NickListItem[type="category"] { foreground: #4d4d4d; }\r
103 NickListItem[type="user"] { foreground: #a0a0a0; }\r
104 NickListItem[type="user", state="away"] { foreground: #4d4d4d; }\r
105 \r
106 Palette {\r
107   link: #5fffbf; link-visited: #5fffbf; marker-line: #04ff00;\r
108   window: #333333; window-text: #00FF00; text: #04ff00;\r
109   light: #ffff00; midlight: #333333; button: #131313;\r
110   mid: #202553; dark: #000533; }\r
111 Palette::button-text\r
112 {\r
113   foreground: #04ff00;\r
114   background: #131313;\r
115   color: #04ff00;\r
116 }\r
117 \r
118 QLineEdit:enabled { background: #131313; color: #debc85; }\r
119 QSpinBox:enabled { background: #131313; color: #debc85; }\r
120 \r
121 QTreeView\r
122 {\r
123   background: #000000;\r
124 }\r
125 \r
126 QTreeView::item:selected\r
127 {\r
128   border: 1px solid #debc85;\r
129   border-radius: 5px;\r
130   background: #debc85;\r
131   color: #000000;\r
132   padding: 2px;\r
133 }\r
134 \r
135 QTreeView::item:hover\r
136 {\r
137   border: 1px solid #debc85;\r
138   border-radius: 5px;\r
139 }\r
140 \r
141 QLineEdit { background: #BCBCBC; }\r
142 QToolTip\r
143 {\r
144   background: #131313;\r
145   color: #04ff00;\r
146   border: 1px solid #04ff00;\r
147   border-radius: 5px;\r
148 }\r
149 QTableWidget { color: #debc85; alternate-background: #131313; }\r
150 QTableView\r
151 {\r
152   background: #000000;\r
153   alternate-background: #131313;\r
154   color: #04ff00;\r
155 }\r
156 QListWidget { color: #debc85; alternate-background: #131313; }\r
157 QTableView {\r
158 selection-background-color: #04ff00;\r
159 background-color: #131313;\r
160 foreground-color: #04ff00;\r
161 color: #04ff00;\r
162 }\r
163 \r
164 QPushButton\r
165 {\r
166   background: #131313;\r
167   color: #04ff00;\r
168   border: 1px solid #8f8e90;\r
169   border-radius: 6px;\r
170   padding: 3px;\r
171 }\r
172 \r
173 QPushButton::selected, QPushButton::hover\r
174 {\r
175   border: 1px solid #04ff00;\r
176   padding: 2px;\r
177 }\r
178 \r
179 QPushButton::pressed\r
180 {\r
181   border: 2px solid #04ff50;\r
182 }\r
183 \r
184 QPushButton::disabled\r
185 {\r
186   border: 1px solid #8f8e90;\r
187   background: #131313;\r
188   color: grey;\r
189   padding: 2px;\r
190 }\r
191 \r
192 QHeader {\r
193   background: #131313;\r
194   color: #04ff00;\r
195 }\r
196 \r
197 QMenu {\r
198   background: #131313;\r
199   color: #04ff00;\r
200 }\r
201 \r
202 QTextBrowser\r
203 {\r
204   color: #04ff00;\r
205 }\r
206 \r
207 QMenu::item:selected\r
208 {\r
209   background-color: #04ff00;\r
210   color: #131313;\r
211 }\r
212 \r
213 QMenu::item:disabled\r
214 {\r
215   background-color: #131313;\r
216   color: grey;\r
217 }\r
218 \r
219 QMenuBar {\r
220   background-color: #131313;\r
221   color: #04ff00;\r
222 }\r
223 \r
224 QMenuBar::item:selected\r
225 {\r
226   background-color: #04ff00;\r
227   color: #131313;\r
228   border: 1px solid #131313;\r
229 }\r
230 \r
231 QMenuBar::item:disabled\r
232 {\r
233   background-color: #131313;\r
234   color: grey;\r
235 }\r
236 \r
237 QListView {\r
238   background-color: #131313;\r
239   color: #04ff00;\r
240 }\r
241 \r
242 QListView::item:selected, QListView::item:hover\r
243 {\r
244   background-color: #04ff00;\r
245   color: #131313;\r
246 }\r
247 \r
248 QComboBox\r
249 {\r
250   background-color: #131313;\r
251   color: #04ff00;\r
252 }\r
253 \r
254 QList {\r
255   background-color: #131313;\r
256   color: #04ff00;\r
257 }\r
258 \r
259 QList::item:selected\r
260 {\r
261   background-color: #04ff00;\r
262   color: #131313;\r
263 }\r
264 \r
265 QProgressBar {\r
266   border: 2px solid grey;\r
267   border-radius: 5px;\r
268 }\r
269 \r
270 \r
271 QProgressBar::chunk {\r
272   background-color: #131313;\r
273   color: #04ff00;\r
274 }\r
275 \r
276 QTabWidget\r
277 {\r
278   background-color: #131313;\r
279   color: #04ff00;\r
280 }\r
281 \r
282 QTabBar::tab\r
283 {\r
284   background: #131313;\r
285   color: #04ff00;\r
286   border: 1px solid #8f8e90;\r
287   border-bottom-color: #000000;\r
288   border-top-left-radius: 4px;\r
289   border-top-right-radius: 4px;\r
290   padding: 2px;\r
291   min-width: 8px;\r
292 }\r
293 \r
294 QTabBar::tab:selected, QTabBar::tab:hover\r
295 {\r
296  border-color: #04ff00;\r
297  border-bottom-color: #000000;\r
298 }\r
299 \r
300 QToolBox::tab:selected\r
301 {\r
302   background-color: #04ff00;\r
303   color: #131313;\r
304 }