Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

2496 lines
34KB

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