Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

2516 rindas
35KB

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