Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

2513 lines
35KB

  1. /* rs-theme-name: Sassy - One Dark */
  2. /* rs-theme-is-dark: TRUE */
  3. .ace_gutter {
  4. background: #282c34;
  5. color: #636e82;
  6. }
  7. .ace_print-margin {
  8. width: 2px;
  9. background: #383d48;
  10. }
  11. .ace_editor {
  12. background-color: #282c34;
  13. color: #abb2bf;
  14. }
  15. .rstudio-themes-flat.ace_editor_theme {
  16. background-color: #282c34;
  17. color: #abb2bf;
  18. }
  19. .rstudio-themes-flat.ace_editor_theme .profvis-flamegraph {
  20. background-color: #282c34;
  21. color: #abb2bf;
  22. }
  23. .rstudio-themes-flat .ace_editor_theme {
  24. background-color: #282c34;
  25. color: #abb2bf;
  26. }
  27. .rstudio-themes-flat.editor_dark.ace_editor_theme a {
  28. color: #FFF !important;
  29. }
  30. .rstudio-themes-flat .gwt-Label {
  31. color: #abb2bf;
  32. }
  33. .ace_cursor {
  34. color: #528bff;
  35. }
  36. .normal-mode .ace_cursor {
  37. border: 0 !important;
  38. background-color: #528bff;
  39. opacity: 0.5;
  40. }
  41. .ace_marker-layer .ace_selection {
  42. background: #16181d;
  43. }
  44. .ace_marker-layer .ace_step {
  45. background: #b3d39c;
  46. }
  47. .ace_marker-layer .ace_bracket {
  48. margin: -1px 0 0 -1px;
  49. border: 1px solid rgba(82, 139, 255, 0.4);
  50. }
  51. .ace_marker-layer .ace_active-line {
  52. background: rgba(92, 99, 112, 0.2);
  53. }
  54. .ace_marker-layer .ace_selected-word {
  55. border: 1px solid #16181d;
  56. }
  57. .ace_marker-layer .ace_foreign_line {
  58. position: absolute;
  59. z-index: -1;
  60. background-color: #24272e;
  61. }
  62. .ace_marker-layer .ace_active_debug_line {
  63. position: absolute;
  64. z-index: -1;
  65. background-color: #ddac50;
  66. }
  67. .ace_marker-layer .ace_find_line {
  68. position: absolute;
  69. z-index: -1;
  70. background-color: #16181d;
  71. }
  72. .ace_gutter-active-line {
  73. background-color: rgba(92, 99, 112, 0.2);
  74. }
  75. .ace_fold {
  76. background-color: rgba(152, 195, 121, 0.5);
  77. border: 1px solid #98c379 !important;
  78. }
  79. .ace_indent-guide {
  80. border-right: 1px solid rgba(171, 178, 191, 0.35);
  81. margin-right: -1px;
  82. }
  83. .ace_active-line ~ .ace_selection.ace_start {
  84. background-color: rgba(22, 24, 29, 0.6);
  85. }
  86. .ace_keyword {
  87. font-style: normal;
  88. color: #c678dd;
  89. }
  90. .ace_keyword.ace_operator {
  91. font-style: normal;
  92. color: #61afef;
  93. }
  94. .ace_keyword.ace_other.ace_unit {
  95. font-style: normal;
  96. color: #abb2bf;
  97. }
  98. .ace_constant.ace_language {
  99. color: #e06c75;
  100. }
  101. .ace_constant.ace_numeric {
  102. color: #abb2bf;
  103. }
  104. .ace_constant.ace_character {
  105. color: #abb2bf;
  106. }
  107. .ace_constant.ace_other {
  108. color: #abb2bf;
  109. }
  110. .ace_support.ace_function {
  111. color: #61afef;
  112. }
  113. .ace_support.ace_constant {
  114. color: #abb2bf;
  115. }
  116. .ace_support.ace_class {
  117. font-style: normal;
  118. color: #c678dd;
  119. }
  120. .ace_support.ace_type {
  121. color: #c678dd;
  122. }
  123. .ace_paren.ace_keyword.ace_operator {
  124. color: #abb2bf;
  125. }
  126. .ace_storage {
  127. color: #c678dd;
  128. }
  129. .ace_storage.ace_type {
  130. color: #c678dd;
  131. }
  132. .ace_invalid {
  133. background-color: rgba(224, 108, 117, 0.5);
  134. }
  135. .ace_invalid.ace_deprecated {
  136. background-color: rgba(198, 120, 221, 0.5);
  137. }
  138. .ace_string {
  139. color: #98c379;
  140. }
  141. .ace_comment {
  142. color: rgba(171, 178, 191, 0.5);
  143. }
  144. .ace_invisible {
  145. color: rgba(171, 178, 191, 0.35);
  146. }
  147. .ace_variable {
  148. color: #e06c75;
  149. }
  150. .ace_variable.ace_parameter {
  151. color: #abb2bf;
  152. }
  153. .ace_entity.ace_name.ace_function {
  154. color: #61afef;
  155. }
  156. .ace_entity.ace_name.ace_tag {
  157. color: #e06c75;
  158. }
  159. .ace_entity.ace_other.ace_attribute-name {
  160. color: #c678dd;
  161. }
  162. .ace_bracket {
  163. margin: 0 !important;
  164. border: 0 !important;
  165. background-color: rgba(82, 139, 255, 0.4);
  166. }
  167. .ace_console_error {
  168. background-color: #16181d;
  169. }
  170. .ace_layer {
  171. z-index: 3;
  172. }
  173. .ace_layer.ace_print-margin-layer {
  174. z-index: 2;
  175. }
  176. .ace_layer.ace_marker-layer {
  177. z-index: 1;
  178. }
  179. .ace_selection.ace_start {
  180. box-shadow: 0 0 3px 0 #282c34;
  181. border-radius: 2px;
  182. }
  183. .ace_meta.ace_tag {
  184. color: #61afef;
  185. }
  186. .ace_markup.ace_heading,
  187. .ace_markup.ace_heading ~ .ace_heading {
  188. font-weight: 600;
  189. color: #be5046;
  190. }
  191. .ace_support.ace_function.ace_codebegin, .ace_support.ace_function.ace_codeend {
  192. color: #56b6c2;
  193. }
  194. .ace_markup.ace_href {
  195. color: #e5c07b;
  196. }
  197. .nocolor.ace_editor .ace_line span {
  198. color: #c678dd !important;
  199. }
  200. /* ---- RStudio Theme ---- */
  201. /* background */
  202. .rstudio-themes-flat .rstudio-themes-dark-grey {
  203. background: #21252b !important;
  204. color: #abb2bf !important;
  205. }
  206. .rstudio-themes-flat .rstudio-themes-dark-grey .rstudio-themes-background {
  207. background: #21252b !important;
  208. }
  209. /* inactive tabs */
  210. table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs, .rstheme_multiPodUtilityTabArea {
  211. background: #21252b !important;
  212. }
  213. table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs .gwt-Label, .rstheme_multiPodUtilityTabArea .gwt-Label {
  214. color: rgba(171, 178, 191, 0.5);
  215. }
  216. /* toolbar and selected tab */
  217. .rstudio-themes-flat .rstudio-themes-dark-grey .rstheme_center, .rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab-selected table.rstheme_tabLayoutCenter {
  218. background: #282c34 !important;
  219. }
  220. .rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTab-selected .gwt-Label {
  221. color: #abb2bf;
  222. }
  223. .rstudio-themes-flat {
  224. /* search */
  225. }
  226. .rstudio-themes-flat .rstheme_toolbarWrapper {
  227. background: #282c34 !important;
  228. }
  229. .rstudio-themes-flat .rstheme_toolbarWrapper button, .rstudio-themes-flat .rstheme_toolbarWrapper a, .rstudio-themes-flat .rstheme_toolbarWrapper div {
  230. color: #abb2bf !important;
  231. }
  232. .rstudio-themes-flat .rstudio-themes-dark-grey {
  233. /* spliters */
  234. }
  235. .rstudio-themes-flat .rstudio-themes-dark-grey .gwt-SplitLayoutPanel-HDragger, .rstudio-themes-flat .rstudio-themes-dark-grey .gwt-SplitLayoutPanel-VDragger {
  236. background: transparent !important;
  237. }
  238. .rstudio-themes-flat .rstudio-themes-dark .search, .rstudio-themes-flat.rstudio-themes-dark-menus .search {
  239. background: #282c34 !important;
  240. }
  241. /* pane toolbars */
  242. .rstheme_secondaryToolbar, .rstudio-themes-flat .rstudio-themes-dark-grey .dataGridHeader {
  243. background: #282c34 !important;
  244. }
  245. /* menu background */
  246. .rstudio-themes-flat .popupMiddleCenter, .rstudio-themes-flat .menuPopupMiddleCenter, .rstudio-themes-flat .suggestPopupMiddleCenter {
  247. background: #282c34 !important;
  248. color: #abb2bf !important;
  249. }
  250. .rstudio-themes-flat .popupMiddleCenter .item.item-selected, .rstudio-themes-flat .menuPopupMiddleCenter .item.item-selected, .rstudio-themes-flat .suggestPopupMiddleCenter .item.item-selected {
  251. color: #282c34 !important;
  252. background: #abb2bf !important;
  253. }
  254. .rstudio-themes-flat .themedPopupPanel {
  255. border: solid 1px rgba(82, 139, 255, 0.4);
  256. }
  257. .rstudio-themes-flat .themedPopupPanel ~ div.popupContent div:nth-child(1) {
  258. border: solid 1px rgba(82, 139, 255, 0.4);
  259. }
  260. .rstudio-themes-flat .popupContent {
  261. background: #282c34;
  262. color: #abb2bf;
  263. }
  264. .rstudio-themes-flat .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) {
  265. background: #282c34 !important;
  266. border: solid 1px rgba(82, 139, 255, 0.4);
  267. }
  268. .rstudio-themes-flat .gwt-PopupPanel .popupContent {
  269. background: #abb2bf;
  270. }
  271. .rstudio-themes-flat .gwt-PopupPanel .popupContent table {
  272. background: #abb2bf;
  273. border: 0;
  274. }
  275. .rstudio-themes-flat .gwt-PopupPanel .popupContent table .gwt-Label {
  276. color: #282c34;
  277. }
  278. /* hacky toolbars section */
  279. .rstudio-themes-flat .rstudio-themes-dark-grey div.windowframe > div:last-child > div > div > div > div > div:not(.gwt-TabLayoutPanelTabs) {
  280. background: #21252b !important;
  281. }
  282. /* Data Frame Preview */
  283. .dataTables_wrapper thead th {
  284. background: #1d2026 !important;
  285. color: #abb2bf !important;
  286. }
  287. .dataTables_scrollBody table tbody td:first-child {
  288. background: #1d2026 !important;
  289. color: #abb2bf !important;
  290. }
  291. .dataTables_info {
  292. background: #1d2026 !important;
  293. color: #abb2bf !important;
  294. }
  295. /* scrollbars */
  296. .rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs,
  297. .rstudio-themes-flat .rstudio-themes-dark-grey .rstheme_minimizedWindowObject .rstheme_center,
  298. .rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-track,
  299. .rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-corner,
  300. .rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-track,
  301. .rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-corner,
  302. .rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-track,
  303. .rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-corner {
  304. background: #282c34;
  305. }
  306. .rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-thumb,
  307. .rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-thumb,
  308. .rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-thumb {
  309. background: #24272e;
  310. border: 4px solid #282c34;
  311. }
  312. .terminal {
  313. background-color: #282c34;
  314. color: #abb2bf;
  315. font-feature-settings: "liga" 0;
  316. position: relative;
  317. user-select: none;
  318. -ms-user-select: none;
  319. -webkit-user-select: none;
  320. }
  321. .terminal.xterm-cursor-style-block.focus:not(.xterm-cursor-blink-on) .terminal-cursor {
  322. background-color: #528bff;
  323. color: #528bff;
  324. }
  325. .terminal.focus.xterm-cursor-style-bar:not(.xterm-cursor-blink-on) .terminal-cursor::before, .terminal.focus.xterm-cursor-style-underline:not(.xterm-cursor-blink-on) .terminal-cursor::before {
  326. content: '';
  327. position: absolute;
  328. background-color: #282c34;
  329. }
  330. .terminal:not(.focus) .terminal-cursor {
  331. outline: 1px solid #abb2bf;
  332. outline-offset: -1px;
  333. }
  334. .terminal .xterm-selection div {
  335. position: absolute;
  336. background-color: #16181d;
  337. }
  338. .terminal .xterm-viewport {
  339. background-color: #282c34;
  340. overflow-y: scroll;
  341. }
  342. .xtermInvertColor {
  343. color: #abb2bf;
  344. }
  345. .xtermInvertBgColor {
  346. background-color: #282c34;
  347. }
  348. .xtermBold {
  349. font-weight: bold;
  350. }
  351. .xtermUnderline {
  352. text-decoration: underline;
  353. }
  354. .xtermBlink {
  355. text-decoration: blink;
  356. }
  357. .xtermHidden {
  358. visibility: hidden;
  359. }
  360. .xtermItalic {
  361. font-style: italic;
  362. }
  363. .xtermStrike {
  364. text-decoration: line-through;
  365. }
  366. .xtermColor0 {
  367. color: #2e3436 !important;
  368. }
  369. .xtermBgColor0 {
  370. background-color: #2e3436;
  371. }
  372. .xtermColor1 {
  373. color: #cc0000 !important;
  374. }
  375. .xtermBgColor1 {
  376. background-color: #cc0000;
  377. }
  378. .xtermColor2 {
  379. color: #4e9a06 !important;
  380. }
  381. .xtermBgColor2 {
  382. background-color: #4e9a06;
  383. }
  384. .xtermColor3 {
  385. color: #c4a000 !important;
  386. }
  387. .xtermBgColor3 {
  388. background-color: #c4a000;
  389. }
  390. .xtermColor4 {
  391. color: #3465a4 !important;
  392. }
  393. .xtermBgColor4 {
  394. background-color: #3465a4;
  395. }
  396. .xtermColor5 {
  397. color: #75507b !important;
  398. }
  399. .xtermBgColor5 {
  400. background-color: #75507b;
  401. }
  402. .xtermColor6 {
  403. color: #06989a !important;
  404. }
  405. .xtermBgColor6 {
  406. background-color: #06989a;
  407. }
  408. .xtermColor7 {
  409. color: #d3d7cf !important;
  410. }
  411. .xtermBgColor7 {
  412. background-color: #d3d7cf;
  413. }
  414. .xtermColor8 {
  415. color: #555753 !important;
  416. }
  417. .xtermBgColor8 {
  418. background-color: #555753;
  419. }
  420. .xtermColor9 {
  421. color: #ef2929 !important;
  422. }
  423. .xtermBgColor9 {
  424. background-color: #ef2929;
  425. }
  426. .xtermColor10 {
  427. color: #8ae234 !important;
  428. }
  429. .xtermBgColor10 {
  430. background-color: #8ae234;
  431. }
  432. .xtermColor11 {
  433. color: #fce94f !important;
  434. }
  435. .xtermBgColor11 {
  436. background-color: #fce94f;
  437. }
  438. .xtermColor12 {
  439. color: #729fcf !important;
  440. }
  441. .xtermBgColor12 {
  442. background-color: #729fcf;
  443. }
  444. .xtermColor13 {
  445. color: #ad7fa8 !important;
  446. }
  447. .xtermBgColor13 {
  448. background-color: #ad7fa8;
  449. }
  450. .xtermColor14 {
  451. color: #34e2e2 !important;
  452. }
  453. .xtermBgColor14 {
  454. background-color: #34e2e2;
  455. }
  456. .xtermColor15 {
  457. color: #eeeeec !important;
  458. }
  459. .xtermBgColor15 {
  460. background-color: #eeeeec;
  461. }
  462. .xtermColor16 {
  463. color: #000000 !important;
  464. }
  465. .xtermBgColor16 {
  466. background-color: #000000;
  467. }
  468. .xtermColor17 {
  469. color: #00005f !important;
  470. }
  471. .xtermBgColor17 {
  472. background-color: #00005f;
  473. }
  474. .xtermColor18 {
  475. color: #000087 !important;
  476. }
  477. .xtermBgColor18 {
  478. background-color: #000087;
  479. }
  480. .xtermColor19 {
  481. color: #0000af !important;
  482. }
  483. .xtermBgColor19 {
  484. background-color: #0000af;
  485. }
  486. .xtermColor20 {
  487. color: #0000d7 !important;
  488. }
  489. .xtermBgColor20 {
  490. background-color: #0000d7;
  491. }
  492. .xtermColor21 {
  493. color: #0000ff !important;
  494. }
  495. .xtermBgColor21 {
  496. background-color: #0000ff;
  497. }
  498. .xtermColor22 {
  499. color: #005f00 !important;
  500. }
  501. .xtermBgColor22 {
  502. background-color: #005f00;
  503. }
  504. .xtermColor23 {
  505. color: #005f5f !important;
  506. }
  507. .xtermBgColor23 {
  508. background-color: #005f5f;
  509. }
  510. .xtermColor24 {
  511. color: #005f87 !important;
  512. }
  513. .xtermBgColor24 {
  514. background-color: #005f87;
  515. }
  516. .xtermColor25 {
  517. color: #005faf !important;
  518. }
  519. .xtermBgColor25 {
  520. background-color: #005faf;
  521. }
  522. .xtermColor26 {
  523. color: #005fd7 !important;
  524. }
  525. .xtermBgColor26 {
  526. background-color: #005fd7;
  527. }
  528. .xtermColor27 {
  529. color: #005fff !important;
  530. }
  531. .xtermBgColor27 {
  532. background-color: #005fff;
  533. }
  534. .xtermColor28 {
  535. color: #008700 !important;
  536. }
  537. .xtermBgColor28 {
  538. background-color: #008700;
  539. }
  540. .xtermColor29 {
  541. color: #00875f !important;
  542. }
  543. .xtermBgColor29 {
  544. background-color: #00875f;
  545. }
  546. .xtermColor30 {
  547. color: #008787 !important;
  548. }
  549. .xtermBgColor30 {
  550. background-color: #008787;
  551. }
  552. .xtermColor31 {
  553. color: #0087af !important;
  554. }
  555. .xtermBgColor31 {
  556. background-color: #0087af;
  557. }
  558. .xtermColor32 {
  559. color: #0087d7 !important;
  560. }
  561. .xtermBgColor32 {
  562. background-color: #0087d7;
  563. }
  564. .xtermColor33 {
  565. color: #0087ff !important;
  566. }
  567. .xtermBgColor33 {
  568. background-color: #0087ff;
  569. }
  570. .xtermColor34 {
  571. color: #00af00 !important;
  572. }
  573. .xtermBgColor34 {
  574. background-color: #00af00;
  575. }
  576. .xtermColor35 {
  577. color: #00af5f !important;
  578. }
  579. .xtermBgColor35 {
  580. background-color: #00af5f;
  581. }
  582. .xtermColor36 {
  583. color: #00af87 !important;
  584. }
  585. .xtermBgColor36 {
  586. background-color: #00af87;
  587. }
  588. .xtermColor37 {
  589. color: #00afaf !important;
  590. }
  591. .xtermBgColor37 {
  592. background-color: #00afaf;
  593. }
  594. .xtermColor38 {
  595. color: #00afd7 !important;
  596. }
  597. .xtermBgColor38 {
  598. background-color: #00afd7;
  599. }
  600. .xtermColor39 {
  601. color: #00afff !important;
  602. }
  603. .xtermBgColor39 {
  604. background-color: #00afff;
  605. }
  606. .xtermColor40 {
  607. color: #00d700 !important;
  608. }
  609. .xtermBgColor40 {
  610. background-color: #00d700;
  611. }
  612. .xtermColor41 {
  613. color: #00d75f !important;
  614. }
  615. .xtermBgColor41 {
  616. background-color: #00d75f;
  617. }
  618. .xtermColor42 {
  619. color: #00d787 !important;
  620. }
  621. .xtermBgColor42 {
  622. background-color: #00d787;
  623. }
  624. .xtermColor43 {
  625. color: #00d7af !important;
  626. }
  627. .xtermBgColor43 {
  628. background-color: #00d7af;
  629. }
  630. .xtermColor44 {
  631. color: #00d7d7 !important;
  632. }
  633. .xtermBgColor44 {
  634. background-color: #00d7d7;
  635. }
  636. .xtermColor45 {
  637. color: #00d7ff !important;
  638. }
  639. .xtermBgColor45 {
  640. background-color: #00d7ff;
  641. }
  642. .xtermColor46 {
  643. color: #00ff00 !important;
  644. }
  645. .xtermBgColor46 {
  646. background-color: #00ff00;
  647. }
  648. .xtermColor47 {
  649. color: #00ff5f !important;
  650. }
  651. .xtermBgColor47 {
  652. background-color: #00ff5f;
  653. }
  654. .xtermColor48 {
  655. color: #00ff87 !important;
  656. }
  657. .xtermBgColor48 {
  658. background-color: #00ff87;
  659. }
  660. .xtermColor49 {
  661. color: #00ffaf !important;
  662. }
  663. .xtermBgColor49 {
  664. background-color: #00ffaf;
  665. }
  666. .xtermColor50 {
  667. color: #00ffd7 !important;
  668. }
  669. .xtermBgColor50 {
  670. background-color: #00ffd7;
  671. }
  672. .xtermColor51 {
  673. color: #00ffff !important;
  674. }
  675. .xtermBgColor51 {
  676. background-color: #00ffff;
  677. }
  678. .xtermColor52 {
  679. color: #5f0000 !important;
  680. }
  681. .xtermBgColor52 {
  682. background-color: #5f0000;
  683. }
  684. .xtermColor53 {
  685. color: #5f005f !important;
  686. }
  687. .xtermBgColor53 {
  688. background-color: #5f005f;
  689. }
  690. .xtermColor54 {
  691. color: #5f0087 !important;
  692. }
  693. .xtermBgColor54 {
  694. background-color: #5f0087;
  695. }
  696. .xtermColor55 {
  697. color: #5f00af !important;
  698. }
  699. .xtermBgColor55 {
  700. background-color: #5f00af;
  701. }
  702. .xtermColor56 {
  703. color: #5f00d7 !important;
  704. }
  705. .xtermBgColor56 {
  706. background-color: #5f00d7;
  707. }
  708. .xtermColor57 {
  709. color: #5f00ff !important;
  710. }
  711. .xtermBgColor57 {
  712. background-color: #5f00ff;
  713. }
  714. .xtermColor58 {
  715. color: #5f5f00 !important;
  716. }
  717. .xtermBgColor58 {
  718. background-color: #5f5f00;
  719. }
  720. .xtermColor59 {
  721. color: #5f5f5f !important;
  722. }
  723. .xtermBgColor59 {
  724. background-color: #5f5f5f;
  725. }
  726. .xtermColor60 {
  727. color: #5f5f87 !important;
  728. }
  729. .xtermBgColor60 {
  730. background-color: #5f5f87;
  731. }
  732. .xtermColor61 {
  733. color: #5f5faf !important;
  734. }
  735. .xtermBgColor61 {
  736. background-color: #5f5faf;
  737. }
  738. .xtermColor62 {
  739. color: #5f5fd7 !important;
  740. }
  741. .xtermBgColor62 {
  742. background-color: #5f5fd7;
  743. }
  744. .xtermColor63 {
  745. color: #5f5fff !important;
  746. }
  747. .xtermBgColor63 {
  748. background-color: #5f5fff;
  749. }
  750. .xtermColor64 {
  751. color: #5f8700 !important;
  752. }
  753. .xtermBgColor64 {
  754. background-color: #5f8700;
  755. }
  756. .xtermColor65 {
  757. color: #5f875f !important;
  758. }
  759. .xtermBgColor65 {
  760. background-color: #5f875f;
  761. }
  762. .xtermColor66 {
  763. color: #5f8787 !important;
  764. }
  765. .xtermBgColor66 {
  766. background-color: #5f8787;
  767. }
  768. .xtermColor67 {
  769. color: #5f87af !important;
  770. }
  771. .xtermBgColor67 {
  772. background-color: #5f87af;
  773. }
  774. .xtermColor68 {
  775. color: #5f87d7 !important;
  776. }
  777. .xtermBgColor68 {
  778. background-color: #5f87d7;
  779. }
  780. .xtermColor69 {
  781. color: #5f87ff !important;
  782. }
  783. .xtermBgColor69 {
  784. background-color: #5f87ff;
  785. }
  786. .xtermColor70 {
  787. color: #5faf00 !important;
  788. }
  789. .xtermBgColor70 {
  790. background-color: #5faf00;
  791. }
  792. .xtermColor71 {
  793. color: #5faf5f !important;
  794. }
  795. .xtermBgColor71 {
  796. background-color: #5faf5f;
  797. }
  798. .xtermColor72 {
  799. color: #5faf87 !important;
  800. }
  801. .xtermBgColor72 {
  802. background-color: #5faf87;
  803. }
  804. .xtermColor73 {
  805. color: #5fafaf !important;
  806. }
  807. .xtermBgColor73 {
  808. background-color: #5fafaf;
  809. }
  810. .xtermColor74 {
  811. color: #5fafd7 !important;
  812. }
  813. .xtermBgColor74 {
  814. background-color: #5fafd7;
  815. }
  816. .xtermColor75 {
  817. color: #5fafff !important;
  818. }
  819. .xtermBgColor75 {
  820. background-color: #5fafff;
  821. }
  822. .xtermColor76 {
  823. color: #5fd700 !important;
  824. }
  825. .xtermBgColor76 {
  826. background-color: #5fd700;
  827. }
  828. .xtermColor77 {
  829. color: #5fd75f !important;
  830. }
  831. .xtermBgColor77 {
  832. background-color: #5fd75f;
  833. }
  834. .xtermColor78 {
  835. color: #5fd787 !important;
  836. }
  837. .xtermBgColor78 {
  838. background-color: #5fd787;
  839. }
  840. .xtermColor79 {
  841. color: #5fd7af !important;
  842. }
  843. .xtermBgColor79 {
  844. background-color: #5fd7af;
  845. }
  846. .xtermColor80 {
  847. color: #5fd7d7 !important;
  848. }
  849. .xtermBgColor80 {
  850. background-color: #5fd7d7;
  851. }
  852. .xtermColor81 {
  853. color: #5fd7ff !important;
  854. }
  855. .xtermBgColor81 {
  856. background-color: #5fd7ff;
  857. }
  858. .xtermColor82 {
  859. color: #5fff00 !important;
  860. }
  861. .xtermBgColor82 {
  862. background-color: #5fff00;
  863. }
  864. .xtermColor83 {
  865. color: #5fff5f !important;
  866. }
  867. .xtermBgColor83 {
  868. background-color: #5fff5f;
  869. }
  870. .xtermColor84 {
  871. color: #5fff87 !important;
  872. }
  873. .xtermBgColor84 {
  874. background-color: #5fff87;
  875. }
  876. .xtermColor85 {
  877. color: #5fffaf !important;
  878. }
  879. .xtermBgColor85 {
  880. background-color: #5fffaf;
  881. }
  882. .xtermColor86 {
  883. color: #5fffd7 !important;
  884. }
  885. .xtermBgColor86 {
  886. background-color: #5fffd7;
  887. }
  888. .xtermColor87 {
  889. color: #5fffff !important;
  890. }
  891. .xtermBgColor87 {
  892. background-color: #5fffff;
  893. }
  894. .xtermColor88 {
  895. color: #870000 !important;
  896. }
  897. .xtermBgColor88 {
  898. background-color: #870000;
  899. }
  900. .xtermColor89 {
  901. color: #87005f !important;
  902. }
  903. .xtermBgColor89 {
  904. background-color: #87005f;
  905. }
  906. .xtermColor90 {
  907. color: #870087 !important;
  908. }
  909. .xtermBgColor90 {
  910. background-color: #870087;
  911. }
  912. .xtermColor91 {
  913. color: #8700af !important;
  914. }
  915. .xtermBgColor91 {
  916. background-color: #8700af;
  917. }
  918. .xtermColor92 {
  919. color: #8700d7 !important;
  920. }
  921. .xtermBgColor92 {
  922. background-color: #8700d7;
  923. }
  924. .xtermColor93 {
  925. color: #8700ff !important;
  926. }
  927. .xtermBgColor93 {
  928. background-color: #8700ff;
  929. }
  930. .xtermColor94 {
  931. color: #875f00 !important;
  932. }
  933. .xtermBgColor94 {
  934. background-color: #875f00;
  935. }
  936. .xtermColor95 {
  937. color: #875f5f !important;
  938. }
  939. .xtermBgColor95 {
  940. background-color: #875f5f;
  941. }
  942. .xtermColor96 {
  943. color: #875f87 !important;
  944. }
  945. .xtermBgColor96 {
  946. background-color: #875f87;
  947. }
  948. .xtermColor97 {
  949. color: #875faf !important;
  950. }
  951. .xtermBgColor97 {
  952. background-color: #875faf;
  953. }
  954. .xtermColor98 {
  955. color: #875fd7 !important;
  956. }
  957. .xtermBgColor98 {
  958. background-color: #875fd7;
  959. }
  960. .xtermColor99 {
  961. color: #875fff !important;
  962. }
  963. .xtermBgColor99 {
  964. background-color: #875fff;
  965. }
  966. .xtermColor100 {
  967. color: #878700 !important;
  968. }
  969. .xtermBgColor100 {
  970. background-color: #878700;
  971. }
  972. .xtermColor101 {
  973. color: #87875f !important;
  974. }
  975. .xtermBgColor101 {
  976. background-color: #87875f;
  977. }
  978. .xtermColor102 {
  979. color: #878787 !important;
  980. }
  981. .xtermBgColor102 {
  982. background-color: #878787;
  983. }
  984. .xtermColor103 {
  985. color: #8787af !important;
  986. }
  987. .xtermBgColor103 {
  988. background-color: #8787af;
  989. }
  990. .xtermColor104 {
  991. color: #8787d7 !important;
  992. }
  993. .xtermBgColor104 {
  994. background-color: #8787d7;
  995. }
  996. .xtermColor105 {
  997. color: #8787ff !important;
  998. }
  999. .xtermBgColor105 {
  1000. background-color: #8787ff;
  1001. }
  1002. .xtermColor106 {
  1003. color: #87af00 !important;
  1004. }
  1005. .xtermBgColor106 {
  1006. background-color: #87af00;
  1007. }
  1008. .xtermColor107 {
  1009. color: #87af5f !important;
  1010. }
  1011. .xtermBgColor107 {
  1012. background-color: #87af5f;
  1013. }
  1014. .xtermColor108 {
  1015. color: #87af87 !important;
  1016. }
  1017. .xtermBgColor108 {
  1018. background-color: #87af87;
  1019. }
  1020. .xtermColor109 {
  1021. color: #87afaf !important;
  1022. }
  1023. .xtermBgColor109 {
  1024. background-color: #87afaf;
  1025. }
  1026. .xtermColor110 {
  1027. color: #87afd7 !important;
  1028. }
  1029. .xtermBgColor110 {
  1030. background-color: #87afd7;
  1031. }
  1032. .xtermColor111 {
  1033. color: #87afff !important;
  1034. }
  1035. .xtermBgColor111 {
  1036. background-color: #87afff;
  1037. }
  1038. .xtermColor112 {
  1039. color: #87d700 !important;
  1040. }
  1041. .xtermBgColor112 {
  1042. background-color: #87d700;
  1043. }
  1044. .xtermColor113 {
  1045. color: #87d75f !important;
  1046. }
  1047. .xtermBgColor113 {
  1048. background-color: #87d75f;
  1049. }
  1050. .xtermColor114 {
  1051. color: #87d787 !important;
  1052. }
  1053. .xtermBgColor114 {
  1054. background-color: #87d787;
  1055. }
  1056. .xtermColor115 {
  1057. color: #87d7af !important;
  1058. }
  1059. .xtermBgColor115 {
  1060. background-color: #87d7af;
  1061. }
  1062. .xtermColor116 {
  1063. color: #87d7d7 !important;
  1064. }
  1065. .xtermBgColor116 {
  1066. background-color: #87d7d7;
  1067. }
  1068. .xtermColor117 {
  1069. color: #87d7ff !important;
  1070. }
  1071. .xtermBgColor117 {
  1072. background-color: #87d7ff;
  1073. }
  1074. .xtermColor118 {
  1075. color: #87ff00 !important;
  1076. }
  1077. .xtermBgColor118 {
  1078. background-color: #87ff00;
  1079. }
  1080. .xtermColor119 {
  1081. color: #87ff5f !important;
  1082. }
  1083. .xtermBgColor119 {
  1084. background-color: #87ff5f;
  1085. }
  1086. .xtermColor120 {
  1087. color: #87ff87 !important;
  1088. }
  1089. .xtermBgColor120 {
  1090. background-color: #87ff87;
  1091. }
  1092. .xtermColor121 {
  1093. color: #87ffaf !important;
  1094. }
  1095. .xtermBgColor121 {
  1096. background-color: #87ffaf;
  1097. }
  1098. .xtermColor122 {
  1099. color: #87ffd7 !important;
  1100. }
  1101. .xtermBgColor122 {
  1102. background-color: #87ffd7;
  1103. }
  1104. .xtermColor123 {
  1105. color: #87ffff !important;
  1106. }
  1107. .xtermBgColor123 {
  1108. background-color: #87ffff;
  1109. }
  1110. .xtermColor124 {
  1111. color: #af0000 !important;
  1112. }
  1113. .xtermBgColor124 {
  1114. background-color: #af0000;
  1115. }
  1116. .xtermColor125 {
  1117. color: #af005f !important;
  1118. }
  1119. .xtermBgColor125 {
  1120. background-color: #af005f;
  1121. }
  1122. .xtermColor126 {
  1123. color: #af0087 !important;
  1124. }
  1125. .xtermBgColor126 {
  1126. background-color: #af0087;
  1127. }
  1128. .xtermColor127 {
  1129. color: #af00af !important;
  1130. }
  1131. .xtermBgColor127 {
  1132. background-color: #af00af;
  1133. }
  1134. .xtermColor128 {
  1135. color: #af00d7 !important;
  1136. }
  1137. .xtermBgColor128 {
  1138. background-color: #af00d7;
  1139. }
  1140. .xtermColor129 {
  1141. color: #af00ff !important;
  1142. }
  1143. .xtermBgColor129 {
  1144. background-color: #af00ff;
  1145. }
  1146. .xtermColor130 {
  1147. color: #af5f00 !important;
  1148. }
  1149. .xtermBgColor130 {
  1150. background-color: #af5f00;
  1151. }
  1152. .xtermColor131 {
  1153. color: #af5f5f !important;
  1154. }
  1155. .xtermBgColor131 {
  1156. background-color: #af5f5f;
  1157. }
  1158. .xtermColor132 {
  1159. color: #af5f87 !important;
  1160. }
  1161. .xtermBgColor132 {
  1162. background-color: #af5f87;
  1163. }
  1164. .xtermColor133 {
  1165. color: #af5faf !important;
  1166. }
  1167. .xtermBgColor133 {
  1168. background-color: #af5faf;
  1169. }
  1170. .xtermColor134 {
  1171. color: #af5fd7 !important;
  1172. }
  1173. .xtermBgColor134 {
  1174. background-color: #af5fd7;
  1175. }
  1176. .xtermColor135 {
  1177. color: #af5fff !important;
  1178. }
  1179. .xtermBgColor135 {
  1180. background-color: #af5fff;
  1181. }
  1182. .xtermColor136 {
  1183. color: #af8700 !important;
  1184. }
  1185. .xtermBgColor136 {
  1186. background-color: #af8700;
  1187. }
  1188. .xtermColor137 {
  1189. color: #af875f !important;
  1190. }
  1191. .xtermBgColor137 {
  1192. background-color: #af875f;
  1193. }
  1194. .xtermColor138 {
  1195. color: #af8787 !important;
  1196. }
  1197. .xtermBgColor138 {
  1198. background-color: #af8787;
  1199. }
  1200. .xtermColor139 {
  1201. color: #af87af !important;
  1202. }
  1203. .xtermBgColor139 {
  1204. background-color: #af87af;
  1205. }
  1206. .xtermColor140 {
  1207. color: #af87d7 !important;
  1208. }
  1209. .xtermBgColor140 {
  1210. background-color: #af87d7;
  1211. }
  1212. .xtermColor141 {
  1213. color: #af87ff !important;
  1214. }
  1215. .xtermBgColor141 {
  1216. background-color: #af87ff;
  1217. }
  1218. .xtermColor142 {
  1219. color: #afaf00 !important;
  1220. }
  1221. .xtermBgColor142 {
  1222. background-color: #afaf00;
  1223. }
  1224. .xtermColor143 {
  1225. color: #afaf5f !important;
  1226. }
  1227. .xtermBgColor143 {
  1228. background-color: #afaf5f;
  1229. }
  1230. .xtermColor144 {
  1231. color: #afaf87 !important;
  1232. }
  1233. .xtermBgColor144 {
  1234. background-color: #afaf87;
  1235. }
  1236. .xtermColor145 {
  1237. color: #afafaf !important;
  1238. }
  1239. .xtermBgColor145 {
  1240. background-color: #afafaf;
  1241. }
  1242. .xtermColor146 {
  1243. color: #afafd7 !important;
  1244. }
  1245. .xtermBgColor146 {
  1246. background-color: #afafd7;
  1247. }
  1248. .xtermColor147 {
  1249. color: #afafff !important;
  1250. }
  1251. .xtermBgColor147 {
  1252. background-color: #afafff;
  1253. }
  1254. .xtermColor148 {
  1255. color: #afd700 !important;
  1256. }
  1257. .xtermBgColor148 {
  1258. background-color: #afd700;
  1259. }
  1260. .xtermColor149 {
  1261. color: #afd75f !important;
  1262. }
  1263. .xtermBgColor149 {
  1264. background-color: #afd75f;
  1265. }
  1266. .xtermColor150 {
  1267. color: #afd787 !important;
  1268. }
  1269. .xtermBgColor150 {
  1270. background-color: #afd787;
  1271. }
  1272. .xtermColor151 {
  1273. color: #afd7af !important;
  1274. }
  1275. .xtermBgColor151 {
  1276. background-color: #afd7af;
  1277. }
  1278. .xtermColor152 {
  1279. color: #afd7d7 !important;
  1280. }
  1281. .xtermBgColor152 {
  1282. background-color: #afd7d7;
  1283. }
  1284. .xtermColor153 {
  1285. color: #afd7ff !important;
  1286. }
  1287. .xtermBgColor153 {
  1288. background-color: #afd7ff;
  1289. }
  1290. .xtermColor154 {
  1291. color: #afff00 !important;
  1292. }
  1293. .xtermBgColor154 {
  1294. background-color: #afff00;
  1295. }
  1296. .xtermColor155 {
  1297. color: #afff5f !important;
  1298. }
  1299. .xtermBgColor155 {
  1300. background-color: #afff5f;
  1301. }
  1302. .xtermColor156 {
  1303. color: #afff87 !important;
  1304. }
  1305. .xtermBgColor156 {
  1306. background-color: #afff87;
  1307. }
  1308. .xtermColor157 {
  1309. color: #afffaf !important;
  1310. }
  1311. .xtermBgColor157 {
  1312. background-color: #afffaf;
  1313. }
  1314. .xtermColor158 {
  1315. color: #afffd7 !important;
  1316. }
  1317. .xtermBgColor158 {
  1318. background-color: #afffd7;
  1319. }
  1320. .xtermColor159 {
  1321. color: #afffff !important;
  1322. }
  1323. .xtermBgColor159 {
  1324. background-color: #afffff;
  1325. }
  1326. .xtermColor160 {
  1327. color: #d70000 !important;
  1328. }
  1329. .xtermBgColor160 {
  1330. background-color: #d70000;
  1331. }
  1332. .xtermColor161 {
  1333. color: #d7005f !important;
  1334. }
  1335. .xtermBgColor161 {
  1336. background-color: #d7005f;
  1337. }
  1338. .xtermColor162 {
  1339. color: #d70087 !important;
  1340. }
  1341. .xtermBgColor162 {
  1342. background-color: #d70087;
  1343. }
  1344. .xtermColor163 {
  1345. color: #d700af !important;
  1346. }
  1347. .xtermBgColor163 {
  1348. background-color: #d700af;
  1349. }
  1350. .xtermColor164 {
  1351. color: #d700d7 !important;
  1352. }
  1353. .xtermBgColor164 {
  1354. background-color: #d700d7;
  1355. }
  1356. .xtermColor165 {
  1357. color: #d700ff !important;
  1358. }
  1359. .xtermBgColor165 {
  1360. background-color: #d700ff;
  1361. }
  1362. .xtermColor166 {
  1363. color: #d75f00 !important;
  1364. }
  1365. .xtermBgColor166 {
  1366. background-color: #d75f00;
  1367. }
  1368. .xtermColor167 {
  1369. color: #d75f5f !important;
  1370. }
  1371. .xtermBgColor167 {
  1372. background-color: #d75f5f;
  1373. }
  1374. .xtermColor168 {
  1375. color: #d75f87 !important;
  1376. }
  1377. .xtermBgColor168 {
  1378. background-color: #d75f87;
  1379. }
  1380. .xtermColor169 {
  1381. color: #d75faf !important;
  1382. }
  1383. .xtermBgColor169 {
  1384. background-color: #d75faf;
  1385. }
  1386. .xtermColor170 {
  1387. color: #d75fd7 !important;
  1388. }
  1389. .xtermBgColor170 {
  1390. background-color: #d75fd7;
  1391. }
  1392. .xtermColor171 {
  1393. color: #d75fff !important;
  1394. }
  1395. .xtermBgColor171 {
  1396. background-color: #d75fff;
  1397. }
  1398. .xtermColor172 {
  1399. color: #d78700 !important;
  1400. }
  1401. .xtermBgColor172 {
  1402. background-color: #d78700;
  1403. }
  1404. .xtermColor173 {
  1405. color: #d7875f !important;
  1406. }
  1407. .xtermBgColor173 {
  1408. background-color: #d7875f;
  1409. }
  1410. .xtermColor174 {
  1411. color: #d78787 !important;
  1412. }
  1413. .xtermBgColor174 {
  1414. background-color: #d78787;
  1415. }
  1416. .xtermColor175 {
  1417. color: #d787af !important;
  1418. }
  1419. .xtermBgColor175 {
  1420. background-color: #d787af;
  1421. }
  1422. .xtermColor176 {
  1423. color: #d787d7 !important;
  1424. }
  1425. .xtermBgColor176 {
  1426. background-color: #d787d7;
  1427. }
  1428. .xtermColor177 {
  1429. color: #d787ff !important;
  1430. }
  1431. .xtermBgColor177 {
  1432. background-color: #d787ff;
  1433. }
  1434. .xtermColor178 {
  1435. color: #d7af00 !important;
  1436. }
  1437. .xtermBgColor178 {
  1438. background-color: #d7af00;
  1439. }
  1440. .xtermColor179 {
  1441. color: #d7af5f !important;
  1442. }
  1443. .xtermBgColor179 {
  1444. background-color: #d7af5f;
  1445. }
  1446. .xtermColor180 {
  1447. color: #d7af87 !important;
  1448. }
  1449. .xtermBgColor180 {
  1450. background-color: #d7af87;
  1451. }
  1452. .xtermColor181 {
  1453. color: #d7afaf !important;
  1454. }
  1455. .xtermBgColor181 {
  1456. background-color: #d7afaf;
  1457. }
  1458. .xtermColor182 {
  1459. color: #d7afd7 !important;
  1460. }
  1461. .xtermBgColor182 {
  1462. background-color: #d7afd7;
  1463. }
  1464. .xtermColor183 {
  1465. color: #d7afff !important;
  1466. }
  1467. .xtermBgColor183 {
  1468. background-color: #d7afff;
  1469. }
  1470. .xtermColor184 {
  1471. color: #d7d700 !important;
  1472. }
  1473. .xtermBgColor184 {
  1474. background-color: #d7d700;
  1475. }
  1476. .xtermColor185 {
  1477. color: #d7d75f !important;
  1478. }
  1479. .xtermBgColor185 {
  1480. background-color: #d7d75f;
  1481. }
  1482. .xtermColor186 {
  1483. color: #d7d787 !important;
  1484. }
  1485. .xtermBgColor186 {
  1486. background-color: #d7d787;
  1487. }
  1488. .xtermColor187 {
  1489. color: #d7d7af !important;
  1490. }
  1491. .xtermBgColor187 {
  1492. background-color: #d7d7af;
  1493. }
  1494. .xtermColor188 {
  1495. color: #d7d7d7 !important;
  1496. }
  1497. .xtermBgColor188 {
  1498. background-color: #d7d7d7;
  1499. }
  1500. .xtermColor189 {
  1501. color: #d7d7ff !important;
  1502. }
  1503. .xtermBgColor189 {
  1504. background-color: #d7d7ff;
  1505. }
  1506. .xtermColor190 {
  1507. color: #d7ff00 !important;
  1508. }
  1509. .xtermBgColor190 {
  1510. background-color: #d7ff00;
  1511. }
  1512. .xtermColor191 {
  1513. color: #d7ff5f !important;
  1514. }
  1515. .xtermBgColor191 {
  1516. background-color: #d7ff5f;
  1517. }
  1518. .xtermColor192 {
  1519. color: #d7ff87 !important;
  1520. }
  1521. .xtermBgColor192 {
  1522. background-color: #d7ff87;
  1523. }
  1524. .xtermColor193 {
  1525. color: #d7ffaf !important;
  1526. }
  1527. .xtermBgColor193 {
  1528. background-color: #d7ffaf;
  1529. }
  1530. .xtermColor194 {
  1531. color: #d7ffd7 !important;
  1532. }
  1533. .xtermBgColor194 {
  1534. background-color: #d7ffd7;
  1535. }
  1536. .xtermColor195 {
  1537. color: #d7ffff !important;
  1538. }
  1539. .xtermBgColor195 {
  1540. background-color: #d7ffff;
  1541. }
  1542. .xtermColor196 {
  1543. color: #ff0000 !important;
  1544. }
  1545. .xtermBgColor196 {
  1546. background-color: #ff0000;
  1547. }
  1548. .xtermColor197 {
  1549. color: #ff005f !important;
  1550. }
  1551. .xtermBgColor197 {
  1552. background-color: #ff005f;
  1553. }
  1554. .xtermColor198 {
  1555. color: #ff0087 !important;
  1556. }
  1557. .xtermBgColor198 {
  1558. background-color: #ff0087;
  1559. }
  1560. .xtermColor199 {
  1561. color: #ff00af !important;
  1562. }
  1563. .xtermBgColor199 {
  1564. background-color: #ff00af;
  1565. }
  1566. .xtermColor200 {
  1567. color: #ff00d7 !important;
  1568. }
  1569. .xtermBgColor200 {
  1570. background-color: #ff00d7;
  1571. }
  1572. .xtermColor201 {
  1573. color: #ff00ff !important;
  1574. }
  1575. .xtermBgColor201 {
  1576. background-color: #ff00ff;
  1577. }
  1578. .xtermColor202 {
  1579. color: #ff5f00 !important;
  1580. }
  1581. .xtermBgColor202 {
  1582. background-color: #ff5f00;
  1583. }
  1584. .xtermColor203 {
  1585. color: #ff5f5f !important;
  1586. }
  1587. .xtermBgColor203 {
  1588. background-color: #ff5f5f;
  1589. }
  1590. .xtermColor204 {
  1591. color: #ff5f87 !important;
  1592. }
  1593. .xtermBgColor204 {
  1594. background-color: #ff5f87;
  1595. }
  1596. .xtermColor205 {
  1597. color: #ff5faf !important;
  1598. }
  1599. .xtermBgColor205 {
  1600. background-color: #ff5faf;
  1601. }
  1602. .xtermColor206 {
  1603. color: #ff5fd7 !important;
  1604. }
  1605. .xtermBgColor206 {
  1606. background-color: #ff5fd7;
  1607. }
  1608. .xtermColor207 {
  1609. color: #ff5fff !important;
  1610. }
  1611. .xtermBgColor207 {
  1612. background-color: #ff5fff;
  1613. }
  1614. .xtermColor208 {
  1615. color: #ff8700 !important;
  1616. }
  1617. .xtermBgColor208 {
  1618. background-color: #ff8700;
  1619. }
  1620. .xtermColor209 {
  1621. color: #ff875f !important;
  1622. }
  1623. .xtermBgColor209 {
  1624. background-color: #ff875f;
  1625. }
  1626. .xtermColor210 {
  1627. color: #ff8787 !important;
  1628. }
  1629. .xtermBgColor210 {
  1630. background-color: #ff8787;
  1631. }
  1632. .xtermColor211 {
  1633. color: #ff87af !important;
  1634. }
  1635. .xtermBgColor211 {
  1636. background-color: #ff87af;
  1637. }
  1638. .xtermColor212 {
  1639. color: #ff87d7 !important;
  1640. }
  1641. .xtermBgColor212 {
  1642. background-color: #ff87d7;
  1643. }
  1644. .xtermColor213 {
  1645. color: #ff87ff !important;
  1646. }
  1647. .xtermBgColor213 {
  1648. background-color: #ff87ff;
  1649. }
  1650. .xtermColor214 {
  1651. color: #ffaf00 !important;
  1652. }
  1653. .xtermBgColor214 {
  1654. background-color: #ffaf00;
  1655. }
  1656. .xtermColor215 {
  1657. color: #ffaf5f !important;
  1658. }
  1659. .xtermBgColor215 {
  1660. background-color: #ffaf5f;
  1661. }
  1662. .xtermColor216 {
  1663. color: #ffaf87 !important;
  1664. }
  1665. .xtermBgColor216 {
  1666. background-color: #ffaf87;
  1667. }
  1668. .xtermColor217 {
  1669. color: #ffafaf !important;
  1670. }
  1671. .xtermBgColor217 {
  1672. background-color: #ffafaf;
  1673. }
  1674. .xtermColor218 {
  1675. color: #ffafd7 !important;
  1676. }
  1677. .xtermBgColor218 {
  1678. background-color: #ffafd7;
  1679. }
  1680. .xtermColor219 {
  1681. color: #ffafff !important;
  1682. }
  1683. .xtermBgColor219 {
  1684. background-color: #ffafff;
  1685. }
  1686. .xtermColor220 {
  1687. color: #ffd700 !important;
  1688. }
  1689. .xtermBgColor220 {
  1690. background-color: #ffd700;
  1691. }
  1692. .xtermColor221 {
  1693. color: #ffd75f !important;
  1694. }
  1695. .xtermBgColor221 {
  1696. background-color: #ffd75f;
  1697. }
  1698. .xtermColor222 {
  1699. color: #ffd787 !important;
  1700. }
  1701. .xtermBgColor222 {
  1702. background-color: #ffd787;
  1703. }
  1704. .xtermColor223 {
  1705. color: #ffd7af !important;
  1706. }
  1707. .xtermBgColor223 {
  1708. background-color: #ffd7af;
  1709. }
  1710. .xtermColor224 {
  1711. color: #ffd7d7 !important;
  1712. }
  1713. .xtermBgColor224 {
  1714. background-color: #ffd7d7;
  1715. }
  1716. .xtermColor225 {
  1717. color: #ffd7ff !important;
  1718. }
  1719. .xtermBgColor225 {
  1720. background-color: #ffd7ff;
  1721. }
  1722. .xtermColor226 {
  1723. color: #ffff00 !important;
  1724. }
  1725. .xtermBgColor226 {
  1726. background-color: #ffff00;
  1727. }
  1728. .xtermColor227 {
  1729. color: #ffff5f !important;
  1730. }
  1731. .xtermBgColor227 {
  1732. background-color: #ffff5f;
  1733. }
  1734. .xtermColor228 {
  1735. color: #ffff87 !important;
  1736. }
  1737. .xtermBgColor228 {
  1738. background-color: #ffff87;
  1739. }
  1740. .xtermColor229 {
  1741. color: #ffffaf !important;
  1742. }
  1743. .xtermBgColor229 {
  1744. background-color: #ffffaf;
  1745. }
  1746. .xtermColor230 {
  1747. color: #ffffd7 !important;
  1748. }
  1749. .xtermBgColor230 {
  1750. background-color: #ffffd7;
  1751. }
  1752. .xtermColor231 {
  1753. color: #ffffff !important;
  1754. }
  1755. .xtermBgColor231 {
  1756. background-color: #ffffff;
  1757. }
  1758. .xtermColor232 {
  1759. color: #080808 !important;
  1760. }
  1761. .xtermBgColor232 {
  1762. background-color: #080808;
  1763. }
  1764. .xtermColor233 {
  1765. color: #121212 !important;
  1766. }
  1767. .xtermBgColor233 {
  1768. background-color: #121212;
  1769. }
  1770. .xtermColor234 {
  1771. color: #1c1c1c !important;
  1772. }
  1773. .xtermBgColor234 {
  1774. background-color: #1c1c1c;
  1775. }
  1776. .xtermColor235 {
  1777. color: #262626 !important;
  1778. }
  1779. .xtermBgColor235 {
  1780. background-color: #262626;
  1781. }
  1782. .xtermColor236 {
  1783. color: #303030 !important;
  1784. }
  1785. .xtermBgColor236 {
  1786. background-color: #303030;
  1787. }
  1788. .xtermColor237 {
  1789. color: #3a3a3a !important;
  1790. }
  1791. .xtermBgColor237 {
  1792. background-color: #3a3a3a;
  1793. }
  1794. .xtermColor238 {
  1795. color: #444444 !important;
  1796. }
  1797. .xtermBgColor238 {
  1798. background-color: #444444;
  1799. }
  1800. .xtermColor239 {
  1801. color: #4e4e4e !important;
  1802. }
  1803. .xtermBgColor239 {
  1804. background-color: #4e4e4e;
  1805. }
  1806. .xtermColor240 {
  1807. color: #585858 !important;
  1808. }
  1809. .xtermBgColor240 {
  1810. background-color: #585858;
  1811. }
  1812. .xtermColor241 {
  1813. color: #626262 !important;
  1814. }
  1815. .xtermBgColor241 {
  1816. background-color: #626262;
  1817. }
  1818. .xtermColor242 {
  1819. color: #6c6c6c !important;
  1820. }
  1821. .xtermBgColor242 {
  1822. background-color: #6c6c6c;
  1823. }
  1824. .xtermColor243 {
  1825. color: #767676 !important;
  1826. }
  1827. .xtermBgColor243 {
  1828. background-color: #767676;
  1829. }
  1830. .xtermColor244 {
  1831. color: #808080 !important;
  1832. }
  1833. .xtermBgColor244 {
  1834. background-color: #808080;
  1835. }
  1836. .xtermColor245 {
  1837. color: #8a8a8a !important;
  1838. }
  1839. .xtermBgColor245 {
  1840. background-color: #8a8a8a;
  1841. }
  1842. .xtermColor246 {
  1843. color: #949494 !important;
  1844. }
  1845. .xtermBgColor246 {
  1846. background-color: #949494;
  1847. }
  1848. .xtermColor247 {
  1849. color: #9e9e9e !important;
  1850. }
  1851. .xtermBgColor247 {
  1852. background-color: #9e9e9e;
  1853. }
  1854. .xtermColor248 {
  1855. color: #a8a8a8 !important;
  1856. }
  1857. .xtermBgColor248 {
  1858. background-color: #a8a8a8;
  1859. }
  1860. .xtermColor249 {
  1861. color: #b2b2b2 !important;
  1862. }
  1863. .xtermBgColor249 {
  1864. background-color: #b2b2b2;
  1865. }
  1866. .xtermColor250 {
  1867. color: #bcbcbc !important;
  1868. }
  1869. .xtermBgColor250 {
  1870. background-color: #bcbcbc;
  1871. }
  1872. .xtermColor251 {
  1873. color: #c6c6c6 !important;
  1874. }
  1875. .xtermBgColor251 {
  1876. background-color: #c6c6c6;
  1877. }
  1878. .xtermColor252 {
  1879. color: #d0d0d0 !important;
  1880. }
  1881. .xtermBgColor252 {
  1882. background-color: #d0d0d0;
  1883. }
  1884. .xtermColor253 {
  1885. color: #dadada !important;
  1886. }
  1887. .xtermBgColor253 {
  1888. background-color: #dadada;
  1889. }
  1890. .xtermColor254 {
  1891. color: #e4e4e4 !important;
  1892. }
  1893. .xtermBgColor254 {
  1894. background-color: #e4e4e4;
  1895. }
  1896. .xtermColor255 {
  1897. color: #eeeeee !important;
  1898. }
  1899. .xtermBgColor255 {
  1900. background-color: #eeeeee;
  1901. }