cmake: avoid de-duplication of user's CXXFLAGS
[quassel.git] / data / stylesheets / temerity1.0.1.qss
1 // Temerity Stylesheet for Quassel; by Disethas.\r
2 \r
3 // This file is free software; you can redistribute it and/or modify\r
4 // it under the terms of the GNU General Public License as published by\r
5 // the Free Software Foundation; version 2 of the License.\r
6 \r
7 // FONTS\r
8 \r
9 // Georgia is on nearly every computer. \r
10 // You can download HaxrCorp S8 here: http://www.dafont.com/haxrcorp-s8.font\r
11 \r
12 // TAKE AWAY THE COMMENT LINES TO ENABLE\r
13 // ChatLine { font: normal 10pt "Georgia"; }\r
14 // ChatListItem { font: bold 16pt "HaxrCorp S8"; }\r
15 // NickListItem { font: bold 16pt "HaxrCorp S8"; }\r
16 \r
17 \r
18 // DARK COLORS\r
19 // Darkest Brown: #110b08, Darker Brown: #322319, Dark Brown: #584132\r
20 // LIGHT COLORS\r
21 // White: #fffaf8, Grey: #c5c3b7, Darker Grey: #aba99e, Darkest Grey: #8a887e, Yellowish White: #fffcd5, Pale Yellow: #ffedab, Orangey Gold: #d38c45\r
22 // MISC COLORS\r
23 // Action Purple: #8755aa, Deep Green: #2e9629, Wine: #963e56, Rusty Ochre (Error): #96591c, Rusty Gold: #ae8932\r
24 // NAME COLORS\r
25 // Gold: #fffcd5, Red: #b42c11, Olive: #5d962b, Blue: #3b73c8, Orange: #eb7317, Sky: #67aac8, Violet: #755bf5, Tan: #c4ad95, Ochre: #b44811\r
26 // WINDOW COLORS\r
27 // Link: #4883ed, Light Field: #f9f6f3, Main: #dcd5d2, Highlights: #e9e2de, Lowlights: #b6aeab\r
28 \r
29 // Background\r
30 ChatView { background: #110b08; }\r
31 \r
32 // Chat Colors\r
33 ChatLine::timestamp { foreground: #fffcd5; }\r
34 \r
35 ChatLine#plain { foreground: #fffaf8; }\r
36 ChatLine#notice { foreground: #c5c3b7; }\r
37 ChatLine#action { foreground: #8755aa; }\r
38 ChatLine#nick { foreground: #2e9629; }\r
39 ChatLine#mode { foreground: #2e9629; font-weight: bold; }\r
40 ChatLine#join { foreground: #2e9629; }\r
41 ChatLine#part { foreground: #ae8932; }\r
42 ChatLine#quit { foreground: #963e56; }\r
43 ChatLine#kick { foreground: #963e56; }\r
44 ChatLine#kill { foreground: #963e56; }\r
45 ChatLine#server { foreground: #c5c3b7; }\r
46 ChatLine#info { foreground: #ae8932; }\r
47 ChatLine#error { foreground: #96591c; }\r
48 ChatLine#daychange { foreground: #ae8932; }\r
49 ChatLine#topic { foreground: #c5c3b7; background: #110b08; }\r
50 \r
51 // Marker Line\r
52 Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #d38c45, stop: 0.1 transparent); }\r
53 \r
54 // Highlight\r
55 ChatLine[label="highlight"] {\r
56   foreground: #ffedab;\r
57   background: #322319;\r
58 }\r
59 \r
60 // Sender Colors\r
61 \r
62 ChatLine::sender#plain[sender="self"] { foreground: #ffb217; }\r
63 \r
64 ChatLine::sender#plain[sender="00"] { foreground: #b42c11; }\r
65 ChatLine::sender#plain[sender="01"] { foreground: #5d962b; }\r
66 ChatLine::sender#plain[sender="02"] { foreground: #3b73c8; }\r
67 ChatLine::sender#plain[sender="03"] { foreground: #eb7317; }\r
68 ChatLine::sender#plain[sender="04"] { foreground: #67aac8; }\r
69 ChatLine::sender#plain[sender="05"] { foreground: #755bf5; }\r
70 ChatLine::sender#plain[sender="06"] { foreground: #c4ad95; }\r
71 ChatLine::sender#plain[sender="07"] { foreground: #b44811; }\r
72 ChatLine::sender#plain[sender="08"] { foreground: #b42c11; }\r
73 ChatLine::sender#plain[sender="09"] { foreground: #5d962b; }\r
74 ChatLine::sender#plain[sender="0a"] { foreground: #3b73c8; }\r
75 ChatLine::sender#plain[sender="0b"] { foreground: #eb7317; }\r
76 ChatLine::sender#plain[sender="0c"] { foreground: #67aac8; }\r
77 ChatLine::sender#plain[sender="0d"] { foreground: #755bf5; }\r
78 ChatLine::sender#plain[sender="0e"] { foreground: #c4ad95; }\r
79 ChatLine::sender#plain[sender="0f"] { foreground: #b44811; }\r
80 \r
81 // Chat List Colors\r
82 ChatListItem[type="network"] { foreground: #584132;}\r
83 ChatListItem { foreground: #322319; }\r
84 ChatListItem[state="inactive"] { foreground: #8a887e; }\r
85 ChatListItem[state="channel-event"] { foreground: #2e9629; }\r
86 ChatListItem[state="unread-message"] { foreground: #3b73c8; }\r
87 ChatListItem[state="highlighted"] { foreground: #d38c45; background: #fffcd5; }\r
88 ChatListItem[type="query"] { foreground: #584132;}\r
89 ChatListItem[type="query", state="unread-message"] { foreground: #3b73c8; background: #fffcd5; }\r
90 ChatListItem[type="query", state="highlighted"] { foreground: #d38c45; background: #fffcd5; }\r
91 ChatListItem[type="query", state="away"] { foreground: #b42c11;}\r
92 BufferView { background: #f9f6f3; }\r
93 \r
94 \r
95 // Nick List Colors\r
96 NickListItem[type="category"] { foreground: #584132; }\r
97 NickListItem[type="user"] { foreground: #322319; }\r
98 NickListItem[type="user", state="away"] { foreground: #b42c11; }\r
99 NickView { background: #f9f6f3; }\r
100 \r
101 // Input Field\r
102 MultiLineEdit { background: #f9f6f3; color: #110b08; }\r
103 \r
104 // Topic Field Background\r
105 StyledLabel#topicLabel { background: #110b08; }\r
106 \r
107 // Window Colors\r
108 Palette {\r
109   link: #4883ed; link-visited: #4883ed;\r
110 \r
111   window: #dcd5d2; window-text: #322319; text: #322319;\r
112 \r
113   light: #e9e2de; midlight: #e9e2de;  button: #dcd5d2;\r
114   mid: #dcd5d2; dark: #b6aeab; button-text: #584132; }\r
115 \r
116 // Miscellaneous Colors\r
117 QTreeView::item:selected { color: #584132; }\r
118 ChatMonitorSettingsPage BufferView::item { color: #110b08; }QTreeView#settingsTree { background: #fffaf8; }\r
119 QTreeView::item#settingsTree { color: #110b08; }\r
120 QLineEdit:enabled { background: #f9f6f3; color: #110b08; }\r
121 QSpinBox:enabled { background: #f9f6f3; color: #110b08; }\r
122 QTableWidget { background-color: #f9f6f3; color: #110b08; }\r
123 QListWidget { background-color: #f9f6f3; color: #110b08; }\r
124 \r
125 QTableView {\r
126   alternate-background-color: #c5c3b7;\r
127   background-color: #f9f6f3;\r
128   color: #110b08; }