Add LinuxDolt's bluestheme stylesheet
[quassel.git] / data / stylesheets / jussi01-darktheme.qss
1 // This file is free software; you can redistribute it and/or modify
2 // it under the terms of the GNU General Public License as published by
3 // the Free Software Foundation; version 2 of the License.
4
5 // This program is distributed in the hope that it will be useful,
6 // but WITHOUT ANY WARRANTY; without even the implied warranty of
7 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
8 // GNU General Public License for more details.
9
10 // You should have received a copy of the GNU General Public License
11 // along with this file.  If not, see <http://www.gnu.org/licenses/>.
12
13 // Copyright (C) Jussi Schultink 2009
14
15 // Custom ChatView Colors
16 Palette { marker-line: #ff0000; }
17 ChatView { background: #131313; }
18
19 ChatLine[label="highlight"] {
20   foreground: #debc85;
21   background: #00583a;
22 }
23
24 ChatLine::timestamp { foreground: #707c70; }
25
26 ChatLine#plain { foreground: #debc85; }
27 ChatLine#notice { foreground: #916409; }
28 ChatLine#action { foreground: #007a80; font-weight: bold; font-style: italic; }
29 ChatLine#nick { foreground: #633b5a; }
30 ChatLine#mode { foreground: #346E9E; font-weight: bold; }
31 ChatLine#join { foreground: #005538; }
32 ChatLine#part { foreground: #633b5a; }
33 ChatLine#quit { foreground: #683A38; }
34 ChatLine#kick { foreground: #633b5a; }
35 ChatLine#kill { foreground: #633b5a; }
36 ChatLine#server { foreground: #916409; }
37 ChatLine#info { foreground: #916409; }
38 ChatLine#error { foreground: #916409; }
39 ChatLine#daychange { foreground: #916409; }
40 ChatLine#topic { foreground: #633b5a; }
41
42
43 // Sender Colors
44 ChatLine::sender#plain[sender="self"] { foreground: #009966; }
45
46 ChatLine::sender#plain[sender="00"] { foreground: #e90d7f; }
47 ChatLine::sender#plain[sender="01"] { foreground: #8e55e9; }
48 ChatLine::sender#plain[sender="02"] { foreground: #b30e0e; }
49 ChatLine::sender#plain[sender="03"] { foreground: #17b339; }
50 ChatLine::sender#plain[sender="04"] { foreground: #58afb3; }
51 ChatLine::sender#plain[sender="05"] { foreground: #9d54b3; }
52 ChatLine::sender#plain[sender="06"] { foreground: #b39775; }
53 ChatLine::sender#plain[sender="07"] { foreground: #3176b3; }
54 ChatLine::sender#plain[sender="08"] { foreground: #e90d7f; }
55 ChatLine::sender#plain[sender="09"] { foreground: #8e55e9; }
56 ChatLine::sender#plain[sender="0a"] { foreground: #b30e0e; }
57 ChatLine::sender#plain[sender="0b"] { foreground: #17b339; }
58 ChatLine::sender#plain[sender="0c"] { foreground: #58afb3; }
59 ChatLine::sender#plain[sender="0d"] { foreground: #9d54b3; }
60 ChatLine::sender#plain[sender="0e"] { foreground: #b39775; }
61 ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; }
62
63 // BufferView Colors
64 ChatListItem { foreground: #debc85; }
65 ChatListItem[state="inactive"] { foreground: #a0a0a4; }
66 ChatListItem[state="channel-event"] { foreground: #008000; }
67 ChatListItem[state="unread-message"] { foreground: #ff7b00; }
68 ChatListItem[state="highlighted"] { foreground: #ff00bf; }
69
70 // NickView Colors
71 NickListItem[type="category"] { foreground: #debc85; }
72 NickListItem[type="user"] { foreground: #debc85; }
73 NickListItem[type="user", state="away"] { foreground: #a0a0a4; }