france00

Stig Darker Theme

May 20th, 2020
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ## Stig darker theme by BachoSeven
  2.  
  3. # Optional: with this option, the theme is lighter on the eyes
  4. # light_is_bold
  5.  
  6. ## Definition of global variables are all here for quick access
  7. $defaultBG=#146
  8. $brightFG=#4a3
  9.  
  10. $tlist_bg.uf = black
  11. $tlist_bg.f  = #203
  12.  
  13. $activity_fg           = brown
  14. $added_fg              = brown
  15. $%available_fg         = dark blue
  16. $available_fg          = dark blue
  17. $%available_hl         = light blue
  18. $available_hl          = light blue
  19. $%downloaded_fg = dark blue
  20. $downloaded_fg         = dark blue
  21. $%downloaded_hl = light blue
  22. $downloaded_hl         = light blue
  23. $bottombar_bg          = $defaultBG
  24. $client_fg             = dark magenta
  25. $completed_fg          = brown
  26. $completed_hl          = yellow
  27. # $country_fg            = dark red # deprecated; see also below
  28. $created_fg            = brown
  29. $error_fg              = light red
  30. $eta_fg                = dark cyan
  31. $eta_hl                = yellow
  32. $file_fg               = dark gray
  33. $flist_bg.f            = dark gray
  34. $flist_bg.uf           = black
  35. $folder_fg             = white
  36. $ip_fg                 = dark gray
  37. $keychains_bg          = black
  38. $log_bg                = $defaultBG
  39. $marked_fg             = $brightFG
  40. $name.connected_fg     = $status.connected_fg
  41. $name.discovering_fg   = $status.discovering_fg
  42. $name.downloading_fg   = $status.downloading_fg
  43. $name_fg = light blue
  44. $name.idle_fg          = $status.idle_fg
  45. $name.isolated_fg      = $status.isolated_fg
  46. $name.queued_fg        = $status.queued_fg
  47. $name.stopped_fg       = $status.stopped_fg
  48. $name.uploading_fg     = $status.uploading_fg
  49. $name.verifying_fg     = $status.verifying_fg
  50. $path_fg               = dark gray
  51. $peers_fg              = light gray
  52. $peers_hl              = white
  53. $plist_bg              = black
  54. $port_fg               = dark gray
  55. $priority_fg           = brown
  56. $priority_hl           = yellow
  57. $rate-down_fg          = dark cyan
  58. $rate-down_hl          = light cyan
  59. $rate-est_fg           = dark green
  60. $rate-est_hl           = light green
  61. $rate-up_fg            = dark green
  62. $rate-up_hl            = light green
  63. $ratio_fg              = dark blue
  64. $ratio_hl              = light blue
  65. $seeds_fg              = dark gray
  66. $seeds_hl              = white
  67. $size_fg               = dark magenta
  68. $started_fg            = brown
  69. $topbar_bg             = $defaultBG
  70. $tracker_fg            = dark gray
  71. $uploaded_fg           = dark green
  72. $uploaded_hl           = light green
  73.  
  74. $status.connected_fg   = dark magenta
  75. $status.discovering_fg = light blue
  76. $status.downloading_fg = dark cyan
  77. $status.idle_fg        = dark gray
  78. $status.isolated_fg    = dark red
  79. $status.queued_fg      = brown
  80. $status.seeding_fg     = dark gray
  81. $status.stopped_fg     = dark blue
  82. $status.uploading_fg   = dark green
  83. $status.verifying_fg   = yellow
  84.  
  85. $completion_bg = $defaultBG
  86. $id_fg = white
  87.  
  88. $trklist_bg.uf = black
  89. $trklist_bg.f  = dark gray
  90.  
  91. $torrent_fg = light gray
  92. $tier_fg = brown
  93. $domain_fg = dark magenta
  94. $url-announce_fg = light blue
  95. $url-scrape_fg = light blue
  96. $status_fg = dark cyan
  97.  
  98. $error_fg = dark red
  99. $error-announce_fg = dark red
  100. $error-scrape_fg = dark red
  101.  
  102. $downloads_fg = light gray
  103. $leeches_fg = light gray
  104. $seeds_fg = light gray
  105. $last-announce_fg = white
  106. $next-announce_fg = white
  107. $last-scrape_fg = white
  108. $next-scrape_fg = white
  109.  
  110. $slist_bg.uf = black
  111. $slist_bg.f  = #338
  112.  
  113. $value_fg = light gray
  114. $value_hl = white,bold
  115.  
  116. $default_fg = light gray
  117. $description_fg = light gray
  118.  
  119.  
  120.  
  121. ## Actual color definitions
  122. cli         white,bold on $defaultBG
  123. prompt          $brightFG,bold on $defaultBG
  124. find.highlight  $brightFG on #103
  125.  
  126. tabs.unfocused                        white                     on $defaultBG
  127. tabs.focused                          #000                      on white
  128. tabs.torrentlist.unfocused            dark cyan                 on $defaultBG
  129. tabs.torrentlist.focused              white                     on $defaultBG
  130. tabs.filelist.unfocused               dark magenta              on $defaultBG
  131. tabs.filelist.focused                 light magenta             on $defaultBG
  132. tabs.peerlist.unfocused               dark green                on $defaultBG
  133. tabs.peerlist.focused                 dark cyan                 on $tlist_bg.f
  134. tabs.help.unfocused                   yellow                    on $defaultBG
  135. tabs.help.focused                     white                     on $defaultBG
  136.  
  137. topbar                                light gray,bold           on $topbar_bg
  138. topbar.host.connected                 dark green                on $topbar_bg
  139. topbar.host.disconnected              dark red                  on $topbar_bg
  140. topbar.help.key                       light cyan                 on $topbar_bg
  141. topbar.help.equals                    light cyan                 on $topbar_bg
  142. topbar.help.label                     light cyan                 on $topbar_bg
  143. topbar.help.space                     light cyan                 on $topbar_bg
  144.  
  145. bottombar                             black                     on $bottombar_bg
  146. bottombar.important                   dark red,bold             on $bottombar_bg
  147. bottombar.bandwidth.up                dark green                on $bottombar_bg
  148. bottombar.bandwidth.up.highlighted    light green               on $bottombar_bg
  149. bottombar.bandwidth.down              dark cyan                 on $bottombar_bg
  150. bottombar.bandwidth.down.highlighted  light cyan                on $bottombar_bg
  151. bottombar.marked                      black,bold                on black
  152.  
  153. log                                   dark gray                 on $log_bg
  154. log.timestamp                         dark cyan                 on $log_bg
  155. log.info                              light green               on $log_bg
  156. log.error                             light red,bold            on $log_bg
  157. log.debug                             yellow                    on $log_bg
  158. log.dupecount                         light cyan                on $log_bg
  159. log.scrollbar                     light gray                on dark gray
  160.  
  161. keychains                             dark gray                 on $keychains_bg
  162. keychains.header       light cyan   on #022
  163. keychains.keys                        dark blue                 on $keychains_bg
  164. keychains.keys.next                   yellow                    on $keychains_bg
  165. keychains.action                      white                     on $keychains_bg
  166. keychains.description  white        on $keychains_bg
  167.  
  168.  
  169.  
  170. completion               light gray   on $completion_bg
  171. completion.category      light gray,bold,underline on $completion_bg
  172. completion.item          light gray   on $completion_bg
  173. completion.item.focused  light cyan   on $tlist_bg.f
  174. completion.scrollbar     light gray   on $completion_bg
  175.  
  176. helptext    dark cyan on $defaultBG
  177. helptext.scrollbar   dark green on $defaultBG
  178.  
  179. torrentlist default on $tlist_bg.uf
  180. torrentlist.focused bold on $tlist_bg.f
  181. torrentlist.header dark gray,underline on $tlist_bg.uf
  182. torrentlist.scrollbar light gray  on dark gray
  183.  
  184. torrentlist.id.header                              $id_fg,underline on $tlist_bg.uf
  185. torrentlist.id.unfocused                           $id_fg           on $tlist_bg.uf
  186. torrentlist.id.focused                             $id_fg           on $tlist_bg.f
  187.  
  188. torrentlist.downloaded.header                      $downloaded_fg,underline       on $tlist_bg.uf
  189. torrentlist.downloaded.unfocused                   $downloaded_fg                 on $tlist_bg.uf
  190. torrentlist.downloaded.focused                     $downloaded_fg,bold            on $tlist_bg.f
  191. torrentlist.downloaded.highlighted.unfocused       $downloaded_hl                 on $tlist_bg.uf
  192. torrentlist.downloaded.highlighted.focused         $downloaded_hl,bold            on $tlist_bg.f
  193.  
  194. torrentlist.uploaded.header                        $uploaded_fg,underline         on $tlist_bg.uf
  195. torrentlist.uploaded.unfocused                     $uploaded_fg                   on $tlist_bg.uf
  196. torrentlist.uploaded.focused                       $uploaded_fg,bold              on $tlist_bg.f
  197. torrentlist.uploaded.highlighted.unfocused         $uploaded_hl                   on $tlist_bg.uf
  198. torrentlist.uploaded.highlighted.focused           $uploaded_hl,bold              on $tlist_bg.f
  199.  
  200. torrentlist.available.header                       $available_fg,underline        on $tlist_bg.uf
  201. torrentlist.available.unfocused                    $available_fg                  on $tlist_bg.uf
  202. torrentlist.available.focused                      $available_fg,bold             on $tlist_bg.f
  203. torrentlist.available.highlighted.unfocused        $available_hl                  on $tlist_bg.uf
  204. torrentlist.available.highlighted.focused          $available_hl,bold             on $tlist_bg.f
  205.  
  206. torrentlist.marked.header                          $marked_fg,underline           on $tlist_bg.uf
  207. torrentlist.marked.unfocused                       $marked_fg                     on $tlist_bg.uf
  208. torrentlist.marked.focused                         $marked_fg,bold                on $tlist_bg.f
  209.  
  210. torrentlist.path.header                            $path_fg,underline             on $tlist_bg.uf
  211. torrentlist.path.unfocused                         $path_fg                       on $tlist_bg.uf
  212. torrentlist.path.focused                           $path_fg,bold                  on $tlist_bg.f
  213.  
  214. torrentlist.seeds.header                           $seeds_fg,underline            on $tlist_bg.uf
  215. torrentlist.seeds.unfocused                        $seeds_fg                      on $tlist_bg.uf
  216. torrentlist.seeds.focused                          $seeds_fg,bold                 on $tlist_bg.f
  217. torrentlist.seeds.highlighted.unfocused            $seeds_hl                      on $tlist_bg.uf
  218. torrentlist.seeds.highlighted.focused              $seeds_hl,bold                 on $tlist_bg.f
  219.  
  220. torrentlist.%downloaded.header                     $%downloaded_fg,underline on $tlist_bg.uf
  221. torrentlist.%downloaded.unfocused                  $%downloaded_fg           on $tlist_bg.uf
  222. torrentlist.%downloaded.focused                    $%downloaded_fg           on $tlist_bg.f
  223. torrentlist.%downloaded.highlighted.unfocused      $%downloaded_hl           on $tlist_bg.uf
  224. torrentlist.%downloaded.highlighted.focused        $%downloaded_hl           on $tlist_bg.f
  225.  
  226. torrentlist.%available.header                      $%available_fg,underline on $tlist_bg.uf
  227. torrentlist.%available.unfocused                   $%available_fg           on $tlist_bg.uf
  228. torrentlist.%available.focused                     $%available_fg           on $tlist_bg.f
  229. torrentlist.%available.highlighted.unfocused       $%available_hl           on $tlist_bg.uf
  230. torrentlist.%available.highlighted.focused         $%available_hl           on $tlist_bg.f
  231.  
  232. torrentlist.downloaded.header                      $downloaded_fg,underline       on $tlist_bg.uf
  233. torrentlist.downloaded.unfocused                   $downloaded_fg                 on $tlist_bg.uf
  234. torrentlist.downloaded.focused                     $downloaded_fg                 on $tlist_bg.f
  235. torrentlist.downloaded.highlighted.unfocused       $downloaded_hl                 on $tlist_bg.uf
  236. torrentlist.downloaded.highlighted.focused         $downloaded_hl                 on $tlist_bg.f
  237. torrentlist.name.idle.progress1.unfocused          $defaultBG,underline           on $tlist_bg.uf
  238. torrentlist.name.idle.progress1.focused            $defaultBG,underline           on $tlist_bg.f
  239. torrentlist.name.idle.progress2.unfocused          $defaultBG                     on $tlist_bg.uf
  240. torrentlist.name.idle.progress2.focused            $defaultBG                     on $tlist_bg.f
  241. torrentlist.name.idle.complete.unfocused           $defaultBG                     on $tlist_bg.uf
  242. torrentlist.name.idle.complete.focused             $defaultBG                     on $tlist_bg.f
  243.  
  244. torrentlist.available.header                       $available_fg,underline        on $tlist_bg.uf
  245. torrentlist.available.unfocused                    $available_fg                  on $tlist_bg.uf
  246. torrentlist.available.focused                      $available_fg                  on $tlist_bg.f
  247. torrentlist.available.highlighted.unfocused        $available_hl                  on $tlist_bg.uf
  248. torrentlist.available.highlighted.focused          $available_hl                  on $tlist_bg.f
  249.  
  250. torrentlist.rate-down.header                       $rate-down_fg,underline        on $tlist_bg.uf
  251. torrentlist.rate-down.unfocused                    $rate-down_fg                  on $tlist_bg.uf
  252. torrentlist.rate-down.focused                      $rate-down_fg                  on $tlist_bg.f
  253. torrentlist.rate-down.highlighted.unfocused        $rate-down_hl                  on $tlist_bg.uf
  254. torrentlist.rate-down.highlighted.focused          $rate-down_hl                  on $tlist_bg.f
  255.  
  256. torrentlist.rate-up.header                         $rate-up_fg,underline          on $tlist_bg.uf
  257. torrentlist.rate-up.unfocused                      $rate-up_fg                    on $tlist_bg.uf
  258. torrentlist.rate-up.focused                        $rate-up_fg,bold               on $tlist_bg.f
  259. torrentlist.rate-up.highlighted.unfocused          $rate-up_hl                    on $tlist_bg.uf
  260. torrentlist.rate-up.highlighted.focused            $rate-up_hl,bold               on $tlist_bg.f
  261.  
  262. torrentlist.ratio.header                           $ratio_fg,underline            on $tlist_bg.uf
  263. torrentlist.ratio.unfocused                        $ratio_fg                      on $tlist_bg.uf
  264. torrentlist.ratio.focused                          $ratio_fg,bold                 on $tlist_bg.f
  265. torrentlist.ratio.highlighted.unfocused            $ratio_hl                      on $tlist_bg.uf
  266. torrentlist.ratio.highlighted.focused              $ratio_hl,bold                 on $tlist_bg.f
  267.  
  268. torrentlist.size.header                            $size_fg,underline             on $tlist_bg.uf
  269. torrentlist.size.unfocused                         $size_fg                       on $tlist_bg.uf
  270. torrentlist.size.focused                           $size_fg,bold                  on $tlist_bg.f
  271.  
  272. torrentlist.tracker.header                         $tracker_fg,underline          on $tlist_bg.uf
  273. torrentlist.tracker.unfocused                      $tracker_fg                    on $tlist_bg.uf
  274. torrentlist.tracker.focused                        $tracker_fg                    on $tlist_bg.f
  275.  
  276. torrentlist.error.header                           $error_fg,underline            on $tlist_bg.uf
  277. torrentlist.error.unfocused                        $error_fg                      on $tlist_bg.uf
  278. torrentlist.error.focused                          $error_fg                      on $tlist_bg.f
  279.  
  280. torrentlist.added.header                           $added_fg,underline            on $tlist_bg.uf
  281. torrentlist.added.unfocused                        $added_fg                      on $tlist_bg.uf
  282. torrentlist.added.focused                          $added_fg                      on $tlist_bg.f
  283.  
  284. torrentlist.activity.header                        $activity_fg,underline         on $tlist_bg.uf
  285. torrentlist.activity.unfocused                     $activity_fg                   on $tlist_bg.uf
  286. torrentlist.activity.focused                       $activity_fg                   on $tlist_bg.f
  287.  
  288. torrentlist.created.header                         $created_fg,underline          on $tlist_bg.uf
  289. torrentlist.created.unfocused                      $created_fg                    on $tlist_bg.uf
  290. torrentlist.created.focused                        $created_fg                    on $tlist_bg.f
  291.  
  292. torrentlist.completed.header                       $completed_fg,underline        on $tlist_bg.uf
  293. torrentlist.completed.unfocused                    $completed_fg                  on $tlist_bg.uf
  294. torrentlist.completed.focused                      $completed_fg                  on $tlist_bg.f
  295. torrentlist.completed.highlighted.unfocused        $completed_hl                  on $tlist_bg.uf
  296. torrentlist.completed.highlighted.focused          $completed_hl                  on $tlist_bg.f
  297.  
  298. torrentlist.eta.header                             $eta_fg,underline              on $tlist_bg.uf
  299. torrentlist.eta.unfocused                          $eta_fg                        on $tlist_bg.uf
  300. torrentlist.eta.focused                            $eta_fg                        on $tlist_bg.f
  301. torrentlist.eta.highlighted.unfocused              $eta_hl                        on $tlist_bg.uf
  302. torrentlist.eta.highlighted.focused                $eta_hl                        on $tlist_bg.f
  303.  
  304. torrentlist.started.header                         $started_fg,underline          on $tlist_bg.uf
  305. torrentlist.started.unfocused                      $started_fg                    on $tlist_bg.uf
  306. torrentlist.started.focused                        $started_fg                    on $tlist_bg.f
  307.  
  308. torrentlist.peers.header                           $peers_fg,underline            on $tlist_bg.uf
  309. torrentlist.peers.unfocused                        $peers_fg                      on $tlist_bg.uf
  310. torrentlist.peers.focused                          $peers_fg                      on $tlist_bg.f
  311. torrentlist.peers.highlighted.unfocused            $peers_hl                      on $tlist_bg.uf
  312. torrentlist.peers.highlighted.focused $peers_hl                                   on $tlist_bg.f
  313.  
  314. torrentlist.status.header                          $status.idle_fg,underline      on $tlist_bg.uf
  315. torrentlist.status.idle.unfocused                  $status.idle_fg                on $tlist_bg.uf
  316. torrentlist.status.idle.focused                    $status.idle_fg                on $tlist_bg.f
  317. torrentlist.status.uploading.unfocused             $status.uploading_fg           on $tlist_bg.uf
  318. torrentlist.status.uploading.focused               $status.uploading_fg           on $tlist_bg.f
  319. torrentlist.status.downloading.unfocused           $status.downloading_fg         on $tlist_bg.uf
  320. torrentlist.status.downloading.focused             $status.downloading_fg         on $tlist_bg.f
  321. torrentlist.status.connected.unfocused             $status.connected_fg           on $tlist_bg.uf
  322. torrentlist.status.connected.focused               $status.connected_fg           on $tlist_bg.f
  323. torrentlist.status.seeding.unfocused               $status.seeding_fg             on $tlist_bg.uf
  324. torrentlist.status.seeding.focused                 $status.seeding_fg             on $tlist_bg.f
  325. torrentlist.status.stopped.unfocused               $status.stopped_fg             on $tlist_bg.uf
  326. torrentlist.status.stopped.focused                 $status.stopped_fg             on $tlist_bg.f
  327. torrentlist.status.isolated.unfocused              $status.isolated_fg            on $tlist_bg.uf
  328. torrentlist.status.isolated.focused                $status.isolated_fg            on $tlist_bg.f
  329. torrentlist.status.queued.unfocused                $status.queued_fg              on $tlist_bg.uf
  330. torrentlist.status.queued.focused                  $status.queued_fg              on $tlist_bg.f
  331. torrentlist.status.verifying.unfocused             $status.verifying_fg           on $tlist_bg.uf
  332. torrentlist.status.verifying.focused               $status.verifying_fg           on $tlist_bg.f
  333. torrentlist.status.discovering.unfocused           $status.discovering_fg         on $tlist_bg.uf
  334. torrentlist.status.discovering.focused             $status.discovering_fg         on $tlist_bg.f
  335.  
  336. torrentlist.name.header                            $name.idle_fg,underline        on $tlist_bg.uf
  337. torrentlist.name.idle.progress1.unfocused          $name.idle_fg,underline        on $tlist_bg.uf
  338. torrentlist.name.idle.progress1.focused            $name.idle_fg,underline        on $tlist_bg.f
  339. torrentlist.name.idle.progress2.unfocused          $name.idle_fg                  on $tlist_bg.uf
  340. torrentlist.name.idle.progress2.focused            $name.idle_fg                  on $tlist_bg.f
  341. torrentlist.name.idle.complete.unfocused           $name.idle_fg                  on $tlist_bg.uf
  342. torrentlist.name.idle.complete.focused             $name.idle_fg                  on $tlist_bg.f
  343. torrentlist.name.uploading.progress1.unfocused     $name.uploading_fg,underline   on $tlist_bg.uf
  344. torrentlist.name.uploading.progress1.focused       $name.uploading_fg,underline   on $tlist_bg.f
  345. torrentlist.name.uploading.progress2.unfocused     $name.uploading_fg             on $tlist_bg.uf
  346. torrentlist.name.uploading.progress2.focused       $name.uploading_fg             on $tlist_bg.f
  347. torrentlist.name.uploading.complete.unfocused      $name.uploading_fg             on $tlist_bg.uf
  348. torrentlist.name.uploading.complete.focused        $name.uploading_fg             on $tlist_bg.f
  349. torrentlist.name.downloading.progress1.unfocused   $name.downloading_fg,underline on $tlist_bg.uf
  350. torrentlist.name.downloading.progress1.focused     $name.downloading_fg,underline on $tlist_bg.f
  351. torrentlist.name.downloading.progress2.unfocused   $name.downloading_fg           on $tlist_bg.uf
  352. torrentlist.name.downloading.progress2.focused     $name.downloading_fg           on $tlist_bg.f
  353. torrentlist.name.downloading.complete.unfocused    $name.downloading_fg           on $tlist_bg.uf
  354. torrentlist.name.downloading.complete.focused      $name.downloading_fg           on $tlist_bg.f
  355. torrentlist.name.isolated.progress1.unfocused      $name.isolated_fg,underline    on $tlist_bg.uf
  356. torrentlist.name.isolated.progress1.focused        $name.isolated_fg,underline    on $tlist_bg.f
  357. torrentlist.name.isolated.progress2.unfocused      $name.isolated_fg              on $tlist_bg.uf
  358. torrentlist.name.isolated.progress2.focused        $name.isolated_fg              on $tlist_bg.f
  359. torrentlist.name.isolated.complete.unfocused       $name.isolated_fg              on $tlist_bg.uf
  360. torrentlist.name.isolated.complete.focused         $name.isolated_fg              on $tlist_bg.f
  361. torrentlist.name.connected.progress1.unfocused     $name.connected_fg,underline   on $tlist_bg.uf
  362. torrentlist.name.connected.progress1.focused       $name.connected_fg,underline   on $tlist_bg.f
  363. torrentlist.name.connected.progress2.unfocused     $name.connected_fg             on $tlist_bg.uf
  364. torrentlist.name.connected.progress2.focused       $name.connected_fg             on $tlist_bg.f
  365. torrentlist.name.connected.complete.unfocused      $name.connected_fg             on $tlist_bg.uf
  366. torrentlist.name.connected.complete.focused        $name.connected_fg             on $tlist_bg.f
  367. torrentlist.name.queued.progress1.unfocused        $name.queued_fg,underline      on $tlist_bg.uf
  368. torrentlist.name.queued.progress1.focused          $name.queued_fg,underline      on $tlist_bg.f
  369. torrentlist.name.queued.progress2.unfocused        $name.queued_fg                on $tlist_bg.uf
  370. torrentlist.name.queued.progress2.focused          $name.queued_fg                on $tlist_bg.f
  371. torrentlist.name.queued.complete.unfocused         $name.queued_fg                on $tlist_bg.uf
  372. torrentlist.name.queued.complete.focused           $name.queued_fg                on $tlist_bg.f
  373. torrentlist.name.stopped.progress1.unfocused       $name.stopped_fg,underline     on $tlist_bg.uf
  374. torrentlist.name.stopped.progress1.focused         $name.stopped_fg,underline     on $tlist_bg.f
  375. torrentlist.name.stopped.progress2.unfocused       $name.stopped_fg               on $tlist_bg.uf
  376. torrentlist.name.stopped.progress2.focused         $name.stopped_fg               on $tlist_bg.f
  377. torrentlist.name.stopped.complete.unfocused        $name.stopped_fg               on $tlist_bg.uf
  378. torrentlist.name.stopped.complete.focused          $name.stopped_fg               on $tlist_bg.f
  379. torrentlist.name.verifying.progress1.unfocused     $name.verifying_fg,underline   on $tlist_bg.uf
  380. torrentlist.name.verifying.progress1.focused       $name.verifying_fg,underline   on $tlist_bg.f
  381. torrentlist.name.verifying.progress2.unfocused     $name.verifying_fg             on $tlist_bg.uf
  382. torrentlist.name.verifying.progress2.focused       $name.verifying_fg             on $tlist_bg.f
  383. torrentlist.name.verifying.complete.unfocused      $name.verifying_fg             on $tlist_bg.uf
  384. torrentlist.name.verifying.complete.focused        $name.verifying_fg             on $tlist_bg.f
  385. torrentlist.name.discovering.progress1.unfocused   $name.discovering_fg,underline on $tlist_bg.uf
  386. torrentlist.name.discovering.progress1.focused     $name.discovering_fg,underline on $tlist_bg.f
  387. torrentlist.name.discovering.progress2.unfocused   $name.discovering_fg           on $tlist_bg.uf
  388. torrentlist.name.discovering.progress2.focused     $name.discovering_fg           on $tlist_bg.f
  389. torrentlist.name.discovering.complete.unfocused    $name.discovering_fg           on $tlist_bg.uf
  390. torrentlist.name.discovering.complete.focused      $name.discovering_fg           on $tlist_bg.f
  391.  
  392.  
  393. torrentdetails            light gray on black
  394. torrentdetails.error      light red  on black
  395. torrentdetails.scrollbar  light gray on dark gray
  396.  
  397. filelist                                           default                        on $flist_bg.uf
  398. filelist.focused                                   default                        on $flist_bg.f
  399. filelist.header                                    dark gray,underline            on $flist_bg.uf
  400. filelist.scrollbar                             light gray                 on dark gray
  401.  
  402. filelist.marked.header                             $marked_fg,underline           on $tlist_bg.uf
  403. filelist.marked.unfocused                          $marked_fg                     on $tlist_bg.uf
  404. filelist.marked.focused                            $marked_fg                     on $tlist_bg.f
  405. filelist.name.header                               dark gray,underline            on $flist_bg.uf
  406. filelist.name.file.unfocused                       $file_fg                       on $flist_bg.uf
  407. filelist.name.file.focused                         $file_fg                       on $flist_bg.f
  408. filelist.name.folder.unfocused                     $folder_fg                     on $flist_bg.uf
  409. filelist.name.folder.focused                       $folder_fg                     on $flist_bg.f
  410. filelist.size.header                               $size_fg,underline             on $flist_bg.uf
  411. filelist.size.unfocused                            $size_fg                       on $flist_bg.uf
  412. filelist.size.focused                              $size_fg                       on $flist_bg.f
  413. filelist.downloaded.header                         $downloaded_fg,underline       on $flist_bg.uf
  414. filelist.downloaded.unfocused                      $downloaded_fg                 on $flist_bg.uf
  415. filelist.downloaded.focused                        $downloaded_fg                 on $flist_bg.f
  416. filelist.downloaded.highlighted.unfocused          $downloaded_hl                 on $flist_bg.uf
  417. filelist.downloaded.highlighted.focused            $downloaded_hl                 on $flist_bg.f
  418. filelist.priority.header                           $priority_fg,underline         on $flist_bg.uf
  419. filelist.priority.focused                          $priority_fg                   on $flist_bg.f
  420. filelist.priority.low.unfocused                    $priority_fg                   on $flist_bg.uf
  421. filelist.priority.low.focused                      $priority_fg                   on $flist_bg.f
  422. filelist.priority.high.unfocused                   $priority_hl                   on $flist_bg.uf
  423. filelist.priority.high.focused                     $priority_hl                   on $flist_bg.f
  424.  
  425. peerlist                                           default                        on $tlist_bg.uf
  426. peerlist.focused                                   default                        on $tlist_bg.uf
  427. peerlist.header                                    dark gray,underline            on $tlist_bg.uf
  428. peerlist.scrollbar                                 light gray                 on dark gray
  429.  
  430. peerlist.port.header                               $port_fg,underline             on $plist_bg
  431. peerlist.port.unfocused                            $port_fg                       on $plist_bg
  432. peerlist.client.header                             $client_fg,underline           on $plist_bg
  433. peerlist.client.unfocused                          $client_fg                     on $plist_bg
  434. peerlist.rate-down.header                          $rate-down_fg,underline        on $plist_bg
  435. peerlist.rate-down.unfocused                       $rate-down_fg                  on $plist_bg
  436. peerlist.rate-down.highlighted.unfocused           $rate-down_hl                  on $plist_bg
  437. peerlist.rate-up.header                            $rate-up_fg,underline          on $plist_bg
  438. peerlist.rate-up.unfocused                         $rate-up_fg                    on $plist_bg
  439. peerlist.rate-up.highlighted.unfocused             $rate-up_hl                    on $plist_bg
  440. peerlist.rate-est.header                           $rate-est_fg,underline         on $plist_bg
  441. peerlist.rate-est.unfocused                        $rate-est_fg                   on $plist_bg
  442. peerlist.rate-est.highlighted.unfocused            $rate-est_hl                   on $plist_bg
  443. peerlist.eta.header                                $eta_fg,underline              on $plist_bg
  444. peerlist.eta.unfocused                             $eta_fg                        on $plist_bg
  445. peerlist.eta.highlighted.unfocused                 $eta_hl                        on $plist_bg
  446. peerlist.%downloaded.header                $%downloaded_fg,underline on $plist_bg
  447. peerlist.%downloaded.unfocused             $%downloaded_fg           on $plist_bg
  448. peerlist.%downloaded.highlighted.unfocused $%downloaded_hl           on $plist_bg
  449. # peerlist.country.header                            $country_fg,underline          on $plist_bg
  450. # peerlist.country.unfocused                         $country_fg                    on $plist_bg
  451.  
  452.  
  453. # Last version entries, probably should edit them...
  454. trackerlist                                default              on $trklist_bg.uf
  455. trackerlist.focused                        default              on $trklist_bg.f
  456. trackerlist.header                         light gray,underline on $trklist_bg.uf
  457. trackerlist.scrollbar                      light gray           on dark gray
  458.  
  459. trackerlist.torrent.header                 $torrent_fg,underline on $trklist_bg.uf
  460. trackerlist.torrent.unfocused              $tracker_fg           on $trklist_bg.uf
  461. trackerlist.torrent.focused                $tracker_fg           on $trklist_bg.f
  462.  
  463. trackerlist.tier.header                    $tier_fg,underline on $trklist_bg.uf
  464. trackerlist.tier.unfocused                 $tier_fg           on $trklist_bg.uf
  465. trackerlist.tier.focused                   $tier_fg           on $trklist_bg.f
  466.  
  467. trackerlist.domain.header                  $domain_fg,underline on $trklist_bg.uf
  468. trackerlist.domain.unfocused               $domain_fg           on $trklist_bg.uf
  469. trackerlist.domain.focused                 $domain_fg           on $trklist_bg.f
  470.  
  471. trackerlist.url-announce.header            $url-announce_fg,underline on $trklist_bg.uf
  472. trackerlist.url-announce.unfocused         $url-announce_fg           on $trklist_bg.uf
  473. trackerlist.url-announce.focused           $url-announce_fg           on $trklist_bg.f
  474.  
  475. trackerlist.url-scrape.header              $url-scrape_fg,underline on $trklist_bg.uf
  476. trackerlist.url-scrape.unfocused           $url-scrape_fg           on $trklist_bg.uf
  477. trackerlist.url-scrape.focused             $url-scrape_fg           on $trklist_bg.f
  478.  
  479. trackerlist.status.header                  $status_fg,underline on $trklist_bg.uf
  480. trackerlist.status.unfocused               $status_fg           on $trklist_bg.uf
  481. trackerlist.status.focused                 $status_fg           on $trklist_bg.f
  482.  
  483. trackerlist.error.header                   $error_fg,underline on $trklist_bg.uf
  484. trackerlist.error.unfocused                $error_fg           on $trklist_bg.uf
  485. trackerlist.error.focused                  $error_fg           on $trklist_bg.f
  486.  
  487. trackerlist.error-announce.header          $error_fg,underline on $trklist_bg.uf
  488. trackerlist.error-announce.unfocused       $error_fg           on $trklist_bg.uf
  489. trackerlist.error-announce.focused         $error_fg           on $trklist_bg.f
  490.  
  491. trackerlist.error-scrape.header            $error_fg,underline on $trklist_bg.uf
  492. trackerlist.error-scrape.unfocused         $error_fg           on $trklist_bg.uf
  493. trackerlist.error-scrape.focused           $error_fg           on $trklist_bg.f
  494.  
  495. trackerlist.downloads.header               $downloads_fg,underline on $trklist_bg.uf
  496. trackerlist.downloads.unfocused            $downloads_fg           on $trklist_bg.uf
  497. trackerlist.downloads.focused              $downloads_fg           on $trklist_bg.f
  498.  
  499. trackerlist.leeches.header                 $leeches_fg,underline on $trklist_bg.uf
  500. trackerlist.leeches.unfocused              $leeches_fg           on $trklist_bg.uf
  501. trackerlist.leeches.focused                $leeches_fg           on $trklist_bg.f
  502.  
  503. trackerlist.seeds.header                   $seeds_fg,underline on $trklist_bg.uf
  504. trackerlist.seeds.unfocused                $seeds_fg           on $trklist_bg.uf
  505. trackerlist.seeds.focused                  $seeds_fg           on $trklist_bg.f
  506.  
  507. trackerlist.last-announce.header           $last-announce_fg,underline on $trklist_bg.uf
  508. trackerlist.last-announce.unfocused        $last-announce_fg           on $trklist_bg.uf
  509. trackerlist.last-announce.focused          $last-announce_fg           on $trklist_bg.f
  510.  
  511. trackerlist.next-announce.header           $next-announce_fg,underline on $trklist_bg.uf
  512. trackerlist.next-announce.unfocused        $next-announce_fg           on $trklist_bg.uf
  513. trackerlist.next-announce.focused          $next-announce_fg           on $trklist_bg.f
  514.  
  515. trackerlist.last-scrape.header             $last-scrape_fg,underline on $trklist_bg.uf
  516. trackerlist.last-scrape.unfocused          $last-scrape_fg           on $trklist_bg.uf
  517. trackerlist.last-scrape.focused            $last-scrape_fg           on $trklist_bg.f
  518.  
  519. trackerlist.next-scrape.header             $next-scrape_fg,underline on $trklist_bg.uf
  520. trackerlist.next-scrape.unfocused          $next-scrape_fg           on $trklist_bg.uf
  521. trackerlist.next-scrape.focused            $next-scrape_fg           on $trklist_bg.f
  522.  
  523.  
  524. settinglist                                default              on $slist_bg.uf
  525. settinglist.focused                        default              on $slist_bg.f
  526. settinglist.header                         light gray,underline on $slist_bg.uf
  527. settinglist.scrollbar                      light gray           on dark gray
  528.  
  529. settinglist.name.header                    $name_fg,underline on $slist_bg.uf
  530. settinglist.name.unfocused                 $name_fg           on $slist_bg.uf
  531. settinglist.name.focused                   light cyan         on $slist_bg.f
  532.  
  533. settinglist.value.header                   $value_fg,underline on $slist_bg.uf
  534. settinglist.value.unfocused                $value_fg           on $slist_bg.uf
  535. settinglist.value.focused                  $value_fg           on $slist_bg.f
  536. settinglist.value.highlighted.unfocused    $value_hl           on $slist_bg.uf
  537. settinglist.value.highlighted.focused      $value_hl           on $slist_bg.f
  538.  
  539. settinglist.default.header                 $default_fg,underline on $slist_bg.uf
  540. settinglist.default.unfocused              $default_fg           on $slist_bg.uf
  541. settinglist.default.focused                $default_fg           on $slist_bg.f
  542.  
  543. settinglist.description.header             $description_fg,underline on $slist_bg.uf
  544. settinglist.description.unfocused          $description_fg           on $slist_bg.uf
  545. settinglist.description.focused            $description_fg           on $slist_bg.f
Add Comment
Please, Sign In to add comment