stylesheet: add more stylesheets in the repository
[quassel.git] / data / stylesheets / temerity1.0.1.qss
diff --git a/data/stylesheets/temerity1.0.1.qss b/data/stylesheets/temerity1.0.1.qss
new file mode 100644 (file)
index 0000000..49d61c9
--- /dev/null
@@ -0,0 +1,128 @@
+// Temerity Stylesheet for Quassel; by Disethas.\r
+\r
+// This file is free software; you can redistribute it and/or modify\r
+// it under the terms of the GNU General Public License as published by\r
+// the Free Software Foundation; version 2 of the License.\r
+\r
+// FONTS\r
+\r
+// Georgia is on nearly every computer. \r
+// You can download HaxrCorp S8 here: http://www.dafont.com/haxrcorp-s8.font\r
+\r
+// TAKE AWAY THE COMMENT LINES TO ENABLE\r
+// ChatLine { font: normal 10pt "Georgia"; }\r
+// ChatListItem { font: bold 16pt "HaxrCorp S8"; }\r
+// NickListItem { font: bold 16pt "HaxrCorp S8"; }\r
+\r
+\r
+// DARK COLORS\r
+// Darkest Brown: #110b08, Darker Brown: #322319, Dark Brown: #584132\r
+// LIGHT COLORS\r
+// White: #fffaf8, Grey: #c5c3b7, Darker Grey: #aba99e, Darkest Grey: #8a887e, Yellowish White: #fffcd5, Pale Yellow: #ffedab, Orangey Gold: #d38c45\r
+// MISC COLORS\r
+// Action Purple: #8755aa, Deep Green: #2e9629, Wine: #963e56, Rusty Ochre (Error): #96591c, Rusty Gold: #ae8932\r
+// NAME COLORS\r
+// Gold: #fffcd5, Red: #b42c11, Olive: #5d962b, Blue: #3b73c8, Orange: #eb7317, Sky: #67aac8, Violet: #755bf5, Tan: #c4ad95, Ochre: #b44811\r
+// WINDOW COLORS\r
+// Link: #4883ed, Light Field: #f9f6f3, Main: #dcd5d2, Highlights: #e9e2de, Lowlights: #b6aeab\r
+\r
+// Background\r
+ChatView { background: #110b08; }\r
+\r
+// Chat Colors\r
+ChatLine::timestamp { foreground: #fffcd5; }\r
+\r
+ChatLine#plain { foreground: #fffaf8; }\r
+ChatLine#notice { foreground: #c5c3b7; }\r
+ChatLine#action { foreground: #8755aa; }\r
+ChatLine#nick { foreground: #2e9629; }\r
+ChatLine#mode { foreground: #2e9629; font-weight: bold; }\r
+ChatLine#join { foreground: #2e9629; }\r
+ChatLine#part { foreground: #ae8932; }\r
+ChatLine#quit { foreground: #963e56; }\r
+ChatLine#kick { foreground: #963e56; }\r
+ChatLine#kill { foreground: #963e56; }\r
+ChatLine#server { foreground: #c5c3b7; }\r
+ChatLine#info { foreground: #ae8932; }\r
+ChatLine#error { foreground: #96591c; }\r
+ChatLine#daychange { foreground: #ae8932; }\r
+ChatLine#topic { foreground: #c5c3b7; background: #110b08; }\r
+\r
+// Marker Line\r
+Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #d38c45, stop: 0.1 transparent); }\r
+\r
+// Highlight\r
+ChatLine[label="highlight"] {\r
+  foreground: #ffedab;\r
+  background: #322319;\r
+}\r
+\r
+// Sender Colors\r
+\r
+ChatLine::sender#plain[sender="self"] { foreground: #ffb217; }\r
+\r
+ChatLine::sender#plain[sender="00"] { foreground: #b42c11; }\r
+ChatLine::sender#plain[sender="01"] { foreground: #5d962b; }\r
+ChatLine::sender#plain[sender="02"] { foreground: #3b73c8; }\r
+ChatLine::sender#plain[sender="03"] { foreground: #eb7317; }\r
+ChatLine::sender#plain[sender="04"] { foreground: #67aac8; }\r
+ChatLine::sender#plain[sender="05"] { foreground: #755bf5; }\r
+ChatLine::sender#plain[sender="06"] { foreground: #c4ad95; }\r
+ChatLine::sender#plain[sender="07"] { foreground: #b44811; }\r
+ChatLine::sender#plain[sender="08"] { foreground: #b42c11; }\r
+ChatLine::sender#plain[sender="09"] { foreground: #5d962b; }\r
+ChatLine::sender#plain[sender="0a"] { foreground: #3b73c8; }\r
+ChatLine::sender#plain[sender="0b"] { foreground: #eb7317; }\r
+ChatLine::sender#plain[sender="0c"] { foreground: #67aac8; }\r
+ChatLine::sender#plain[sender="0d"] { foreground: #755bf5; }\r
+ChatLine::sender#plain[sender="0e"] { foreground: #c4ad95; }\r
+ChatLine::sender#plain[sender="0f"] { foreground: #b44811; }\r
+\r
+// Chat List Colors\r
+ChatListItem[type="network"] { foreground: #584132;}\r
+ChatListItem { foreground: #322319; }\r
+ChatListItem[state="inactive"] { foreground: #8a887e; }\r
+ChatListItem[state="channel-event"] { foreground: #2e9629; }\r
+ChatListItem[state="unread-message"] { foreground: #3b73c8; }\r
+ChatListItem[state="highlighted"] { foreground: #d38c45; background: #fffcd5; }\r
+ChatListItem[type="query"] { foreground: #584132;}\r
+ChatListItem[type="query", state="unread-message"] { foreground: #3b73c8; background: #fffcd5; }\r
+ChatListItem[type="query", state="highlighted"] { foreground: #d38c45; background: #fffcd5; }\r
+ChatListItem[type="query", state="away"] { foreground: #b42c11;}\r
+BufferView { background: #f9f6f3; }\r
+\r
+\r
+// Nick List Colors\r
+NickListItem[type="category"] { foreground: #584132; }\r
+NickListItem[type="user"] { foreground: #322319; }\r
+NickListItem[type="user", state="away"] { foreground: #b42c11; }\r
+NickView { background: #f9f6f3; }\r
+\r
+// Input Field\r
+MultiLineEdit { background: #f9f6f3; color: #110b08; }\r
+\r
+// Topic Field Background\r
+StyledLabel#topicLabel { background: #110b08; }\r
+\r
+// Window Colors\r
+Palette {\r
+  link: #4883ed; link-visited: #4883ed;\r
+\r
+  window: #dcd5d2; window-text: #322319; text: #322319;\r
+\r
+  light: #e9e2de; midlight: #e9e2de;  button: #dcd5d2;\r
+  mid: #dcd5d2; dark: #b6aeab; button-text: #584132; }\r
+\r
+// Miscellaneous Colors\r
+QTreeView::item:selected { color: #584132; }\r
+ChatMonitorSettingsPage BufferView::item { color: #110b08; }QTreeView#settingsTree { background: #fffaf8; }\r
+QTreeView::item#settingsTree { color: #110b08; }\r
+QLineEdit:enabled { background: #f9f6f3; color: #110b08; }\r
+QSpinBox:enabled { background: #f9f6f3; color: #110b08; }\r
+QTableWidget { background-color: #f9f6f3; color: #110b08; }\r
+QListWidget { background-color: #f9f6f3; color: #110b08; }\r
+\r
+QTableView {\r
+  alternate-background-color: #c5c3b7;\r
+  background-color: #f9f6f3;\r
+  color: #110b08; }
\ No newline at end of file