quassel.qss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. // This file is free software; you can redistribute it and/or modify
  2. // it under the terms of the GNU General Public License as published by
  3. // the Free Software Foundation; version 2 of the License.
  4. // This program is distributed in the hope that it will be useful,
  5. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  6. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  7. // GNU General Public License for more details.
  8. // You should have received a copy of the GNU General Public License
  9. // along with this file. If not, see <http://www.gnu.org/licenses/>.
  10. // Copyright (C) Jussi Schultink 2009
  11. // Custom ChatView Colors
  12. Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop:0 #ff0000, stop: 0.1 transparent); }
  13. ChatView { background: #000000; }
  14. ChatLine[label="highlight"] {
  15. foreground: #debc85;
  16. background: #00583a;
  17. }
  18. ChatLine::timestamp { foreground: #707c70; }
  19. ChatLine#plain { foreground: #debc85; }
  20. ChatLine#notice { foreground: #916409; }
  21. ChatLine#action { foreground: #007a80; font-weight: bold; font-style: italic; }
  22. ChatLine#nick { foreground: #633b5a; }
  23. ChatLine#mode { foreground: #346E9E; font-weight: bold; }
  24. ChatLine#join { foreground: #005538; }
  25. ChatLine#part { foreground: #633b5a; }
  26. ChatLine#quit { foreground: #683A38; }
  27. ChatLine#kick { foreground: #633b5a; }
  28. ChatLine#kill { foreground: #633b5a; }
  29. ChatLine#server { foreground: #916409; }
  30. ChatLine#info { foreground: #916409; }
  31. ChatLine#error { foreground: #916409; }
  32. ChatLine#daychange { foreground: #916409; }
  33. ChatLine#topic { foreground: #633b5a; }
  34. // Sender Colors
  35. ChatLine::sender#plain[sender="self"] { foreground: #009966; }
  36. ChatLine::sender#plain[sender="00"] { foreground: #e90d7f; }
  37. ChatLine::sender#plain[sender="01"] { foreground: #8e55e9; }
  38. ChatLine::sender#plain[sender="02"] { foreground: #b30e0e; }
  39. ChatLine::sender#plain[sender="03"] { foreground: #17b339; }
  40. ChatLine::sender#plain[sender="04"] { foreground: #58afb3; }
  41. ChatLine::sender#plain[sender="05"] { foreground: #9d54b3; }
  42. ChatLine::sender#plain[sender="06"] { foreground: #b39775; }
  43. ChatLine::sender#plain[sender="07"] { foreground: #3176b3; }
  44. ChatLine::sender#plain[sender="08"] { foreground: #e90d7f; }
  45. ChatLine::sender#plain[sender="09"] { foreground: #8e55e9; }
  46. ChatLine::sender#plain[sender="0a"] { foreground: #b30e0e; }
  47. ChatLine::sender#plain[sender="0b"] { foreground: #17b339; }
  48. ChatLine::sender#plain[sender="0c"] { foreground: #58afb3; }
  49. ChatLine::sender#plain[sender="0d"] { foreground: #9d54b3; }
  50. ChatLine::sender#plain[sender="0e"] { foreground: #b39775; }
  51. ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; }
  52. // BufferView Colors
  53. ChatListItem { foreground: #debc85; }
  54. ChatListItem[state="inactive"] { foreground: #a0a0a4; }
  55. ChatListItem[state="channel-event"] { foreground: #008000; }
  56. ChatListItem[state="unread-message"] { foreground: #ff7b00; }
  57. ChatListItem[state="highlighted"] { foreground: #ff00bf; }
  58. BufferView { background: #131313; }
  59. // NickView Colors
  60. NickListItem[type="category"] { foreground: #debc85; }
  61. NickListItem[type="user"] { foreground: #debc85; }
  62. NickListItem[type="user", state="away"] { foreground: #a0a0a4; }
  63. NickView { background: #131313; }
  64. MultiLineEdit { background: #131313; color: #debc85; }
  65. StyledLabel#topicLabel { background: #131313; }
  66. ChatLine#topic { foreground: #debc85; }
  67. // Miscellaneous Colors
  68. QTreeView::item:selected { color: #00004b; }
  69. ChatMonitorSettingsPage BufferView::item { color: #debc85; }QTreeView#settingsTree { background: #131313; }
  70. QTreeView::item#settingsTree { color: #debc85; }
  71. QLineEdit:enabled { background: #131313; color: #debc85; }
  72. QSpinBox:enabled { background: #131313; color: #debc85; }
  73. QTableWidget { background-color: #131313; color: #debc85; }
  74. QListWidget { background-color: #131313; color: #debc85; }
  75. QTableView {
  76. alternate-background-color: #42403B;
  77. background-color: #42403B;
  78. color: #debc85; }
  79. Palette {
  80. link: #539FA3; link-visited: #845B90;
  81. window: #2b2b2b; window-text: #debc85; text: #00004b;
  82. light: #B7B4AC; midlight: #debc85; button: #292929;
  83. mid: #202553; dark: #000533; button-text: #B6B3AB; }
  84. StyledLabel#topicLabel { background: #282828; }
  85. MultiLineEdit { background: #131313; color: #debc85; }