Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

2487 lines
34KB

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