Adapt the stylesheets and the stylesheet generator to the new markerline
[quassel.git] / data / stylesheets / LinuxDolt-bluestheme.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) Drew Patridge 2009
14
15 // Custom ChatView Colors
16 ChatView { background: #00004b; }
17 Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #ff0000, stop: 0.1 transparent); }
18
19
20 ChatLine[label="highlight"] { foreground: #f0f5ff; background: #00008b; }
21
22 ChatLine::url[label="highlight"] {
23   foreground: #5fffbf;
24   background: #00008b; }
25
26 ChatLine::timestamp { foreground: #b9bec8; }
27
28 ChatLine#plain { foreground: #f0f5ff; }
29 ChatLine#notice { foreground: #aaaaff; }
30 ChatLine#action { foreground: #00fafa; font-style: italic; }
31 ChatLine#nick { foreground: #835bff; }
32 ChatLine#mode { foreground: #ffaaff; font-weight: bold; }
33 ChatLine#join { foreground: #ffaaff; }
34 ChatLine#part { foreground: #ffaaff; }
35 ChatLine#quit { foreground: #ffaaff; }
36 ChatLine#kick { foreground: #ffaaff; font-style: italic; }
37 ChatLine#kill { foreground: #ffaaff; }
38 ChatLine#server { foreground: #c8fafa; }
39 ChatLine#info { foreground: #aaaaff; }
40 ChatLine#error { foreground: #ffff00; }
41 ChatLine#daychange { foreground: #aaaaff; }
42 ChatLine#topic { foreground: #835bff; }
43
44
45 // Sender Colors
46 ChatLine::sender { foreground: #3bb9ff; }
47 ChatLine::sender[sender="self"] { foreground: #ff55ff; }
48
49 // BufferView Colors
50 BufferView { background: #00004b; }
51 ChatListItem { foreground: #f0f5ff; }
52 ChatListItem[state="inactive"] { foreground: #b9bec8; }
53 ChatListItem[state="channel-event"] { foreground: #00fafa; }
54 ChatListItem[state="unread-message"] { foreground: #ffaaff; }
55 ChatListItem[state="highlighted"] { foreground: #ff5555; }
56
57 ChatMonitorSettingsPage BufferView::item { color: #f0f5ff; }
58
59 // NickView Colors
60 NickView { background: #00004b; }
61 NickListItem[type="category"] { foreground: #00fafa; font-weight: bold; }
62 NickListItem[type="user"] { foreground: #00fafa; }
63 NickListItem[type="user", state="away"] { foreground: #f0f5ff; }
64
65 // Miscellaneous Colors
66 QTreeView::item:selected { color: #00004b; }
67 QTreeView#settingsTree { background: #00004b; }
68 QTreeView::item#settingsTree { color: #f0f5ff; }
69 QTreeView::item:selected#settingsTree { color: #00004b; }
70 QLineEdit:enabled { background: #00004b; color: #f0f5ff; }
71 QSpinBox:enabled { background: #00004b; color: #f0f5ff; }
72 QTableWidget { background-color: #00004b; color: #f0f5ff; }
73 QListWidget { background-color: #00004b; color: #f0f5ff; }
74
75 QTableView {
76   alternate-background-color: #00006b;
77   background-color: #00004b;
78   color: #f0f5ff; }
79
80 Palette {
81   link: #5fffbf; link-visited: #5fffbf;
82
83   window: #a0a5dd; window-text: #00004b; text: #00004b;
84
85   light: #8085b3; midlight: #606593;  button: #404573;
86   mid: #202553; dark: #000533; button-text: #0000b4; }
87
88 StyledLabel#topicLabel { background: #00004b; }
89 MultiLineEdit { background: #00004b; color: #f0f5ff; }