Tweetdeck Dark Rainbow

A rainbow theme for Tweetdeck, meant for use with the dark theme.

  1. /* ==UserStyle==
  2. @name Tweetdeck Dark Rainbow
  3. @description A rainbow theme for Tweetdeck, meant for use with the dark theme.
  4. @version 1.0
  5. @namespace https://gf.qytechs.cn/users/3759
  6. ==/UserStyle== */
  7.  
  8. /* Modified from TweetDeck Metro Light, with thanks to swxxii.
  9. https://userstyles.org/styles/78667/tweetdeck-metro-light-with-column-colors */
  10.  
  11. @-moz-document domain("tweetdeck.twitter.com")
  12. {
  13.  
  14. body, #container
  15. {
  16. font-family: 'Segoe UI', 'Arial', 'Helvetica', sans-serif;
  17. background: #000 !important;
  18. text-shadow: none;
  19. }
  20.  
  21. .column
  22. {
  23. width: 395px !important;
  24. box-shadow: none !important;
  25. border-right: none;
  26. margin: 0;
  27. }
  28.  
  29. .app-columns
  30. {
  31. background: #000;
  32. padding: 0;
  33. }
  34.  
  35. *
  36. {
  37. border-radius: 0;
  38. }
  39.  
  40. h1, h1 *, .attribution
  41. {
  42. font-size: 20px !important;
  43. color: #fff;
  44. }
  45.  
  46. .column-type-icon
  47. {
  48. color: #fff;
  49. }
  50.  
  51. .stream-item
  52. {
  53. border-bottom: 1px solid #444 !important;
  54. color: #999;
  55. background-color:rgba(0, 0, 0);
  56. }
  57.  
  58. .column-options
  59. {
  60. background: #000 !important;
  61. }
  62.  
  63. .column-settings-link,
  64. .is-options-open .column-settings-link
  65. {
  66. background: #fff;
  67. }
  68.  
  69. .column-settings-link:hover
  70. {
  71. background: transparent;
  72. border: 1px solid transparent;
  73. }
  74.  
  75. .column-header:hover .column-settings-link, .column-header-link
  76. {
  77. background: transparent;
  78. border: 1px solid transparent;
  79. }
  80.  
  81. .js-column-back, .column-title .attribution
  82. {
  83. color: #fff !important;
  84. }
  85.  
  86. .is-options-open .column-settings-link .icon
  87. {
  88. background: none !important;
  89. color: #999 !important;
  90. border: 1px solid transparent;
  91. }
  92.  
  93. .stream-item .icon-reply,
  94. .stream-item .icon-retweet,
  95. .stream-item .icon-favorite,
  96. .stream-item .icon-more
  97. {
  98. color: #999;
  99. }
  100.  
  101. .stream-item .icon-small-context
  102. {
  103. color: #999;
  104. }
  105.  
  106. .btn-with-icon-small
  107. {
  108. padding: 4px 10px !important;
  109. }
  110.  
  111. .menu-button
  112. {
  113. padding-top: 3px !important;
  114. }
  115.  
  116. .app-search-input
  117. {
  118. box-shadow: none !important;
  119. }
  120.  
  121. .column-header-link i
  122. {
  123. color: #fff;
  124. }
  125.  
  126. .column-header-link i:hover
  127. {
  128. color: #aaa;
  129. }
  130.  
  131. .column-number
  132. {
  133. color: #aaa !important;
  134. }
  135.  
  136. .tweet-avatar
  137. {
  138. background: transparent;
  139. -moz-border-radius: 24px;
  140. border-radius: 24px;
  141. -webkit-border-radius: 24px;
  142. }
  143.  
  144. .avatar
  145. {
  146. background: transparent;
  147. -moz-border-radius: 37px;
  148. border-radius: 37px;
  149. -webkit-border-radius: 37px;
  150. }
  151.  
  152. .prf-img
  153. {
  154. background: transparent;
  155. }
  156.  
  157. .is-selected-tweet
  158. {
  159. background: #000 !important;
  160. }
  161.  
  162. /* FIRST COLUMN */
  163.  
  164. section:nth-child(1) .column-header, section:nth-child(1) .column-header-link
  165. {
  166. background: #ff1008 !important;
  167. }
  168.  
  169. .column-nav-item:nth-child(1) .column-nav-link .icon
  170. {
  171. color: #ff1008;
  172. }
  173.  
  174. section:nth-child(1) .column-scroller
  175. {
  176. background: #500;
  177. }
  178.  
  179. /* SECOND COLUMN */
  180.  
  181. section:nth-child(2) .column-header, section:nth-child(2) .column-header-link
  182. {
  183. background: #d07e03 !important;
  184. }
  185.  
  186. .column-nav-item:nth-child(2) .column-nav-link .icon
  187. {
  188. color: #d07e03;
  189. }
  190.  
  191. section:nth-child(2) .column-scroller
  192. {
  193. background: #530;
  194. }
  195.  
  196. /* THIRD COLUMN */
  197.  
  198. section:nth-child(3) .column-header, section:nth-child(3) .column-header-link
  199. {
  200. background: #c6c411 !important;
  201. }
  202.  
  203. .column-nav-item:nth-child(3) .column-nav-link .icon
  204. {
  205. color: #c6c411;
  206. }
  207.  
  208. section:nth-child(3) .column-scroller
  209. {
  210. background: #553;
  211. }
  212.  
  213. /* FOURTH COLUMN */
  214.  
  215. section:nth-child(4) .column-header, section:nth-child(4) .column-header-link
  216. {
  217. background: #20af40 !important;
  218. }
  219.  
  220. .column-nav-item:nth-child(4) .column-nav-link .icon
  221. {
  222. color: #20af40;
  223. }
  224.  
  225. section:nth-child(4) .column-scroller
  226. {
  227. background: #353;
  228. }
  229.  
  230. /* FIFTH COLUMN */
  231.  
  232. section:nth-child(5) .column-header, section:nth-child(5) .column-header-link
  233. {
  234. background: #1040e7 !important;
  235. }
  236.  
  237. .column-nav-item:nth-child(5) .column-nav-link .icon
  238. {
  239. color: #1040e7;
  240. }
  241.  
  242. section:nth-child(5) .column-scroller
  243. {
  244. background: #335;
  245. }
  246.  
  247. /* SIXTH COLUMN */
  248.  
  249. section:nth-child(6) .column-header, section:nth-child(6) .column-header-link
  250. {
  251. background: #9f10bf !important;
  252. }
  253.  
  254. .column-nav-item:nth-child(6) .column-nav-link .icon
  255. {
  256. color: #9f10bf;
  257. }
  258.  
  259. section:nth-child(6) .column-scroller
  260. {
  261. background: #535;
  262. }
  263.  
  264. /* SEVENTH COLUMN */
  265.  
  266. section:nth-child(7) .column-header, section:nth-child(7) .column-header-link
  267. {
  268. background: #f39 !important;
  269. }
  270.  
  271. .column-nav-item:nth-child(7) .column-nav-link .icon
  272. {
  273. color: #f39;
  274. }
  275.  
  276. section:nth-child(7) .column-scroller
  277. {
  278. background: #503;
  279. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址