Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

2515 lines
34KB

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