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