stylesheet: add more stylesheets in the repository
[quassel.git] / data / stylesheets / qwater.qss
1 // QWater theme Version 1.0
2
3 // Copyright (C) Maarten Andriessen <maarten714@gmail.com>
4
5 // This file is free software; you can redistribute it and/or modify
6 // it under the terms of the GNU General Public License as published by
7 // the Free Software Foundation; version 2 of the License.
8
9 // This program is distributed in the hope that it will be useful,
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 // GNU General Public License for more details.
13
14 // You should have received a copy of the GNU General Public License
15 // along with this file.  If not, see <http://www.gnu.org/licenses/>.
16
17 // ChangeLog:
18
19 // Version 1.0
20 // - First release.
21
22
23 // Custom ChatView Colors
24 ChatView { background: #042E4A; }
25 Palette {
26   marker-line: qlineargradient( x1: 0, y1: 0, x2: 0, y2: 1,
27                                 stop: 0 red, stop: 0.1 transparent );
28 }
29
30 ChatLine[label="highlight"] { foreground: #000000; background: #FF8D0A; }
31
32 ChatLine::url[label="highlight"] {
33   foreground: #5fffbf;
34   background: #FF8D0A; }
35
36 ChatLine::timestamp { foreground: #b9bec8; }
37
38 ChatLine#plain { foreground: #50AFCC; }
39 ChatLine#notice { foreground: #aaaaff; }
40 ChatLine#action { foreground: #00fafa; }
41 ChatLine#nick { foreground: #E7A6FF; }
42 ChatLine#mode { foreground: #66EBFF; }
43 ChatLine#join { foreground: #5fffbf; }
44 ChatLine#part { foreground: #ED95AB; }
45 ChatLine#quit { foreground: #ED95AB; }
46 ChatLine#kick { foreground: #F0F073; }
47 ChatLine#kill { foreground: #FF3B3B; }
48 ChatLine#server { foreground: #c8fafa; }
49 ChatLine#info { foreground: #aaaaff; }
50 ChatLine#error { foreground: #ffff00; }
51 ChatLine#daychange { foreground: #aaaaff; }
52 ChatLine#topic { foreground: #E7A6FF; }
53
54 // Sender Colors
55 ChatLine::sender { foreground: #3bb9ff; }
56 ChatLine::sender[sender="self"] { foreground: #ff55ff; }
57
58 // BufferView Colors
59 BufferView { background: #042E4A; }
60 ChatListItem { foreground: #50AFCC; }
61 ChatListItem[state="inactive"] { foreground: #b9bec8; }
62 ChatListItem[state="channel-event"] { foreground: #00fafa; }
63 ChatListItem[state="unread-message"] { foreground: #FF8D0A; }
64 ChatListItem[state="highlighted"] { foreground: #ff5555; }
65
66 ChatMonitorSettingsPage BufferView::item { color: #50AFCC; }
67
68 // NickView Colors
69 NickView { background: #042E4A; }
70 NickListItem[type="category"] { foreground: #00fafa; font-weight: bold; }
71 NickListItem[type="user"] { foreground: #00fafa; }
72 NickListItem[type="user", state="away"] { foreground: #50AFCC; }
73
74 // Miscellaneous Colors
75 QTreeView::item:selected { color: #042E4A; }
76 QTreeView#settingsTree { background: #042E4A; }
77 QTreeView::item#settingsTree { color: #50AFCC; }
78 QTreeView::item:selected#settingsTree { color: #042E4A; }
79 QLineEdit:enabled { background: #042E4A; color: #50AFCC; }
80 QSpinBox:enabled { background: #042E4A; color: #50AFCC; }
81 QTableWidget { background-color: #042E4A; color: #50AFCC; }
82 QListWidget { background-color: #042E4A; color: #50AFCC; }
83
84 QTableView {
85   alternate-background-color: #00006b;
86   background-color: #042E4A;
87   color: #50AFCC; }
88
89 Palette {
90   link: #FFC182; link-visited: #FFC182;
91
92   window: #3C879E; window-text: #000000; text: #000000;
93
94   light: #042E4A; midlight: #606593;  button: #404573;
95   mid: #202553; dark: #66EBFF; button-text: #545454; }
96
97 StyledLabel#topicLabel { background: #042E4A; }
98 MultiLineEdit { background: #042E4A; color: #50AFCC; }