stylesheet: add more stylesheets in the repository
[quassel.git] / data / stylesheets / mj12cyan.qss
diff --git a/data/stylesheets/mj12cyan.qss b/data/stylesheets/mj12cyan.qss
new file mode 100644 (file)
index 0000000..ad9804f
--- /dev/null
@@ -0,0 +1,484 @@
+// Quassel Style Sheet\r
+// Creator: MJ12\r
+// Codename: MJ12 blueish\r
+// Based on: "MJ12 pirosas(reddish)" "MJ12 zöldes(greenish)"\r
+// Association with: balintx\r
+\r
+\r
+\r
+// BufferView Colors\r
+ChatListItem { foreground: #1FFFFE; }\r
+ChatListItem[state="inactive"] { foreground: #a0a0a4; }\r
+ChatListItem[state="channel-event"] { foreground: #0000a8; }\r
+ChatListItem[state="highlighted"] { foreground: #ff0000; }\r
+ChatListItem[state="unread-message"] { foreground: #0000FF; }\r
+\r
+// Highlight\r
+ChatLine[label="highlight"] {\r
+  foreground: #AA0000; font-weight: bold;\r
+  background: #001122;\r
+}\r
+\r
+// NickView Colors\r
+NickListItem { height:30px; }\r
+NickListItem[type="category"] { foreground: #aa0000; }\r
+NickListItem[type="user"] { foreground: #1FFFFE; }\r
+NickListItem[type="user", state="away"] { foreground: #a0a0a4; }\r
+\r
+// Backgrounds\r
+MultiLineEdit { background: #131313; color: #005A5A;  border: 0px;  }\r
+ChatView { background: #000000;  border: 0px; }\r
+BufferView {  background: black;  border: 0px;   }\r
+ChatWidget {   background: grey;  border: 0px;  }\r
+NickView {   background: #000000; border: 0px; }\r
+TopicWidget {  background: #ABCABC; foreground: #1FFFFE ;  border: 0px;  }\r
+TopicView {  background: #ABCABC; foreground: #1FFFFE ;  border: 0px;  }\r
+\r
+// Sender Colors\r
+ChatLine::sender#plain[sender="self"] { foreground: #006B6B; }\r
+ChatLine::sender#plain[sender="00"] { foreground: #e90d7f; }\r
+ChatLine::sender#plain[sender="01"] { foreground: #e2c000; }\r
+ChatLine::sender#plain[sender="02"] { foreground: #b30e0e; }\r
+ChatLine::sender#plain[sender="03"] { foreground: #17b339; }\r
+ChatLine::sender#plain[sender="04"] { foreground: #58afb3; }\r
+ChatLine::sender#plain[sender="05"] { foreground: #9d54b3; }\r
+ChatLine::sender#plain[sender="06"] { foreground: #b39775; }\r
+ChatLine::sender#plain[sender="07"] { foreground: #3176b3; }\r
+ChatLine::sender#plain[sender="08"] { foreground: #e90d7f; }\r
+ChatLine::sender#plain[sender="09"] { foreground: #8e55e9; }\r
+ChatLine::sender#plain[sender="0a"] { foreground: #b30e0e; }\r
+ChatLine::sender#plain[sender="0b"] { foreground: #17b339; }\r
+ChatLine::sender#plain[sender="0c"] { foreground: #58afb3; }\r
+ChatLine::sender#plain[sender="0d"] { foreground: #9d54b3; }\r
+ChatLine::sender#plain[sender="0e"] { foreground: #b39775; }\r
+ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; }\r
+\r
+ChatLine[fg-color="00", sender="self"] { foreground: #ffffff; }\r
+ChatLine[bg-color="00", sender="self"] { background: #ffffff; }\r
+ChatLine[fg-color="01", sender="self"] { foreground: #000000; }\r
+ChatLine[bg-color="01", sender="self"] { background: #000000; }\r
+ChatLine[fg-color="02", sender="self"] { foreground: #000080; }\r
+ChatLine[bg-color="02", sender="self"] { background: #000080; }\r
+ChatLine[fg-color="03", sender="self"] { foreground: #008000; }\r
+ChatLine[bg-color="03", sender="self"] { background: #008000; }\r
+ChatLine[fg-color="04", sender="self"] { foreground: #ff0000; }\r
+ChatLine[bg-color="04", sender="self"] { background: #ff0000; }\r
+ChatLine[fg-color="05", sender="self"] { foreground: #800000; }\r
+ChatLine[bg-color="05", sender="self"] { background: #800000; }\r
+ChatLine[fg-color="06", sender="self"] { foreground: #800080; }\r
+ChatLine[bg-color="06", sender="self"] { background: #800080; }\r
+ChatLine[fg-color="07", sender="self"] { foreground: #ffa500; }\r
+ChatLine[bg-color="07", sender="self"] { background: #ffa500; }\r
+ChatLine[fg-color="08", sender="self"] { foreground: #ffff00; }\r
+ChatLine[bg-color="08", sender="self"] { background: #ffff00; }\r
+ChatLine[fg-color="09", sender="self"] { foreground: #00ff00; }\r
+ChatLine[bg-color="09", sender="self"] { background: #00ff00; }\r
+ChatLine[fg-color="0a", sender="self"] { foreground: #008080; }\r
+ChatLine[bg-color="0a", sender="self"] { background: #008080; }\r
+ChatLine[fg-color="0b", sender="self"] { foreground: #00ffff; }\r
+ChatLine[bg-color="0b", sender="self"] { background: #00ffff; }\r
+ChatLine[fg-color="0c", sender="self"] { foreground: #4169e1; }\r
+ChatLine[bg-color="0c", sender="self"] { background: #4169e1; }\r
+ChatLine[fg-color="0d", sender="self"] { foreground: #ff00ff; }\r
+ChatLine[bg-color="0d", sender="self"] { background: #ff00ff; }\r
+ChatLine[fg-color="0e", sender="self"] { foreground: #808080; }\r
+ChatLine[bg-color="0e", sender="self"] { background: #808080; }\r
+ChatLine[fg-color="0f", sender="self"] { foreground: #c0c0c0; }\r
+ChatLine[bg-color="0f", sender="self"] { background: #c0c0c0; }\r
+\r
+// Chat colours\r
+ChatLine#plain { foreground:#1FFFFE; }\r
+ChatLine#notice { foreground: #916409; }\r
+ChatLine#action { foreground: #AA00AA; font-style: italic; }\r
+ChatLine#action[sender="self"] { foreground: #AA00AA; font-style: italic; }\r
+ChatLine#nick { foreground: #633b5a; }\r
+ChatLine#mode { foreground: #346E9E; font-weight: bold; }\r
+ChatLine#join { foreground: #008800; }\r
+ChatLine#part { foreground: #993333; }\r
+ChatLine#quit { foreground: #993333; }\r
+ChatLine#kick { foreground: #993333; }\r
+ChatLine#kill { foreground: #993333; }\r
+ChatLine#server { foreground: #916409; }\r
+ChatLine#info { foreground: #916409; }\r
+ChatLine#error { foreground: #916409; }\r
+ChatLine#daychange { foreground: #916409; }\r
+ChatLine#topic { foreground: #1FFFFE; }\r
+ChatLine { link: #0000FF; }\r
+\r
+// QT\r
+\r
+Palette\r
+{\r
+  link: #0000FF; link-visited: #0000FF; marker-line: #ff0000;\r
+  window: #333333; window-text: #1FFFFE; text: #1FFFFE;\r
+  light: #0000FF; midlight: #333333;  button: #252525;\r
+  mid: #202553; dark: #000533; button-text: #1FFFFE;\r
+}\r
+\r
+\r
+QSpinBox\r
+{\r
+  background-color: #131313;\r
+  color: #1FFFFE;\r
+}\r
+\r
+QTreeView\r
+{\r
+  background: #000000;\r
+  color: #1FFFFE;\r
+  alternate-background-color: #131313;\r
+}\r
+\r
+QTreeView::item:selected\r
+{\r
+  border: 1px solid #1FFFFE;\r
+  border-radius: 5px;\r
+  background: #1FFFFE;\r
+  alternate-background-color: #000000;\r
+  color: #000000;\r
+  padding: 2px;\r
+}\r
+\r
+QTreeView::item:hover\r
+{\r
+  border: 1px solid #1FFFFE;\r
+  border-radius: 5px;\r
+}\r
+\r
+QTreeView::branch:selected\r
+{\r
+       background-color:black;\r
+}\r
+\r
+QLineEdit { background: #131313; color: #1FFFFE; }\r
+QToolTip\r
+{\r
+  background: #131313;\r
+  color: #04ff00;\r
+  border: 1px solid #04ff00;\r
+  border-radius: 5px;\r
+}\r
+QTableWidget { color: #1FFFFE; }\r
+QListWidget { color: #1FFFFE; }\r
+QTableView {\r
+selection-background-color: #1FFFFE;\r
+selection-color: #000000;\r
+background-color: #131313;\r
+alternate-background-color: #000000;\r
+foreground-color: #1FFFFE;\r
+color: #1FFFFE;\r
+}\r
+\r
+QPushButton\r
+{\r
+  background: #131313;\r
+  color: #ff0000;\r
+  border: 1px solid #8f8e90;\r
+  border-radius: 6px;\r
+  padding: 3px;\r
+}\r
+\r
+QPushButton::selected, QPushButton::hover\r
+{\r
+  border: 1px solid #ff0000;\r
+  padding: 2px;\r
+}\r
+\r
+QPushButton::pressed\r
+{\r
+  border: 3px solid #AA0000;\r
+}\r
+\r
+QPushButton::disabled\r
+{\r
+  border: 1px solid #8f8e90;\r
+  background: #131313;\r
+  color: grey;\r
+  padding: 2px;\r
+}\r
+\r
+QHeader {\r
+  background: #131313;\r
+  color: #ff0000;\r
+}\r
+\r
+QMenu {\r
+  background-color: #131313;\r
+  color: #1FFFFE;\r
+  border-radius: 5px;\r
+ }\r
+\r
+QMenu::item\r
+{\r
+  padding: 5px 10px 3px 10px;\r
+}\r
+\r
+\r
+QMenu::item:selected\r
+{\r
+  background-color: #1FFFFE;\r
+  color: #131313;\r
+  border-radius: 5px;\r
+}\r
+QMenu::item:hover\r
+{\r
+  background-color: #1FFFFE;\r
+  color: #131313;\r
+  border-radius: 5px;\r
+}\r
+\r
+\r
+QMenu::item:disabled\r
+{\r
+  background-color: #131313;\r
+  color: grey;\r
+}\r
+\r
+QMenuBar {\r
+  background-color: #131313;\r
+  color: #1FFFFE;\r
+}\r
+\r
+QMenuBar::item\r
+{\r
+  background-color: #131313;\r
+  color: #1FFFFE;\r
+}\r
+\r
+QMenuBar::item:selected\r
+{\r
+  background-color: #1FFFFE;\r
+  color: #131313;\r
+  border: 1px solid #131313;\r
+  border-radius: 5px;\r
+}\r
+\r
+QMenuBar::item:disabled\r
+{\r
+  background-color: #131313;\r
+  color: grey;\r
+}\r
+\r
+QListView {\r
+  background-color: #131313;\r
+  color: #1FFFFE;\r
+}\r
+\r
+QListView::item:selected, QListView::item:hover\r
+{\r
+  background-color: #1FFFFE;\r
+  color: #131313;\r
+}\r
+\r
+QComboBox {\r
+     border: 1px solid black;\r
+     border-radius: 3px;\r
+     padding: 1px 18px 1px 3px;\r
+}\r
+\r
+QComboBox:editable {\r
+     background: #131313;\r
+       \r
+}\r
+\r
+QComboBox:!editable, QComboBox::drop-down:editable {\r
+      background: #131313;\r
+       selection-background-color: #000000;\r
+selection-color: #1FFFFE;\r
+}\r
+\r
+ /* QComboBox gets the "on" state when the popup is open */\r
+QComboBox:!editable:on, QComboBox::drop-down:editable:on {\r
+       selection-background-color: #000000;\r
+       selection-color: #1FFFFE;\r
+}\r
+\r
+\r
+\r
+QComboBox::drop-down {\r
+  subcontrol-origin: padding;\r
+  subcontrol-position: top right;\r
+  width: 15px;\r
+  \r
+  border-left-width: 1px;\r
+  border-left-color: #333333;\r
+  border-left-style: solid;\r
+  border-top-right-radius: 3px;\r
+  border-bottom-right-radius: 3px;\r
+}\r
+\r
+QComboBox QAbstractItemView {\r
+  selection-background-color: #000000;\r
+}\r
+\r
+\r
+\r
+QList {\r
+  background-color: red;\r
+  color: #1FFFFE;\r
+}\r
+\r
+QList::item:selected\r
+{\r
+  background-color: #1FFFFE;\r
+  color: #131313;\r
+}\r
+\r
+QProgressBar {\r
+  border: 2px solid grey;\r
+  border-radius: 5px;\r
+  color: #000000;\r
+  text-align: center;\r
+}\r
\r
+\r
+QCheckBox {\r
+  background-color: #333333;\r
+  color: #1FFFFE;\r
+}\r
+QProgressBar::chunk {\r
+  background-color: #FF0000;\r
+  color: #000000;\r
+}\r
+\r
+QTabWidget\r
+{\r
+  background-color: #131313;\r
+  color: #1FFFFE;\r
+}\r
+\r
+ QScrollBar:vertical {\r
+      border: 2px solid transparent;\r
+      background: #333333;\r
+      width: 18px;\r
+      margin: 13px 5 13px 0;\r
+      border-radius: 6px;\r
+  }\r
+  QScrollBar::handle:vertical {\r
+      background: #1FFFFE;\r
+      min-height: 8px;\r
+      border-radius: 4px;\r
+  }\r
+\r
+QScrollBar::up-arrow:vertical,  QScrollBar::down-arrow:vertical {\r
+      border: 2px solid black;\r
+      width: 4px;\r
+      height: 4px;\r
+      border-radius: 4px;\r
+      background: #1FFFFE;\r
+}\r
+\r
+\r
+  QScrollBar::add-line:vertical {\r
+      border: 2px solid transparent;\r
+      background: #333333;\r
+      height: 10px;\r
+      subcontrol-position: bottom;\r
+      subcontrol-origin: margin;\r
+      border-radius: 4px;\r
+      margin: 0px 5 0px 0;\r
+\r
+  }\r
+\r
+  QScrollBar::sub-line:vertical {\r
+      border: 2px solid transparent;\r
+      background: #333333;\r
+      height: 10px;\r
+      subcontrol-position: top;\r
+      subcontrol-origin: margin;\r
+      border-radius: 4px;\r
+      margin: 0px 5 0px 0;\r
+  }\r
+\r
+  QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {\r
+      background: none;\r
+  }\r
+\r
+ QScrollBar:horizontal {\r
+      border: 2px solid transparent;\r
+      background: #333333;\r
+      height: 17px;\r
+      margin: 5px 13 0px 13;\r
+      border-radius: 4px;\r
+  }\r
+  QScrollBar::handle:horizontal {\r
+      background: #1FFFFE;\r
+      min-height: 20px;\r
+      border-radius: 4px;\r
+  }\r
+\r
+  QScrollBar::left-arrow:horizontal, QScrollBar::right-arrow:horizontal {\r
+      border: 2px solid black;\r
+      width: 4px;\r
+      height: 4px;\r
+      background: #1FFFFE;\r
+      border-radius: 4px;\r
+  }\r
+\r
+  QScrollBar::add-line:horizontal {\r
+      border: 2px solid transparent;\r
+      background: #333333;\r
+      widht: 10px;\r
+      subcontrol-position: right;\r
+      subcontrol-origin: margin;\r
+      border-radius: 4px;\r
+      margin: 5px 0 0px 0;\r
+\r
+  }\r
+\r
+  QScrollBar::sub-line:horizontal {\r
+      border: 2px solid transparent;\r
+      background: #333333;\r
+      widht: 10px;\r
+      subcontrol-position: left;\r
+      subcontrol-origin: margin;\r
+      border-radius: 4px;\r
+      margin: 5px 0 0px 0;\r
+  }\r
+\r
+  QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal {\r
+      background: none;\r
+  }\r
+\r
+QTabBar::tab\r
+{\r
+  background: #131313;\r
+  color: #1FFFFE;\r
+  border: 1px solid #8f8e90;\r
+  border-bottom-color: #000000;\r
+  border-top-left-radius: 4px;\r
+  border-top-right-radius: 4px;\r
+  padding: 2px;\r
+  min-width: 8px;\r
+}\r
+\r
+QToolButton { background: #333333; color: #1FFFFE; }\r
+\r
+\r
+QTabBar::tab:selected, QTabBar::tab:hover\r
+{\r
+ border-color: #1FFFFE;\r
+ border-bottom-color: #000000;\r
+}\r
+\r
+QToolBox::tab:selected\r
+{\r
+  background-color: #1FFFFE;\r
+  color: #131313;\r
+}\r
+\r
+QHeaderView::section { color: #1FFFFE; background-color: #131313; }\r
+\r
+\r
+// Others\r
+\r
+ChatLine::timestamp { foreground: #707c70; }\r
+ChatLine::timestamp[sender="self"] { foreground: #707c70; }\r
+\r
+ChatLine#plain[sender="self"] {\r
+  foreground: #005A5A; \r
+}\r
+ChatLine::url#plain[sender="self"] {\r
+  foreground: #0000FF; \r
+}\r
+\r