Adapt the stylesheets and the stylesheet generator to the new markerline
[quassel.git] / data / stylesheets / jussi01-darktheme.qss
index b17227d..cc7e2ed 100644 (file)
@@ -13,7 +13,8 @@
 // Copyright (C) Jussi Schultink 2009
 
 // Custom ChatView Colors
-Palette { marker-line: #ff0000; }
+Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #ff0000, stop: 0.1 transparent); }
+
 ChatView { background: #131313; }
 
 ChatLine[label="highlight"] {
@@ -66,8 +67,40 @@ ChatListItem[state="inactive"] { foreground: #a0a0a4; }
 ChatListItem[state="channel-event"] { foreground: #008000; }
 ChatListItem[state="unread-message"] { foreground: #ff7b00; }
 ChatListItem[state="highlighted"] { foreground: #ff00bf; }
+BufferView { background: #131313; }
 
 // NickView Colors
 NickListItem[type="category"] { foreground: #debc85; }
 NickListItem[type="user"] { foreground: #debc85; }
 NickListItem[type="user", state="away"] { foreground: #a0a0a4; }
+NickView { background: #131313; }
+
+MultiLineEdit { background: #131313; color: #debc85; }
+StyledLabel#topicLabel { background: #131313; }
+ChatLine#topic { foreground: #debc85; }
+
+// Miscellaneous Colors
+QTreeView::item:selected { color: #00004b; }
+ChatMonitorSettingsPage BufferView::item { color: #debc85; }QTreeView#settingsTree { background: #131313; }
+QTreeView::item#settingsTree { color: #debc85; }
+QLineEdit:enabled { background: #131313; color: #debc85; }
+QSpinBox:enabled { background: #131313; color: #debc85; }
+QTableWidget { background-color: #131313; color: #debc85; }
+QListWidget { background-color: #131313; color: #debc85; }
+
+QTableView {
+  alternate-background-color: #42403B;
+  background-color: #42403B;
+  color: #debc85; }
+
+Palette {
+  link: #539FA3; link-visited: #845B90;
+
+  window: #2b2b2b; window-text: #debc85; text: #00004b;
+
+  light: #B7B4AC; midlight: #debc85;  button: #292929;
+  mid: #202553; dark: #000533; button-text: #B6B3AB; }
+
+StyledLabel#topicLabel { background: #282828; }
+MultiLineEdit { background: #131313; color: #debc85; }
+