Advertisement
Pentium320

quassel dark config

Dec 27th, 2016 (edited)
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. // Style settings made in Quassel's configuration dialog
  2. // This file is automatically generated, do not edit
  3.  
  4. // ChatView Font
  5. ChatLine { font: normal 8pt "Consolas"; }
  6.  
  7. // Custom ChatView Colors
  8. Palette { marker-line: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #ff0000, stop: 0.1 transparent); }
  9. ChatView { background: #000000; }
  10.  
  11. ChatLine[label="highlight"] {
  12. foreground: #ffa200;
  13. background: #00a212;
  14. }
  15.  
  16. ChatLine::timestamp { foreground: #707c70; }
  17.  
  18. ChatLine#plain { foreground: #ffffff; }
  19. ChatLine#notice { foreground: #916409; }
  20. ChatLine#action { foreground: #1bb600; }
  21. ChatLine#nick { foreground: #960096; }
  22. ChatLine#mode { foreground: #960096; }
  23. ChatLine#join { foreground: #960096; }
  24. ChatLine#part { foreground: #960096; }
  25. ChatLine#quit { foreground: #960096; }
  26. ChatLine#kick { foreground: #960096; }
  27. ChatLine#kill { foreground: #960096; }
  28. ChatLine#server { foreground: #916409; }
  29. ChatLine#info { foreground: #916409; }
  30. ChatLine#error { foreground: #916409; }
  31. ChatLine#daychange { foreground: #916409; }
  32. ChatLine#topic { foreground: #960096; }
  33. ChatLine#netsplit-join { foreground: #960096; }
  34. ChatLine#netsplit-quit { foreground: #960096; }
  35. ChatLine#invite { foreground: #960096; }
  36.  
  37.  
  38. // Sender Colors
  39. ChatLine::sender#plain[sender="self"] { foreground: #ffffff; }
  40.  
  41. ChatLine::sender#plain[sender="00"] { foreground: #e90d7f; }
  42. ChatLine::sender#plain[sender="01"] { foreground: #8e55e9; }
  43. ChatLine::sender#plain[sender="02"] { foreground: #b30e0e; }
  44. ChatLine::sender#plain[sender="03"] { foreground: #17b339; }
  45. ChatLine::sender#plain[sender="04"] { foreground: #58afb3; }
  46. ChatLine::sender#plain[sender="05"] { foreground: #9d54b3; }
  47. ChatLine::sender#plain[sender="06"] { foreground: #b39775; }
  48. ChatLine::sender#plain[sender="07"] { foreground: #3176b3; }
  49. ChatLine::sender#plain[sender="08"] { foreground: #e90d7f; }
  50. ChatLine::sender#plain[sender="09"] { foreground: #8e55e9; }
  51. ChatLine::sender#plain[sender="0a"] { foreground: #b30e0e; }
  52. ChatLine::sender#plain[sender="0b"] { foreground: #17b339; }
  53. ChatLine::sender#plain[sender="0c"] { foreground: #58afb3; }
  54. ChatLine::sender#plain[sender="0d"] { foreground: #9d54b3; }
  55. ChatLine::sender#plain[sender="0e"] { foreground: #b39775; }
  56. ChatLine::sender#plain[sender="0f"] { foreground: #3176b3; }
  57.  
  58. // ItemView Font
  59. ChatListItem { font: normal 8pt "Consolas"; }
  60. NickListItem { font: normal 8pt "Consolas"; }
  61.  
  62. // BufferView Colors
  63. ChatListItem { foreground: #FFFFFF; }
  64. ChatListItem[state="inactive"] { foreground: #a0a0a4; }
  65. ChatListItem[state="channel-event"] { foreground: #008000; }
  66. ChatListItem[state="unread-message"] { foreground: #00C1B1; }
  67. ChatListItem[state="highlighted"] { foreground: #ff7b00; }
  68. BufferView { background: #131313; }
  69.  
  70. // NickView Colors
  71. NickListItem[type="category"] { foreground: #FFFFFF; }
  72. NickListItem[type="user"] { foreground: #FFFFFF; }
  73. NickListItem[type="user", state="away"] { foreground: #a0a0a4; }
  74. NickView { background: #131313; }
  75.  
  76. MultiLineEdit { background: #131313; color: #FFFFFF; }
  77. StyledLabel#topicLabel { background: #131313; }
  78. ChatLine#topic { foreground: #FFFFFF; }
  79.  
  80. // Miscellaneous Colors
  81. QTreeView::item:selected { color: #00004b; }
  82. ChatMonitorSettingsPage BufferView::item { color: #FFFFFF; }QTreeView#settingsTree { background: #131313; }
  83. QTreeView::item#settingsTree { color: #FFFFFF; }
  84. QLineEdit:enabled { background: #131313; color: #FFFFFF; }
  85. QSpinBox:enabled { background: #131313; color: #FFFFFF; }
  86. QTableWidget { background-color: #131313; color: #FFFFFF; }
  87. QListWidget { background-color: #131313; color: #FFFFFF; }
  88.  
  89. QTableView {
  90. alternate-background-color: #42403B;
  91. background-color: #42403B;
  92. color: #FFFFFF; }
  93.  
  94. Palette {
  95. link: #539FA3; link-visited: #845B90;
  96.  
  97. window: #2b2b2b; window-text: #000000; text: #00004b;
  98.  
  99. light: #B7B4AC; midlight: #FFFFFF; button: #292929;
  100. mid: #202553; dark: #000533; button-text: #B6B3AB; }
  101.  
  102. StyledLabel#topicLabel { background: #282828; }
  103. MultiLineEdit { background: #131313; color: #FFFFFF; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement