You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2514 lines
34KB

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