No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

559 líneas
25KB

  1. .terminal {
  2. background-color: $ui-background;
  3. color: $ui-foreground;
  4. font-feature-settings: "liga" 0;
  5. position: relative;
  6. user-select: none;
  7. -ms-user-select: none;
  8. -webkit-user-select: none;
  9. &.xterm-cursor-style-block.focus:not(.xterm-cursor-blink-on) .terminal-cursor {
  10. background-color: $ui-cursor;
  11. color: $ui-cursor;
  12. }
  13. &.focus {
  14. &.xterm-cursor-style-bar:not(.xterm-cursor-blink-on) .terminal-cursor::before, &.xterm-cursor-style-underline:not(.xterm-cursor-blink-on) .terminal-cursor::before {
  15. content: '';
  16. position: absolute;
  17. background-color: $ui-background;
  18. }
  19. }
  20. &:not(.focus) .terminal-cursor {
  21. outline: 1px solid $ui-foreground;
  22. outline-offset: -1px;
  23. }
  24. .xterm-selection div {
  25. position: absolute;
  26. background-color: $ui-selection;
  27. }
  28. .xterm-viewport {
  29. background-color: $ui-background;
  30. overflow-y: scroll;
  31. }
  32. }
  33. .xtermInvertColor {
  34. color: $ui-foreground;
  35. }
  36. .xtermInvertBgColor {
  37. background-color: $ui-background;
  38. }
  39. .xtermBold { font-weight: bold; }
  40. .xtermUnderline { text-decoration: underline; }
  41. .xtermBlink { text-decoration: blink; }
  42. .xtermHidden { visibility: hidden; }
  43. .xtermItalic { font-style: italic; }
  44. .xtermStrike { text-decoration: line-through; }
  45. .xtermColor0 { color: #2e3436 !important; }
  46. .xtermBgColor0 { background-color: #2e3436; }
  47. .xtermColor1 { color: #cc0000 !important; }
  48. .xtermBgColor1 { background-color: #cc0000; }
  49. .xtermColor2 { color: #4e9a06 !important; }
  50. .xtermBgColor2 { background-color: #4e9a06; }
  51. .xtermColor3 { color: #c4a000 !important; }
  52. .xtermBgColor3 { background-color: #c4a000; }
  53. .xtermColor4 { color: #3465a4 !important; }
  54. .xtermBgColor4 { background-color: #3465a4; }
  55. .xtermColor5 { color: #75507b !important; }
  56. .xtermBgColor5 { background-color: #75507b; }
  57. .xtermColor6 { color: #06989a !important; }
  58. .xtermBgColor6 { background-color: #06989a; }
  59. .xtermColor7 { color: #d3d7cf !important; }
  60. .xtermBgColor7 { background-color: #d3d7cf; }
  61. .xtermColor8 { color: #555753 !important; }
  62. .xtermBgColor8 { background-color: #555753; }
  63. .xtermColor9 { color: #ef2929 !important; }
  64. .xtermBgColor9 { background-color: #ef2929; }
  65. .xtermColor10 { color: #8ae234 !important; }
  66. .xtermBgColor10 { background-color: #8ae234; }
  67. .xtermColor11 { color: #fce94f !important; }
  68. .xtermBgColor11 { background-color: #fce94f; }
  69. .xtermColor12 { color: #729fcf !important; }
  70. .xtermBgColor12 { background-color: #729fcf; }
  71. .xtermColor13 { color: #ad7fa8 !important; }
  72. .xtermBgColor13 { background-color: #ad7fa8; }
  73. .xtermColor14 { color: #34e2e2 !important; }
  74. .xtermBgColor14 { background-color: #34e2e2; }
  75. .xtermColor15 { color: #eeeeec !important; }
  76. .xtermBgColor15 { background-color: #eeeeec; }
  77. .xtermColor16 { color: #000000 !important; }
  78. .xtermBgColor16 { background-color: #000000; }
  79. .xtermColor17 { color: #00005f !important; }
  80. .xtermBgColor17 { background-color: #00005f; }
  81. .xtermColor18 { color: #000087 !important; }
  82. .xtermBgColor18 { background-color: #000087; }
  83. .xtermColor19 { color: #0000af !important; }
  84. .xtermBgColor19 { background-color: #0000af; }
  85. .xtermColor20 { color: #0000d7 !important; }
  86. .xtermBgColor20 { background-color: #0000d7; }
  87. .xtermColor21 { color: #0000ff !important; }
  88. .xtermBgColor21 { background-color: #0000ff; }
  89. .xtermColor22 { color: #005f00 !important; }
  90. .xtermBgColor22 { background-color: #005f00; }
  91. .xtermColor23 { color: #005f5f !important; }
  92. .xtermBgColor23 { background-color: #005f5f; }
  93. .xtermColor24 { color: #005f87 !important; }
  94. .xtermBgColor24 { background-color: #005f87; }
  95. .xtermColor25 { color: #005faf !important; }
  96. .xtermBgColor25 { background-color: #005faf; }
  97. .xtermColor26 { color: #005fd7 !important; }
  98. .xtermBgColor26 { background-color: #005fd7; }
  99. .xtermColor27 { color: #005fff !important; }
  100. .xtermBgColor27 { background-color: #005fff; }
  101. .xtermColor28 { color: #008700 !important; }
  102. .xtermBgColor28 { background-color: #008700; }
  103. .xtermColor29 { color: #00875f !important; }
  104. .xtermBgColor29 { background-color: #00875f; }
  105. .xtermColor30 { color: #008787 !important; }
  106. .xtermBgColor30 { background-color: #008787; }
  107. .xtermColor31 { color: #0087af !important; }
  108. .xtermBgColor31 { background-color: #0087af; }
  109. .xtermColor32 { color: #0087d7 !important; }
  110. .xtermBgColor32 { background-color: #0087d7; }
  111. .xtermColor33 { color: #0087ff !important; }
  112. .xtermBgColor33 { background-color: #0087ff; }
  113. .xtermColor34 { color: #00af00 !important; }
  114. .xtermBgColor34 { background-color: #00af00; }
  115. .xtermColor35 { color: #00af5f !important; }
  116. .xtermBgColor35 { background-color: #00af5f; }
  117. .xtermColor36 { color: #00af87 !important; }
  118. .xtermBgColor36 { background-color: #00af87; }
  119. .xtermColor37 { color: #00afaf !important; }
  120. .xtermBgColor37 { background-color: #00afaf; }
  121. .xtermColor38 { color: #00afd7 !important; }
  122. .xtermBgColor38 { background-color: #00afd7; }
  123. .xtermColor39 { color: #00afff !important; }
  124. .xtermBgColor39 { background-color: #00afff; }
  125. .xtermColor40 { color: #00d700 !important; }
  126. .xtermBgColor40 { background-color: #00d700; }
  127. .xtermColor41 { color: #00d75f !important; }
  128. .xtermBgColor41 { background-color: #00d75f; }
  129. .xtermColor42 { color: #00d787 !important; }
  130. .xtermBgColor42 { background-color: #00d787; }
  131. .xtermColor43 { color: #00d7af !important; }
  132. .xtermBgColor43 { background-color: #00d7af; }
  133. .xtermColor44 { color: #00d7d7 !important; }
  134. .xtermBgColor44 { background-color: #00d7d7; }
  135. .xtermColor45 { color: #00d7ff !important; }
  136. .xtermBgColor45 { background-color: #00d7ff; }
  137. .xtermColor46 { color: #00ff00 !important; }
  138. .xtermBgColor46 { background-color: #00ff00; }
  139. .xtermColor47 { color: #00ff5f !important; }
  140. .xtermBgColor47 { background-color: #00ff5f; }
  141. .xtermColor48 { color: #00ff87 !important; }
  142. .xtermBgColor48 { background-color: #00ff87; }
  143. .xtermColor49 { color: #00ffaf !important; }
  144. .xtermBgColor49 { background-color: #00ffaf; }
  145. .xtermColor50 { color: #00ffd7 !important; }
  146. .xtermBgColor50 { background-color: #00ffd7; }
  147. .xtermColor51 { color: #00ffff !important; }
  148. .xtermBgColor51 { background-color: #00ffff; }
  149. .xtermColor52 { color: #5f0000 !important; }
  150. .xtermBgColor52 { background-color: #5f0000; }
  151. .xtermColor53 { color: #5f005f !important; }
  152. .xtermBgColor53 { background-color: #5f005f; }
  153. .xtermColor54 { color: #5f0087 !important; }
  154. .xtermBgColor54 { background-color: #5f0087; }
  155. .xtermColor55 { color: #5f00af !important; }
  156. .xtermBgColor55 { background-color: #5f00af; }
  157. .xtermColor56 { color: #5f00d7 !important; }
  158. .xtermBgColor56 { background-color: #5f00d7; }
  159. .xtermColor57 { color: #5f00ff !important; }
  160. .xtermBgColor57 { background-color: #5f00ff; }
  161. .xtermColor58 { color: #5f5f00 !important; }
  162. .xtermBgColor58 { background-color: #5f5f00; }
  163. .xtermColor59 { color: #5f5f5f !important; }
  164. .xtermBgColor59 { background-color: #5f5f5f; }
  165. .xtermColor60 { color: #5f5f87 !important; }
  166. .xtermBgColor60 { background-color: #5f5f87; }
  167. .xtermColor61 { color: #5f5faf !important; }
  168. .xtermBgColor61 { background-color: #5f5faf; }
  169. .xtermColor62 { color: #5f5fd7 !important; }
  170. .xtermBgColor62 { background-color: #5f5fd7; }
  171. .xtermColor63 { color: #5f5fff !important; }
  172. .xtermBgColor63 { background-color: #5f5fff; }
  173. .xtermColor64 { color: #5f8700 !important; }
  174. .xtermBgColor64 { background-color: #5f8700; }
  175. .xtermColor65 { color: #5f875f !important; }
  176. .xtermBgColor65 { background-color: #5f875f; }
  177. .xtermColor66 { color: #5f8787 !important; }
  178. .xtermBgColor66 { background-color: #5f8787; }
  179. .xtermColor67 { color: #5f87af !important; }
  180. .xtermBgColor67 { background-color: #5f87af; }
  181. .xtermColor68 { color: #5f87d7 !important; }
  182. .xtermBgColor68 { background-color: #5f87d7; }
  183. .xtermColor69 { color: #5f87ff !important; }
  184. .xtermBgColor69 { background-color: #5f87ff; }
  185. .xtermColor70 { color: #5faf00 !important; }
  186. .xtermBgColor70 { background-color: #5faf00; }
  187. .xtermColor71 { color: #5faf5f !important; }
  188. .xtermBgColor71 { background-color: #5faf5f; }
  189. .xtermColor72 { color: #5faf87 !important; }
  190. .xtermBgColor72 { background-color: #5faf87; }
  191. .xtermColor73 { color: #5fafaf !important; }
  192. .xtermBgColor73 { background-color: #5fafaf; }
  193. .xtermColor74 { color: #5fafd7 !important; }
  194. .xtermBgColor74 { background-color: #5fafd7; }
  195. .xtermColor75 { color: #5fafff !important; }
  196. .xtermBgColor75 { background-color: #5fafff; }
  197. .xtermColor76 { color: #5fd700 !important; }
  198. .xtermBgColor76 { background-color: #5fd700; }
  199. .xtermColor77 { color: #5fd75f !important; }
  200. .xtermBgColor77 { background-color: #5fd75f; }
  201. .xtermColor78 { color: #5fd787 !important; }
  202. .xtermBgColor78 { background-color: #5fd787; }
  203. .xtermColor79 { color: #5fd7af !important; }
  204. .xtermBgColor79 { background-color: #5fd7af; }
  205. .xtermColor80 { color: #5fd7d7 !important; }
  206. .xtermBgColor80 { background-color: #5fd7d7; }
  207. .xtermColor81 { color: #5fd7ff !important; }
  208. .xtermBgColor81 { background-color: #5fd7ff; }
  209. .xtermColor82 { color: #5fff00 !important; }
  210. .xtermBgColor82 { background-color: #5fff00; }
  211. .xtermColor83 { color: #5fff5f !important; }
  212. .xtermBgColor83 { background-color: #5fff5f; }
  213. .xtermColor84 { color: #5fff87 !important; }
  214. .xtermBgColor84 { background-color: #5fff87; }
  215. .xtermColor85 { color: #5fffaf !important; }
  216. .xtermBgColor85 { background-color: #5fffaf; }
  217. .xtermColor86 { color: #5fffd7 !important; }
  218. .xtermBgColor86 { background-color: #5fffd7; }
  219. .xtermColor87 { color: #5fffff !important; }
  220. .xtermBgColor87 { background-color: #5fffff; }
  221. .xtermColor88 { color: #870000 !important; }
  222. .xtermBgColor88 { background-color: #870000; }
  223. .xtermColor89 { color: #87005f !important; }
  224. .xtermBgColor89 { background-color: #87005f; }
  225. .xtermColor90 { color: #870087 !important; }
  226. .xtermBgColor90 { background-color: #870087; }
  227. .xtermColor91 { color: #8700af !important; }
  228. .xtermBgColor91 { background-color: #8700af; }
  229. .xtermColor92 { color: #8700d7 !important; }
  230. .xtermBgColor92 { background-color: #8700d7; }
  231. .xtermColor93 { color: #8700ff !important; }
  232. .xtermBgColor93 { background-color: #8700ff; }
  233. .xtermColor94 { color: #875f00 !important; }
  234. .xtermBgColor94 { background-color: #875f00; }
  235. .xtermColor95 { color: #875f5f !important; }
  236. .xtermBgColor95 { background-color: #875f5f; }
  237. .xtermColor96 { color: #875f87 !important; }
  238. .xtermBgColor96 { background-color: #875f87; }
  239. .xtermColor97 { color: #875faf !important; }
  240. .xtermBgColor97 { background-color: #875faf; }
  241. .xtermColor98 { color: #875fd7 !important; }
  242. .xtermBgColor98 { background-color: #875fd7; }
  243. .xtermColor99 { color: #875fff !important; }
  244. .xtermBgColor99 { background-color: #875fff; }
  245. .xtermColor100 { color: #878700 !important; }
  246. .xtermBgColor100 { background-color: #878700; }
  247. .xtermColor101 { color: #87875f !important; }
  248. .xtermBgColor101 { background-color: #87875f; }
  249. .xtermColor102 { color: #878787 !important; }
  250. .xtermBgColor102 { background-color: #878787; }
  251. .xtermColor103 { color: #8787af !important; }
  252. .xtermBgColor103 { background-color: #8787af; }
  253. .xtermColor104 { color: #8787d7 !important; }
  254. .xtermBgColor104 { background-color: #8787d7; }
  255. .xtermColor105 { color: #8787ff !important; }
  256. .xtermBgColor105 { background-color: #8787ff; }
  257. .xtermColor106 { color: #87af00 !important; }
  258. .xtermBgColor106 { background-color: #87af00; }
  259. .xtermColor107 { color: #87af5f !important; }
  260. .xtermBgColor107 { background-color: #87af5f; }
  261. .xtermColor108 { color: #87af87 !important; }
  262. .xtermBgColor108 { background-color: #87af87; }
  263. .xtermColor109 { color: #87afaf !important; }
  264. .xtermBgColor109 { background-color: #87afaf; }
  265. .xtermColor110 { color: #87afd7 !important; }
  266. .xtermBgColor110 { background-color: #87afd7; }
  267. .xtermColor111 { color: #87afff !important; }
  268. .xtermBgColor111 { background-color: #87afff; }
  269. .xtermColor112 { color: #87d700 !important; }
  270. .xtermBgColor112 { background-color: #87d700; }
  271. .xtermColor113 { color: #87d75f !important; }
  272. .xtermBgColor113 { background-color: #87d75f; }
  273. .xtermColor114 { color: #87d787 !important; }
  274. .xtermBgColor114 { background-color: #87d787; }
  275. .xtermColor115 { color: #87d7af !important; }
  276. .xtermBgColor115 { background-color: #87d7af; }
  277. .xtermColor116 { color: #87d7d7 !important; }
  278. .xtermBgColor116 { background-color: #87d7d7; }
  279. .xtermColor117 { color: #87d7ff !important; }
  280. .xtermBgColor117 { background-color: #87d7ff; }
  281. .xtermColor118 { color: #87ff00 !important; }
  282. .xtermBgColor118 { background-color: #87ff00; }
  283. .xtermColor119 { color: #87ff5f !important; }
  284. .xtermBgColor119 { background-color: #87ff5f; }
  285. .xtermColor120 { color: #87ff87 !important; }
  286. .xtermBgColor120 { background-color: #87ff87; }
  287. .xtermColor121 { color: #87ffaf !important; }
  288. .xtermBgColor121 { background-color: #87ffaf; }
  289. .xtermColor122 { color: #87ffd7 !important; }
  290. .xtermBgColor122 { background-color: #87ffd7; }
  291. .xtermColor123 { color: #87ffff !important; }
  292. .xtermBgColor123 { background-color: #87ffff; }
  293. .xtermColor124 { color: #af0000 !important; }
  294. .xtermBgColor124 { background-color: #af0000; }
  295. .xtermColor125 { color: #af005f !important; }
  296. .xtermBgColor125 { background-color: #af005f; }
  297. .xtermColor126 { color: #af0087 !important; }
  298. .xtermBgColor126 { background-color: #af0087; }
  299. .xtermColor127 { color: #af00af !important; }
  300. .xtermBgColor127 { background-color: #af00af; }
  301. .xtermColor128 { color: #af00d7 !important; }
  302. .xtermBgColor128 { background-color: #af00d7; }
  303. .xtermColor129 { color: #af00ff !important; }
  304. .xtermBgColor129 { background-color: #af00ff; }
  305. .xtermColor130 { color: #af5f00 !important; }
  306. .xtermBgColor130 { background-color: #af5f00; }
  307. .xtermColor131 { color: #af5f5f !important; }
  308. .xtermBgColor131 { background-color: #af5f5f; }
  309. .xtermColor132 { color: #af5f87 !important; }
  310. .xtermBgColor132 { background-color: #af5f87; }
  311. .xtermColor133 { color: #af5faf !important; }
  312. .xtermBgColor133 { background-color: #af5faf; }
  313. .xtermColor134 { color: #af5fd7 !important; }
  314. .xtermBgColor134 { background-color: #af5fd7; }
  315. .xtermColor135 { color: #af5fff !important; }
  316. .xtermBgColor135 { background-color: #af5fff; }
  317. .xtermColor136 { color: #af8700 !important; }
  318. .xtermBgColor136 { background-color: #af8700; }
  319. .xtermColor137 { color: #af875f !important; }
  320. .xtermBgColor137 { background-color: #af875f; }
  321. .xtermColor138 { color: #af8787 !important; }
  322. .xtermBgColor138 { background-color: #af8787; }
  323. .xtermColor139 { color: #af87af !important; }
  324. .xtermBgColor139 { background-color: #af87af; }
  325. .xtermColor140 { color: #af87d7 !important; }
  326. .xtermBgColor140 { background-color: #af87d7; }
  327. .xtermColor141 { color: #af87ff !important; }
  328. .xtermBgColor141 { background-color: #af87ff; }
  329. .xtermColor142 { color: #afaf00 !important; }
  330. .xtermBgColor142 { background-color: #afaf00; }
  331. .xtermColor143 { color: #afaf5f !important; }
  332. .xtermBgColor143 { background-color: #afaf5f; }
  333. .xtermColor144 { color: #afaf87 !important; }
  334. .xtermBgColor144 { background-color: #afaf87; }
  335. .xtermColor145 { color: #afafaf !important; }
  336. .xtermBgColor145 { background-color: #afafaf; }
  337. .xtermColor146 { color: #afafd7 !important; }
  338. .xtermBgColor146 { background-color: #afafd7; }
  339. .xtermColor147 { color: #afafff !important; }
  340. .xtermBgColor147 { background-color: #afafff; }
  341. .xtermColor148 { color: #afd700 !important; }
  342. .xtermBgColor148 { background-color: #afd700; }
  343. .xtermColor149 { color: #afd75f !important; }
  344. .xtermBgColor149 { background-color: #afd75f; }
  345. .xtermColor150 { color: #afd787 !important; }
  346. .xtermBgColor150 { background-color: #afd787; }
  347. .xtermColor151 { color: #afd7af !important; }
  348. .xtermBgColor151 { background-color: #afd7af; }
  349. .xtermColor152 { color: #afd7d7 !important; }
  350. .xtermBgColor152 { background-color: #afd7d7; }
  351. .xtermColor153 { color: #afd7ff !important; }
  352. .xtermBgColor153 { background-color: #afd7ff; }
  353. .xtermColor154 { color: #afff00 !important; }
  354. .xtermBgColor154 { background-color: #afff00; }
  355. .xtermColor155 { color: #afff5f !important; }
  356. .xtermBgColor155 { background-color: #afff5f; }
  357. .xtermColor156 { color: #afff87 !important; }
  358. .xtermBgColor156 { background-color: #afff87; }
  359. .xtermColor157 { color: #afffaf !important; }
  360. .xtermBgColor157 { background-color: #afffaf; }
  361. .xtermColor158 { color: #afffd7 !important; }
  362. .xtermBgColor158 { background-color: #afffd7; }
  363. .xtermColor159 { color: #afffff !important; }
  364. .xtermBgColor159 { background-color: #afffff; }
  365. .xtermColor160 { color: #d70000 !important; }
  366. .xtermBgColor160 { background-color: #d70000; }
  367. .xtermColor161 { color: #d7005f !important; }
  368. .xtermBgColor161 { background-color: #d7005f; }
  369. .xtermColor162 { color: #d70087 !important; }
  370. .xtermBgColor162 { background-color: #d70087; }
  371. .xtermColor163 { color: #d700af !important; }
  372. .xtermBgColor163 { background-color: #d700af; }
  373. .xtermColor164 { color: #d700d7 !important; }
  374. .xtermBgColor164 { background-color: #d700d7; }
  375. .xtermColor165 { color: #d700ff !important; }
  376. .xtermBgColor165 { background-color: #d700ff; }
  377. .xtermColor166 { color: #d75f00 !important; }
  378. .xtermBgColor166 { background-color: #d75f00; }
  379. .xtermColor167 { color: #d75f5f !important; }
  380. .xtermBgColor167 { background-color: #d75f5f; }
  381. .xtermColor168 { color: #d75f87 !important; }
  382. .xtermBgColor168 { background-color: #d75f87; }
  383. .xtermColor169 { color: #d75faf !important; }
  384. .xtermBgColor169 { background-color: #d75faf; }
  385. .xtermColor170 { color: #d75fd7 !important; }
  386. .xtermBgColor170 { background-color: #d75fd7; }
  387. .xtermColor171 { color: #d75fff !important; }
  388. .xtermBgColor171 { background-color: #d75fff; }
  389. .xtermColor172 { color: #d78700 !important; }
  390. .xtermBgColor172 { background-color: #d78700; }
  391. .xtermColor173 { color: #d7875f !important; }
  392. .xtermBgColor173 { background-color: #d7875f; }
  393. .xtermColor174 { color: #d78787 !important; }
  394. .xtermBgColor174 { background-color: #d78787; }
  395. .xtermColor175 { color: #d787af !important; }
  396. .xtermBgColor175 { background-color: #d787af; }
  397. .xtermColor176 { color: #d787d7 !important; }
  398. .xtermBgColor176 { background-color: #d787d7; }
  399. .xtermColor177 { color: #d787ff !important; }
  400. .xtermBgColor177 { background-color: #d787ff; }
  401. .xtermColor178 { color: #d7af00 !important; }
  402. .xtermBgColor178 { background-color: #d7af00; }
  403. .xtermColor179 { color: #d7af5f !important; }
  404. .xtermBgColor179 { background-color: #d7af5f; }
  405. .xtermColor180 { color: #d7af87 !important; }
  406. .xtermBgColor180 { background-color: #d7af87; }
  407. .xtermColor181 { color: #d7afaf !important; }
  408. .xtermBgColor181 { background-color: #d7afaf; }
  409. .xtermColor182 { color: #d7afd7 !important; }
  410. .xtermBgColor182 { background-color: #d7afd7; }
  411. .xtermColor183 { color: #d7afff !important; }
  412. .xtermBgColor183 { background-color: #d7afff; }
  413. .xtermColor184 { color: #d7d700 !important; }
  414. .xtermBgColor184 { background-color: #d7d700; }
  415. .xtermColor185 { color: #d7d75f !important; }
  416. .xtermBgColor185 { background-color: #d7d75f; }
  417. .xtermColor186 { color: #d7d787 !important; }
  418. .xtermBgColor186 { background-color: #d7d787; }
  419. .xtermColor187 { color: #d7d7af !important; }
  420. .xtermBgColor187 { background-color: #d7d7af; }
  421. .xtermColor188 { color: #d7d7d7 !important; }
  422. .xtermBgColor188 { background-color: #d7d7d7; }
  423. .xtermColor189 { color: #d7d7ff !important; }
  424. .xtermBgColor189 { background-color: #d7d7ff; }
  425. .xtermColor190 { color: #d7ff00 !important; }
  426. .xtermBgColor190 { background-color: #d7ff00; }
  427. .xtermColor191 { color: #d7ff5f !important; }
  428. .xtermBgColor191 { background-color: #d7ff5f; }
  429. .xtermColor192 { color: #d7ff87 !important; }
  430. .xtermBgColor192 { background-color: #d7ff87; }
  431. .xtermColor193 { color: #d7ffaf !important; }
  432. .xtermBgColor193 { background-color: #d7ffaf; }
  433. .xtermColor194 { color: #d7ffd7 !important; }
  434. .xtermBgColor194 { background-color: #d7ffd7; }
  435. .xtermColor195 { color: #d7ffff !important; }
  436. .xtermBgColor195 { background-color: #d7ffff; }
  437. .xtermColor196 { color: #ff0000 !important; }
  438. .xtermBgColor196 { background-color: #ff0000; }
  439. .xtermColor197 { color: #ff005f !important; }
  440. .xtermBgColor197 { background-color: #ff005f; }
  441. .xtermColor198 { color: #ff0087 !important; }
  442. .xtermBgColor198 { background-color: #ff0087; }
  443. .xtermColor199 { color: #ff00af !important; }
  444. .xtermBgColor199 { background-color: #ff00af; }
  445. .xtermColor200 { color: #ff00d7 !important; }
  446. .xtermBgColor200 { background-color: #ff00d7; }
  447. .xtermColor201 { color: #ff00ff !important; }
  448. .xtermBgColor201 { background-color: #ff00ff; }
  449. .xtermColor202 { color: #ff5f00 !important; }
  450. .xtermBgColor202 { background-color: #ff5f00; }
  451. .xtermColor203 { color: #ff5f5f !important; }
  452. .xtermBgColor203 { background-color: #ff5f5f; }
  453. .xtermColor204 { color: #ff5f87 !important; }
  454. .xtermBgColor204 { background-color: #ff5f87; }
  455. .xtermColor205 { color: #ff5faf !important; }
  456. .xtermBgColor205 { background-color: #ff5faf; }
  457. .xtermColor206 { color: #ff5fd7 !important; }
  458. .xtermBgColor206 { background-color: #ff5fd7; }
  459. .xtermColor207 { color: #ff5fff !important; }
  460. .xtermBgColor207 { background-color: #ff5fff; }
  461. .xtermColor208 { color: #ff8700 !important; }
  462. .xtermBgColor208 { background-color: #ff8700; }
  463. .xtermColor209 { color: #ff875f !important; }
  464. .xtermBgColor209 { background-color: #ff875f; }
  465. .xtermColor210 { color: #ff8787 !important; }
  466. .xtermBgColor210 { background-color: #ff8787; }
  467. .xtermColor211 { color: #ff87af !important; }
  468. .xtermBgColor211 { background-color: #ff87af; }
  469. .xtermColor212 { color: #ff87d7 !important; }
  470. .xtermBgColor212 { background-color: #ff87d7; }
  471. .xtermColor213 { color: #ff87ff !important; }
  472. .xtermBgColor213 { background-color: #ff87ff; }
  473. .xtermColor214 { color: #ffaf00 !important; }
  474. .xtermBgColor214 { background-color: #ffaf00; }
  475. .xtermColor215 { color: #ffaf5f !important; }
  476. .xtermBgColor215 { background-color: #ffaf5f; }
  477. .xtermColor216 { color: #ffaf87 !important; }
  478. .xtermBgColor216 { background-color: #ffaf87; }
  479. .xtermColor217 { color: #ffafaf !important; }
  480. .xtermBgColor217 { background-color: #ffafaf; }
  481. .xtermColor218 { color: #ffafd7 !important; }
  482. .xtermBgColor218 { background-color: #ffafd7; }
  483. .xtermColor219 { color: #ffafff !important; }
  484. .xtermBgColor219 { background-color: #ffafff; }
  485. .xtermColor220 { color: #ffd700 !important; }
  486. .xtermBgColor220 { background-color: #ffd700; }
  487. .xtermColor221 { color: #ffd75f !important; }
  488. .xtermBgColor221 { background-color: #ffd75f; }
  489. .xtermColor222 { color: #ffd787 !important; }
  490. .xtermBgColor222 { background-color: #ffd787; }
  491. .xtermColor223 { color: #ffd7af !important; }
  492. .xtermBgColor223 { background-color: #ffd7af; }
  493. .xtermColor224 { color: #ffd7d7 !important; }
  494. .xtermBgColor224 { background-color: #ffd7d7; }
  495. .xtermColor225 { color: #ffd7ff !important; }
  496. .xtermBgColor225 { background-color: #ffd7ff; }
  497. .xtermColor226 { color: #ffff00 !important; }
  498. .xtermBgColor226 { background-color: #ffff00; }
  499. .xtermColor227 { color: #ffff5f !important; }
  500. .xtermBgColor227 { background-color: #ffff5f; }
  501. .xtermColor228 { color: #ffff87 !important; }
  502. .xtermBgColor228 { background-color: #ffff87; }
  503. .xtermColor229 { color: #ffffaf !important; }
  504. .xtermBgColor229 { background-color: #ffffaf; }
  505. .xtermColor230 { color: #ffffd7 !important; }
  506. .xtermBgColor230 { background-color: #ffffd7; }
  507. .xtermColor231 { color: #ffffff !important; }
  508. .xtermBgColor231 { background-color: #ffffff; }
  509. .xtermColor232 { color: #080808 !important; }
  510. .xtermBgColor232 { background-color: #080808; }
  511. .xtermColor233 { color: #121212 !important; }
  512. .xtermBgColor233 { background-color: #121212; }
  513. .xtermColor234 { color: #1c1c1c !important; }
  514. .xtermBgColor234 { background-color: #1c1c1c; }
  515. .xtermColor235 { color: #262626 !important; }
  516. .xtermBgColor235 { background-color: #262626; }
  517. .xtermColor236 { color: #303030 !important; }
  518. .xtermBgColor236 { background-color: #303030; }
  519. .xtermColor237 { color: #3a3a3a !important; }
  520. .xtermBgColor237 { background-color: #3a3a3a; }
  521. .xtermColor238 { color: #444444 !important; }
  522. .xtermBgColor238 { background-color: #444444; }
  523. .xtermColor239 { color: #4e4e4e !important; }
  524. .xtermBgColor239 { background-color: #4e4e4e; }
  525. .xtermColor240 { color: #585858 !important; }
  526. .xtermBgColor240 { background-color: #585858; }
  527. .xtermColor241 { color: #626262 !important; }
  528. .xtermBgColor241 { background-color: #626262; }
  529. .xtermColor242 { color: #6c6c6c !important; }
  530. .xtermBgColor242 { background-color: #6c6c6c; }
  531. .xtermColor243 { color: #767676 !important; }
  532. .xtermBgColor243 { background-color: #767676; }
  533. .xtermColor244 { color: #808080 !important; }
  534. .xtermBgColor244 { background-color: #808080; }
  535. .xtermColor245 { color: #8a8a8a !important; }
  536. .xtermBgColor245 { background-color: #8a8a8a; }
  537. .xtermColor246 { color: #949494 !important; }
  538. .xtermBgColor246 { background-color: #949494; }
  539. .xtermColor247 { color: #9e9e9e !important; }
  540. .xtermBgColor247 { background-color: #9e9e9e; }
  541. .xtermColor248 { color: #a8a8a8 !important; }
  542. .xtermBgColor248 { background-color: #a8a8a8; }
  543. .xtermColor249 { color: #b2b2b2 !important; }
  544. .xtermBgColor249 { background-color: #b2b2b2; }
  545. .xtermColor250 { color: #bcbcbc !important; }
  546. .xtermBgColor250 { background-color: #bcbcbc; }
  547. .xtermColor251 { color: #c6c6c6 !important; }
  548. .xtermBgColor251 { background-color: #c6c6c6; }
  549. .xtermColor252 { color: #d0d0d0 !important; }
  550. .xtermBgColor252 { background-color: #d0d0d0; }
  551. .xtermColor253 { color: #dadada !important; }
  552. .xtermBgColor253 { background-color: #dadada; }
  553. .xtermColor254 { color: #e4e4e4 !important; }
  554. .xtermBgColor254 { background-color: #e4e4e4; }
  555. .xtermColor255 { color: #eeeeee !important; }
  556. .xtermBgColor255 { background-color: #eeeeee; }