Fixing security vulnerability with Qt 4.8.5+ and PostgreSQL.
[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: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #ff0000, stop: 0.1 transparent); }
17
18 ChatView { background: #131313; }
19
20 ChatLine[label="highlight"] {
21   foreground: #debc85;
22   background: #00583a;
23 }
24
25 ChatLine::timestamp { foreground: #707c70; }
26
27 ChatLine#plain { foreground: #debc85; }
28 ChatLine#notice { foreground: #916409; }
29 ChatLine#action { foreground: #007a80; font-weight: bold; font-style: italic; }
30 ChatLine#nick { foreground: #633b5a; }
31 ChatLine#mode { foreground: #346E9E; font-weight: bold; }
32 ChatLine#join { foreground: #005538; }
33 ChatLine#part { foreground: #633b5a; }
34 ChatLine#quit { foreground: #683A38; }
35 ChatLine#kick { foreground: #633b5a; }
36 ChatLine#kill { foreground: #633b5a; }
37 ChatLine#server { foreground: #916409; }
38 ChatLine#info { foreground: #916409; }
39 ChatLine#error { foreground: #916409; }
40 ChatLine#daychange { foreground: #916409; }
41 ChatLine#topic { foreground: #633b5a; }
42
43
44 // Sender Colors
45 ChatLine::sender#plain[sender="self"] { foreground: #009966; }
46
47 ChatLine::sender#plain[sender="00"] { foreground: #e90d7f; }
48 ChatLine::sender#plain[sender="01"] { foreground: #8e55e9; }
49 ChatLine::sender#plain[sender="02"] { foreground: #b30e0e; }
50 ChatLine::sender#plain[sender="03"] { foreground: #17b339; }
51 ChatLine::sender#plain[sender="04"] { foreground: #58afb3; }
52 ChatLine::sender#plain[sender="05"] { foreground: #9d54b3; }
53 ChatLine::sender#plain[sender="06"] { foreground: #b39775; }
54 ChatLine::sender#plain[sender="07"] { foreground: #3176b3; }
55 ChatLine::sender#plain[sender="08"] { foreground: #e90d7f; }
56 ChatLine::sender#plain[sender="09"] { foreground: #8e55e9; }
57 ChatLine::sender#plain[sender="0a"] { foreground: #b30e0e; }
58 ChatLine::sender#plain[sender="0b"] { foreground: #17b339; }
59 ChatLine::sender#plain[sender="0c"] { foreground: #58afb3; }
60 ChatLine::sender#plain[sender="0d"] { foreground: #9d54b3; }
61 ChatLine::sender#plain[sender="0e"] { foreground: #b39775; }
62 ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; }
63
64 // BufferView Colors
65 ChatListItem { foreground: #debc85; }
66 ChatListItem[state="inactive"] { foreground: #a0a0a4; }
67 ChatListItem[state="channel-event"] { foreground: #008000; }
68 ChatListItem[state="unread-message"] { foreground: #ff7b00; }
69 ChatListItem[state="highlighted"] { foreground: #ff00bf; }
70 BufferView { background: #131313; }
71
72 // NickView Colors
73 NickListItem[type="category"] { foreground: #debc85; }
74 NickListItem[type="user"] { foreground: #debc85; }
75 NickListItem[type="user", state="away"] { foreground: #a0a0a4; }
76 NickView { background: #131313; }
77
78 MultiLineEdit { background: #131313; color: #debc85; }
79 StyledLabel#topicLabel { background: #131313; }
80 ChatLine#topic { foreground: #debc85; }
81
82 // Miscellaneous Colors
83 QTreeView::item:selected { color: #00004b; }
84 ChatMonitorSettingsPage BufferView::item { color: #debc85; }QTreeView#settingsTree { background: #131313; }
85 QTreeView::item#settingsTree { color: #debc85; }
86 QLineEdit:enabled { background: #131313; color: #debc85; }
87 QSpinBox:enabled { background: #131313; color: #debc85; }
88 QTableWidget { background-color: #131313; color: #debc85; }
89 QListWidget { background-color: #131313; color: #debc85; }
90
91 QTableView {
92   alternate-background-color: #42403B;
93   background-color: #42403B;
94   color: #debc85; }
95
96 Palette {
97   link: #539FA3; link-visited: #845B90;
98
99   window: #2b2b2b; window-text: #debc85; text: #00004b;
100
101   light: #B7B4AC; midlight: #debc85;  button: #292929;
102   mid: #202553; dark: #000533; button-text: #B6B3AB; }
103
104 StyledLabel#topicLabel { background: #282828; }
105 MultiLineEdit { background: #131313; color: #debc85; }
106