]> git.proxmox.com Git - mirror_xterm.js.git/blame - src/xterm.css
Tiny README updates
[mirror_xterm.js.git] / src / xterm.css
CommitLineData
0ae4b803
PK
1/**
2 * xterm.js: xterm, in the browser
3 * Copyright (c) 2014, sourceLair Limited (www.sourcelair.com (MIT License)
4 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
5 * https://github.com/chjj/term.js
6 *
7 * Permission is hereby granted, free of charge, to any person obtaining a copy
8 * of this software and associated documentation files (the "Software"), to deal
9 * in the Software without restriction, including without limitation the rights
10 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11 * copies of the Software, and to permit persons to whom the Software is
12 * furnished to do so, subject to the following conditions:
13 *
14 * The above copyright notice and this permission notice shall be included in
15 * all copies or substantial portions of the Software.
16 *
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23 * THE SOFTWARE.
24 *
25 * Originally forked from (with the author's permission):
26 * Fabrice Bellard's javascript vt100 for jslinux:
27 * http://bellard.org/jslinux/
28 * Copyright (c) 2011 Fabrice Bellard
29 * The original design remains. The terminal itself
30 * has been extended to include xterm CSI codes, among
31 * other features.
32 */
33
34/*
35* Default style for xterm.js
36*/
37
731ffe1a 38.xterm {
0ae4b803
PK
39 background-color: #000;
40 color: #fff;
41 outline: none;
42 font-family: courier-new, courier, monospace;
59ebbbaa 43 position: relative;
7a6fb27a
PK
44}
45
731ffe1a 46.xterm .terminal-cursor {
7a6fb27a 47 background-color: #fff;
7c6d4d4e
PK
48}
49
59ebbbaa
PK
50.xterm .xterm-helpers {
51 position: absolute;
fb1c4842 52 top: 0;
59ebbbaa
PK
53}
54
731ffe1a
PK
55.xterm .xterm-helper-textarea {
56 opacity: 0;
57 width: 0;
58 height: 0;
59 z-index: -10;
60}
61
7c6d4d4e
PK
62/*
63* Determine default colors for xterm.js
64*/
3d680e1c
PK
65.terminal .xterm-bold {
66 font-weight: bold;
67}
68
69.terminal .xterm-underline {
70 text-decoration: underline;
71}
72
73.terminal .xterm-blink {
74 text-decoration: blink;
75}
76
77.terminal .xterm-hidden {
78 visibility: hidden;
79}
80
81.terminal .xterm-color-0 {
7c6d4d4e
PK
82 color: #2e3436;
83}
84
3d680e1c
PK
85.terminal .xterm-bg-color-0 {
86 background-color: #2e3436;
87}
88
89.terminal .xterm-color-1 {
7c6d4d4e
PK
90 color: #cc0000;
91}
92
3d680e1c
PK
93.terminal .xterm-bg-color-1 {
94 background-color: #cc0000;
95}
96
97.terminal .xterm-color-2 {
7c6d4d4e
PK
98 color: #4e9a06;
99}
100
3d680e1c
PK
101.terminal .xterm-bg-color-2 {
102 background-color: #4e9a06;
103}
104
105.terminal .xterm-color-3 {
7c6d4d4e
PK
106 color: #c4a000;
107}
108
3d680e1c
PK
109.terminal .xterm-bg-color-3 {
110 background-color: #c4a000;
111}
112
113.terminal .xterm-color-4 {
7c6d4d4e
PK
114 color: #3465a4;
115}
116
3d680e1c
PK
117.terminal .xterm-bg-color-4 {
118 background-color: #3465a4;
119}
120
121.terminal .xterm-color-5 {
7c6d4d4e
PK
122 color: #75507b;
123}
124
3d680e1c
PK
125.terminal .xterm-bg-color-5 {
126 background-color: #75507b;
127}
128
129.terminal .xterm-color-6 {
7c6d4d4e
PK
130 color: #06989a;
131}
132
3d680e1c
PK
133.terminal .xterm-bg-color-6 {
134 background-color: #06989a;
135}
136
137.terminal .xterm-color-7 {
7c6d4d4e
PK
138 color: #d3d7cf;
139}
140
3d680e1c
PK
141.terminal .xterm-bg-color-7 {
142 background-color: #d3d7cf;
143}
144
145.terminal .xterm-color-8 {
7c6d4d4e
PK
146 color: #555753;
147}
148
3d680e1c
PK
149.terminal .xterm-bg-color-8 {
150 background-color: #555753;
151}
152
153.terminal .xterm-color-9 {
7c6d4d4e
PK
154 color: #ef2929;
155}
156
3d680e1c
PK
157.terminal .xterm-bg-color-9 {
158 background-color: #ef2929;
159}
160
161.terminal .xterm-color-10 {
7c6d4d4e
PK
162 color: #8ae234;
163}
164
3d680e1c
PK
165.terminal .xterm-bg-color-10 {
166 background-color: #8ae234;
167}
168
169.terminal .xterm-color-11 {
7c6d4d4e
PK
170 color: #fce94f;
171}
172
3d680e1c
PK
173.terminal .xterm-bg-color-11 {
174 background-color: #fce94f;
175}
176
177.terminal .xterm-color-12 {
7c6d4d4e
PK
178 color: #729fcf;
179}
180
3d680e1c
PK
181.terminal .xterm-bg-color-12 {
182 background-color: #729fcf;
183}
184
185.terminal .xterm-color-13 {
7c6d4d4e
PK
186 color: #ad7fa8;
187}
188
3d680e1c
PK
189.terminal .xterm-bg-color-13 {
190 background-color: #ad7fa8;
191}
192
193.terminal .xterm-color-14 {
7c6d4d4e
PK
194 color: #34e2e2;
195}
196
3d680e1c
PK
197.terminal .xterm-bg-color-14 {
198 background-color: #34e2e2;
199}
200
201.terminal .xterm-color-15 {
7c6d4d4e
PK
202 color: #eeeeec;
203}
204
3d680e1c
PK
205.terminal .xterm-bg-color-15 {
206 background-color: #eeeeec;
207}
208
209.terminal .xterm-color-16 {
7c6d4d4e
PK
210 color: #000000;
211}
212
3d680e1c
PK
213.terminal .xterm-bg-color-16 {
214 background-color: #000000;
215}
216
217.terminal .xterm-color-17 {
7c6d4d4e
PK
218 color: #00005f;
219}
220
3d680e1c
PK
221.terminal .xterm-bg-color-17 {
222 background-color: #00005f;
223}
224
225.terminal .xterm-color-18 {
7c6d4d4e
PK
226 color: #000087;
227}
228
3d680e1c
PK
229.terminal .xterm-bg-color-18 {
230 background-color: #000087;
231}
232
233.terminal .xterm-color-19 {
7c6d4d4e
PK
234 color: #0000af;
235}
236
3d680e1c
PK
237.terminal .xterm-bg-color-19 {
238 background-color: #0000af;
239}
240
241.terminal .xterm-color-20 {
7c6d4d4e
PK
242 color: #0000d7;
243}
244
3d680e1c
PK
245.terminal .xterm-bg-color-20 {
246 background-color: #0000d7;
247}
248
249.terminal .xterm-color-21 {
7c6d4d4e
PK
250 color: #0000ff;
251}
252
3d680e1c
PK
253.terminal .xterm-bg-color-21 {
254 background-color: #0000ff;
255}
256
257.terminal .xterm-color-22 {
7c6d4d4e
PK
258 color: #005f00;
259}
260
3d680e1c
PK
261.terminal .xterm-bg-color-22 {
262 background-color: #005f00;
263}
264
265.terminal .xterm-color-23 {
7c6d4d4e
PK
266 color: #005f5f;
267}
268
3d680e1c
PK
269.terminal .xterm-bg-color-23 {
270 background-color: #005f5f;
271}
272
273.terminal .xterm-color-24 {
7c6d4d4e
PK
274 color: #005f87;
275}
276
3d680e1c
PK
277.terminal .xterm-bg-color-24 {
278 background-color: #005f87;
279}
280
281.terminal .xterm-color-25 {
7c6d4d4e
PK
282 color: #005faf;
283}
284
3d680e1c
PK
285.terminal .xterm-bg-color-25 {
286 background-color: #005faf;
287}
288
289.terminal .xterm-color-26 {
7c6d4d4e
PK
290 color: #005fd7;
291}
292
3d680e1c
PK
293.terminal .xterm-bg-color-26 {
294 background-color: #005fd7;
295}
296
297.terminal .xterm-color-27 {
7c6d4d4e
PK
298 color: #005fff;
299}
300
3d680e1c
PK
301.terminal .xterm-bg-color-27 {
302 background-color: #005fff;
303}
304
305.terminal .xterm-color-28 {
7c6d4d4e
PK
306 color: #008700;
307}
308
3d680e1c
PK
309.terminal .xterm-bg-color-28 {
310 background-color: #008700;
311}
312
313.terminal .xterm-color-29 {
7c6d4d4e
PK
314 color: #00875f;
315}
316
3d680e1c
PK
317.terminal .xterm-bg-color-29 {
318 background-color: #00875f;
319}
320
321.terminal .xterm-color-30 {
7c6d4d4e
PK
322 color: #008787;
323}
324
3d680e1c
PK
325.terminal .xterm-bg-color-30 {
326 background-color: #008787;
327}
328
329.terminal .xterm-color-31 {
7c6d4d4e
PK
330 color: #0087af;
331}
332
3d680e1c
PK
333.terminal .xterm-bg-color-31 {
334 background-color: #0087af;
335}
336
337.terminal .xterm-color-32 {
7c6d4d4e
PK
338 color: #0087d7;
339}
340
3d680e1c
PK
341.terminal .xterm-bg-color-32 {
342 background-color: #0087d7;
343}
344
345.terminal .xterm-color-33 {
7c6d4d4e
PK
346 color: #0087ff;
347}
348
3d680e1c
PK
349.terminal .xterm-bg-color-33 {
350 background-color: #0087ff;
351}
352
353.terminal .xterm-color-34 {
7c6d4d4e
PK
354 color: #00af00;
355}
356
3d680e1c
PK
357.terminal .xterm-bg-color-34 {
358 background-color: #00af00;
359}
360
361.terminal .xterm-color-35 {
7c6d4d4e
PK
362 color: #00af5f;
363}
364
3d680e1c
PK
365.terminal .xterm-bg-color-35 {
366 background-color: #00af5f;
367}
368
369.terminal .xterm-color-36 {
7c6d4d4e
PK
370 color: #00af87;
371}
372
3d680e1c
PK
373.terminal .xterm-bg-color-36 {
374 background-color: #00af87;
375}
376
377.terminal .xterm-color-37 {
7c6d4d4e
PK
378 color: #00afaf;
379}
380
3d680e1c
PK
381.terminal .xterm-bg-color-37 {
382 background-color: #00afaf;
383}
384
385.terminal .xterm-color-38 {
7c6d4d4e
PK
386 color: #00afd7;
387}
388
3d680e1c
PK
389.terminal .xterm-bg-color-38 {
390 background-color: #00afd7;
391}
392
393.terminal .xterm-color-39 {
7c6d4d4e
PK
394 color: #00afff;
395}
396
3d680e1c
PK
397.terminal .xterm-bg-color-39 {
398 background-color: #00afff;
399}
400
401.terminal .xterm-color-40 {
7c6d4d4e
PK
402 color: #00d700;
403}
404
3d680e1c
PK
405.terminal .xterm-bg-color-40 {
406 background-color: #00d700;
407}
408
409.terminal .xterm-color-41 {
7c6d4d4e
PK
410 color: #00d75f;
411}
412
3d680e1c
PK
413.terminal .xterm-bg-color-41 {
414 background-color: #00d75f;
415}
416
417.terminal .xterm-color-42 {
7c6d4d4e
PK
418 color: #00d787;
419}
420
3d680e1c
PK
421.terminal .xterm-bg-color-42 {
422 background-color: #00d787;
423}
424
425.terminal .xterm-color-43 {
7c6d4d4e
PK
426 color: #00d7af;
427}
428
3d680e1c
PK
429.terminal .xterm-bg-color-43 {
430 background-color: #00d7af;
431}
432
433.terminal .xterm-color-44 {
7c6d4d4e
PK
434 color: #00d7d7;
435}
436
3d680e1c
PK
437.terminal .xterm-bg-color-44 {
438 background-color: #00d7d7;
439}
440
441.terminal .xterm-color-45 {
7c6d4d4e
PK
442 color: #00d7ff;
443}
444
3d680e1c
PK
445.terminal .xterm-bg-color-45 {
446 background-color: #00d7ff;
447}
448
449.terminal .xterm-color-46 {
7c6d4d4e
PK
450 color: #00ff00;
451}
452
3d680e1c
PK
453.terminal .xterm-bg-color-46 {
454 background-color: #00ff00;
455}
456
457.terminal .xterm-color-47 {
7c6d4d4e
PK
458 color: #00ff5f;
459}
460
3d680e1c
PK
461.terminal .xterm-bg-color-47 {
462 background-color: #00ff5f;
463}
464
465.terminal .xterm-color-48 {
7c6d4d4e
PK
466 color: #00ff87;
467}
468
3d680e1c
PK
469.terminal .xterm-bg-color-48 {
470 background-color: #00ff87;
471}
472
473.terminal .xterm-color-49 {
7c6d4d4e
PK
474 color: #00ffaf;
475}
476
3d680e1c
PK
477.terminal .xterm-bg-color-49 {
478 background-color: #00ffaf;
479}
480
481.terminal .xterm-color-50 {
7c6d4d4e
PK
482 color: #00ffd7;
483}
484
3d680e1c
PK
485.terminal .xterm-bg-color-50 {
486 background-color: #00ffd7;
487}
488
489.terminal .xterm-color-51 {
7c6d4d4e
PK
490 color: #00ffff;
491}
492
3d680e1c
PK
493.terminal .xterm-bg-color-51 {
494 background-color: #00ffff;
495}
496
497.terminal .xterm-color-52 {
7c6d4d4e
PK
498 color: #5f0000;
499}
500
3d680e1c
PK
501.terminal .xterm-bg-color-52 {
502 background-color: #5f0000;
503}
504
505.terminal .xterm-color-53 {
7c6d4d4e
PK
506 color: #5f005f;
507}
508
3d680e1c
PK
509.terminal .xterm-bg-color-53 {
510 background-color: #5f005f;
511}
512
513.terminal .xterm-color-54 {
7c6d4d4e
PK
514 color: #5f0087;
515}
516
3d680e1c
PK
517.terminal .xterm-bg-color-54 {
518 background-color: #5f0087;
519}
520
521.terminal .xterm-color-55 {
7c6d4d4e
PK
522 color: #5f00af;
523}
524
3d680e1c
PK
525.terminal .xterm-bg-color-55 {
526 background-color: #5f00af;
527}
528
529.terminal .xterm-color-56 {
7c6d4d4e
PK
530 color: #5f00d7;
531}
532
3d680e1c
PK
533.terminal .xterm-bg-color-56 {
534 background-color: #5f00d7;
535}
536
537.terminal .xterm-color-57 {
7c6d4d4e
PK
538 color: #5f00ff;
539}
540
3d680e1c
PK
541.terminal .xterm-bg-color-57 {
542 background-color: #5f00ff;
543}
544
545.terminal .xterm-color-58 {
7c6d4d4e
PK
546 color: #5f5f00;
547}
548
3d680e1c
PK
549.terminal .xterm-bg-color-58 {
550 background-color: #5f5f00;
551}
552
553.terminal .xterm-color-59 {
7c6d4d4e
PK
554 color: #5f5f5f;
555}
556
3d680e1c
PK
557.terminal .xterm-bg-color-59 {
558 background-color: #5f5f5f;
559}
560
561.terminal .xterm-color-60 {
7c6d4d4e
PK
562 color: #5f5f87;
563}
564
3d680e1c
PK
565.terminal .xterm-bg-color-60 {
566 background-color: #5f5f87;
567}
568
569.terminal .xterm-color-61 {
7c6d4d4e
PK
570 color: #5f5faf;
571}
572
3d680e1c
PK
573.terminal .xterm-bg-color-61 {
574 background-color: #5f5faf;
575}
576
577.terminal .xterm-color-62 {
7c6d4d4e
PK
578 color: #5f5fd7;
579}
580
3d680e1c
PK
581.terminal .xterm-bg-color-62 {
582 background-color: #5f5fd7;
583}
584
585.terminal .xterm-color-63 {
7c6d4d4e
PK
586 color: #5f5fff;
587}
588
3d680e1c
PK
589.terminal .xterm-bg-color-63 {
590 background-color: #5f5fff;
591}
592
593.terminal .xterm-color-64 {
7c6d4d4e
PK
594 color: #5f8700;
595}
596
3d680e1c
PK
597.terminal .xterm-bg-color-64 {
598 background-color: #5f8700;
599}
600
601.terminal .xterm-color-65 {
7c6d4d4e
PK
602 color: #5f875f;
603}
604
3d680e1c
PK
605.terminal .xterm-bg-color-65 {
606 background-color: #5f875f;
607}
608
609.terminal .xterm-color-66 {
7c6d4d4e
PK
610 color: #5f8787;
611}
612
3d680e1c
PK
613.terminal .xterm-bg-color-66 {
614 background-color: #5f8787;
615}
616
617.terminal .xterm-color-67 {
7c6d4d4e
PK
618 color: #5f87af;
619}
620
3d680e1c
PK
621.terminal .xterm-bg-color-67 {
622 background-color: #5f87af;
623}
624
625.terminal .xterm-color-68 {
7c6d4d4e
PK
626 color: #5f87d7;
627}
628
3d680e1c
PK
629.terminal .xterm-bg-color-68 {
630 background-color: #5f87d7;
631}
632
633.terminal .xterm-color-69 {
7c6d4d4e
PK
634 color: #5f87ff;
635}
636
3d680e1c
PK
637.terminal .xterm-bg-color-69 {
638 background-color: #5f87ff;
639}
640
641.terminal .xterm-color-70 {
7c6d4d4e
PK
642 color: #5faf00;
643}
644
3d680e1c
PK
645.terminal .xterm-bg-color-70 {
646 background-color: #5faf00;
647}
648
649.terminal .xterm-color-71 {
7c6d4d4e
PK
650 color: #5faf5f;
651}
652
3d680e1c
PK
653.terminal .xterm-bg-color-71 {
654 background-color: #5faf5f;
655}
656
657.terminal .xterm-color-72 {
7c6d4d4e
PK
658 color: #5faf87;
659}
660
3d680e1c
PK
661.terminal .xterm-bg-color-72 {
662 background-color: #5faf87;
663}
664
665.terminal .xterm-color-73 {
7c6d4d4e
PK
666 color: #5fafaf;
667}
668
3d680e1c
PK
669.terminal .xterm-bg-color-73 {
670 background-color: #5fafaf;
671}
672
673.terminal .xterm-color-74 {
7c6d4d4e
PK
674 color: #5fafd7;
675}
676
3d680e1c
PK
677.terminal .xterm-bg-color-74 {
678 background-color: #5fafd7;
679}
680
681.terminal .xterm-color-75 {
7c6d4d4e
PK
682 color: #5fafff;
683}
684
3d680e1c
PK
685.terminal .xterm-bg-color-75 {
686 background-color: #5fafff;
687}
688
689.terminal .xterm-color-76 {
7c6d4d4e
PK
690 color: #5fd700;
691}
692
3d680e1c
PK
693.terminal .xterm-bg-color-76 {
694 background-color: #5fd700;
695}
696
697.terminal .xterm-color-77 {
7c6d4d4e
PK
698 color: #5fd75f;
699}
700
3d680e1c
PK
701.terminal .xterm-bg-color-77 {
702 background-color: #5fd75f;
703}
704
705.terminal .xterm-color-78 {
7c6d4d4e
PK
706 color: #5fd787;
707}
708
3d680e1c
PK
709.terminal .xterm-bg-color-78 {
710 background-color: #5fd787;
711}
712
713.terminal .xterm-color-79 {
7c6d4d4e
PK
714 color: #5fd7af;
715}
716
3d680e1c
PK
717.terminal .xterm-bg-color-79 {
718 background-color: #5fd7af;
719}
720
721.terminal .xterm-color-80 {
7c6d4d4e
PK
722 color: #5fd7d7;
723}
724
3d680e1c
PK
725.terminal .xterm-bg-color-80 {
726 background-color: #5fd7d7;
727}
728
729.terminal .xterm-color-81 {
7c6d4d4e
PK
730 color: #5fd7ff;
731}
732
3d680e1c
PK
733.terminal .xterm-bg-color-81 {
734 background-color: #5fd7ff;
735}
736
737.terminal .xterm-color-82 {
7c6d4d4e
PK
738 color: #5fff00;
739}
740
3d680e1c
PK
741.terminal .xterm-bg-color-82 {
742 background-color: #5fff00;
743}
744
745.terminal .xterm-color-83 {
7c6d4d4e
PK
746 color: #5fff5f;
747}
748
3d680e1c
PK
749.terminal .xterm-bg-color-83 {
750 background-color: #5fff5f;
751}
752
753.terminal .xterm-color-84 {
7c6d4d4e
PK
754 color: #5fff87;
755}
756
3d680e1c
PK
757.terminal .xterm-bg-color-84 {
758 background-color: #5fff87;
759}
760
761.terminal .xterm-color-85 {
7c6d4d4e
PK
762 color: #5fffaf;
763}
764
3d680e1c
PK
765.terminal .xterm-bg-color-85 {
766 background-color: #5fffaf;
767}
768
769.terminal .xterm-color-86 {
7c6d4d4e
PK
770 color: #5fffd7;
771}
772
3d680e1c
PK
773.terminal .xterm-bg-color-86 {
774 background-color: #5fffd7;
775}
776
777.terminal .xterm-color-87 {
7c6d4d4e
PK
778 color: #5fffff;
779}
780
3d680e1c
PK
781.terminal .xterm-bg-color-87 {
782 background-color: #5fffff;
783}
784
785.terminal .xterm-color-88 {
7c6d4d4e
PK
786 color: #870000;
787}
788
3d680e1c
PK
789.terminal .xterm-bg-color-88 {
790 background-color: #870000;
791}
792
793.terminal .xterm-color-89 {
7c6d4d4e
PK
794 color: #87005f;
795}
796
3d680e1c
PK
797.terminal .xterm-bg-color-89 {
798 background-color: #87005f;
799}
800
801.terminal .xterm-color-90 {
7c6d4d4e
PK
802 color: #870087;
803}
804
3d680e1c
PK
805.terminal .xterm-bg-color-90 {
806 background-color: #870087;
807}
808
809.terminal .xterm-color-91 {
7c6d4d4e
PK
810 color: #8700af;
811}
812
3d680e1c
PK
813.terminal .xterm-bg-color-91 {
814 background-color: #8700af;
815}
816
817.terminal .xterm-color-92 {
7c6d4d4e
PK
818 color: #8700d7;
819}
820
3d680e1c
PK
821.terminal .xterm-bg-color-92 {
822 background-color: #8700d7;
823}
824
825.terminal .xterm-color-93 {
7c6d4d4e
PK
826 color: #8700ff;
827}
828
3d680e1c
PK
829.terminal .xterm-bg-color-93 {
830 background-color: #8700ff;
831}
832
833.terminal .xterm-color-94 {
7c6d4d4e
PK
834 color: #875f00;
835}
836
3d680e1c
PK
837.terminal .xterm-bg-color-94 {
838 background-color: #875f00;
839}
840
841.terminal .xterm-color-95 {
7c6d4d4e
PK
842 color: #875f5f;
843}
844
3d680e1c
PK
845.terminal .xterm-bg-color-95 {
846 background-color: #875f5f;
847}
848
849.terminal .xterm-color-96 {
7c6d4d4e
PK
850 color: #875f87;
851}
852
3d680e1c
PK
853.terminal .xterm-bg-color-96 {
854 background-color: #875f87;
855}
856
857.terminal .xterm-color-97 {
7c6d4d4e
PK
858 color: #875faf;
859}
860
3d680e1c
PK
861.terminal .xterm-bg-color-97 {
862 background-color: #875faf;
863}
864
865.terminal .xterm-color-98 {
7c6d4d4e
PK
866 color: #875fd7;
867}
868
3d680e1c
PK
869.terminal .xterm-bg-color-98 {
870 background-color: #875fd7;
871}
872
873.terminal .xterm-color-99 {
7c6d4d4e
PK
874 color: #875fff;
875}
876
3d680e1c
PK
877.terminal .xterm-bg-color-99 {
878 background-color: #875fff;
879}
880
881.terminal .xterm-color-100 {
7c6d4d4e
PK
882 color: #878700;
883}
884
3d680e1c
PK
885.terminal .xterm-bg-color-100 {
886 background-color: #878700;
887}
888
889.terminal .xterm-color-101 {
7c6d4d4e
PK
890 color: #87875f;
891}
892
3d680e1c
PK
893.terminal .xterm-bg-color-101 {
894 background-color: #87875f;
895}
896
897.terminal .xterm-color-102 {
7c6d4d4e
PK
898 color: #878787;
899}
900
3d680e1c
PK
901.terminal .xterm-bg-color-102 {
902 background-color: #878787;
903}
904
905.terminal .xterm-color-103 {
7c6d4d4e
PK
906 color: #8787af;
907}
908
3d680e1c
PK
909.terminal .xterm-bg-color-103 {
910 background-color: #8787af;
911}
912
913.terminal .xterm-color-104 {
7c6d4d4e
PK
914 color: #8787d7;
915}
916
3d680e1c
PK
917.terminal .xterm-bg-color-104 {
918 background-color: #8787d7;
919}
920
921.terminal .xterm-color-105 {
7c6d4d4e
PK
922 color: #8787ff;
923}
924
3d680e1c
PK
925.terminal .xterm-bg-color-105 {
926 background-color: #8787ff;
927}
928
929.terminal .xterm-color-106 {
7c6d4d4e
PK
930 color: #87af00;
931}
932
3d680e1c
PK
933.terminal .xterm-bg-color-106 {
934 background-color: #87af00;
935}
936
937.terminal .xterm-color-107 {
7c6d4d4e
PK
938 color: #87af5f;
939}
940
3d680e1c
PK
941.terminal .xterm-bg-color-107 {
942 background-color: #87af5f;
943}
944
945.terminal .xterm-color-108 {
7c6d4d4e
PK
946 color: #87af87;
947}
948
3d680e1c
PK
949.terminal .xterm-bg-color-108 {
950 background-color: #87af87;
951}
952
953.terminal .xterm-color-109 {
7c6d4d4e
PK
954 color: #87afaf;
955}
956
3d680e1c
PK
957.terminal .xterm-bg-color-109 {
958 background-color: #87afaf;
959}
960
961.terminal .xterm-color-110 {
7c6d4d4e
PK
962 color: #87afd7;
963}
964
3d680e1c
PK
965.terminal .xterm-bg-color-110 {
966 background-color: #87afd7;
967}
968
969.terminal .xterm-color-111 {
7c6d4d4e
PK
970 color: #87afff;
971}
972
3d680e1c
PK
973.terminal .xterm-bg-color-111 {
974 background-color: #87afff;
975}
976
977.terminal .xterm-color-112 {
7c6d4d4e
PK
978 color: #87d700;
979}
980
3d680e1c
PK
981.terminal .xterm-bg-color-112 {
982 background-color: #87d700;
983}
984
985.terminal .xterm-color-113 {
7c6d4d4e
PK
986 color: #87d75f;
987}
988
3d680e1c
PK
989.terminal .xterm-bg-color-113 {
990 background-color: #87d75f;
991}
992
993.terminal .xterm-color-114 {
7c6d4d4e
PK
994 color: #87d787;
995}
996
3d680e1c
PK
997.terminal .xterm-bg-color-114 {
998 background-color: #87d787;
999}
1000
1001.terminal .xterm-color-115 {
7c6d4d4e
PK
1002 color: #87d7af;
1003}
1004
3d680e1c
PK
1005.terminal .xterm-bg-color-115 {
1006 background-color: #87d7af;
1007}
1008
1009.terminal .xterm-color-116 {
7c6d4d4e
PK
1010 color: #87d7d7;
1011}
1012
3d680e1c
PK
1013.terminal .xterm-bg-color-116 {
1014 background-color: #87d7d7;
1015}
1016
1017.terminal .xterm-color-117 {
7c6d4d4e
PK
1018 color: #87d7ff;
1019}
1020
3d680e1c
PK
1021.terminal .xterm-bg-color-117 {
1022 background-color: #87d7ff;
1023}
1024
1025.terminal .xterm-color-118 {
7c6d4d4e
PK
1026 color: #87ff00;
1027}
1028
3d680e1c
PK
1029.terminal .xterm-bg-color-118 {
1030 background-color: #87ff00;
1031}
1032
1033.terminal .xterm-color-119 {
7c6d4d4e
PK
1034 color: #87ff5f;
1035}
1036
3d680e1c
PK
1037.terminal .xterm-bg-color-119 {
1038 background-color: #87ff5f;
1039}
1040
1041.terminal .xterm-color-120 {
7c6d4d4e
PK
1042 color: #87ff87;
1043}
1044
3d680e1c
PK
1045.terminal .xterm-bg-color-120 {
1046 background-color: #87ff87;
1047}
1048
1049.terminal .xterm-color-121 {
7c6d4d4e
PK
1050 color: #87ffaf;
1051}
1052
3d680e1c
PK
1053.terminal .xterm-bg-color-121 {
1054 background-color: #87ffaf;
1055}
1056
1057.terminal .xterm-color-122 {
7c6d4d4e
PK
1058 color: #87ffd7;
1059}
1060
3d680e1c
PK
1061.terminal .xterm-bg-color-122 {
1062 background-color: #87ffd7;
1063}
1064
1065.terminal .xterm-color-123 {
7c6d4d4e
PK
1066 color: #87ffff;
1067}
1068
3d680e1c
PK
1069.terminal .xterm-bg-color-123 {
1070 background-color: #87ffff;
1071}
1072
1073.terminal .xterm-color-124 {
7c6d4d4e
PK
1074 color: #af0000;
1075}
1076
3d680e1c
PK
1077.terminal .xterm-bg-color-124 {
1078 background-color: #af0000;
1079}
1080
1081.terminal .xterm-color-125 {
7c6d4d4e
PK
1082 color: #af005f;
1083}
1084
3d680e1c
PK
1085.terminal .xterm-bg-color-125 {
1086 background-color: #af005f;
1087}
1088
1089.terminal .xterm-color-126 {
7c6d4d4e
PK
1090 color: #af0087;
1091}
1092
3d680e1c
PK
1093.terminal .xterm-bg-color-126 {
1094 background-color: #af0087;
1095}
1096
1097.terminal .xterm-color-127 {
7c6d4d4e
PK
1098 color: #af00af;
1099}
1100
3d680e1c
PK
1101.terminal .xterm-bg-color-127 {
1102 background-color: #af00af;
1103}
1104
1105.terminal .xterm-color-128 {
7c6d4d4e
PK
1106 color: #af00d7;
1107}
1108
3d680e1c
PK
1109.terminal .xterm-bg-color-128 {
1110 background-color: #af00d7;
1111}
1112
1113.terminal .xterm-color-129 {
7c6d4d4e
PK
1114 color: #af00ff;
1115}
1116
3d680e1c
PK
1117.terminal .xterm-bg-color-129 {
1118 background-color: #af00ff;
1119}
1120
1121.terminal .xterm-color-130 {
7c6d4d4e
PK
1122 color: #af5f00;
1123}
1124
3d680e1c
PK
1125.terminal .xterm-bg-color-130 {
1126 background-color: #af5f00;
1127}
1128
1129.terminal .xterm-color-131 {
7c6d4d4e
PK
1130 color: #af5f5f;
1131}
1132
3d680e1c
PK
1133.terminal .xterm-bg-color-131 {
1134 background-color: #af5f5f;
1135}
1136
1137.terminal .xterm-color-132 {
7c6d4d4e
PK
1138 color: #af5f87;
1139}
1140
3d680e1c
PK
1141.terminal .xterm-bg-color-132 {
1142 background-color: #af5f87;
1143}
1144
1145.terminal .xterm-color-133 {
7c6d4d4e
PK
1146 color: #af5faf;
1147}
1148
3d680e1c
PK
1149.terminal .xterm-bg-color-133 {
1150 background-color: #af5faf;
1151}
1152
1153.terminal .xterm-color-134 {
7c6d4d4e
PK
1154 color: #af5fd7;
1155}
1156
3d680e1c
PK
1157.terminal .xterm-bg-color-134 {
1158 background-color: #af5fd7;
1159}
1160
1161.terminal .xterm-color-135 {
7c6d4d4e
PK
1162 color: #af5fff;
1163}
1164
3d680e1c
PK
1165.terminal .xterm-bg-color-135 {
1166 background-color: #af5fff;
1167}
1168
1169.terminal .xterm-color-136 {
7c6d4d4e
PK
1170 color: #af8700;
1171}
1172
3d680e1c
PK
1173.terminal .xterm-bg-color-136 {
1174 background-color: #af8700;
1175}
1176
1177.terminal .xterm-color-137 {
7c6d4d4e
PK
1178 color: #af875f;
1179}
1180
3d680e1c
PK
1181.terminal .xterm-bg-color-137 {
1182 background-color: #af875f;
1183}
1184
1185.terminal .xterm-color-138 {
7c6d4d4e
PK
1186 color: #af8787;
1187}
1188
3d680e1c
PK
1189.terminal .xterm-bg-color-138 {
1190 background-color: #af8787;
1191}
1192
1193.terminal .xterm-color-139 {
7c6d4d4e
PK
1194 color: #af87af;
1195}
1196
3d680e1c
PK
1197.terminal .xterm-bg-color-139 {
1198 background-color: #af87af;
1199}
1200
1201.terminal .xterm-color-140 {
7c6d4d4e
PK
1202 color: #af87d7;
1203}
1204
3d680e1c
PK
1205.terminal .xterm-bg-color-140 {
1206 background-color: #af87d7;
1207}
1208
1209.terminal .xterm-color-141 {
7c6d4d4e
PK
1210 color: #af87ff;
1211}
1212
3d680e1c
PK
1213.terminal .xterm-bg-color-141 {
1214 background-color: #af87ff;
1215}
1216
1217.terminal .xterm-color-142 {
7c6d4d4e
PK
1218 color: #afaf00;
1219}
1220
3d680e1c
PK
1221.terminal .xterm-bg-color-142 {
1222 background-color: #afaf00;
1223}
1224
1225.terminal .xterm-color-143 {
7c6d4d4e
PK
1226 color: #afaf5f;
1227}
1228
3d680e1c
PK
1229.terminal .xterm-bg-color-143 {
1230 background-color: #afaf5f;
1231}
1232
1233.terminal .xterm-color-144 {
7c6d4d4e
PK
1234 color: #afaf87;
1235}
1236
3d680e1c
PK
1237.terminal .xterm-bg-color-144 {
1238 background-color: #afaf87;
1239}
1240
1241.terminal .xterm-color-145 {
7c6d4d4e
PK
1242 color: #afafaf;
1243}
1244
3d680e1c
PK
1245.terminal .xterm-bg-color-145 {
1246 background-color: #afafaf;
1247}
1248
1249.terminal .xterm-color-146 {
7c6d4d4e
PK
1250 color: #afafd7;
1251}
1252
3d680e1c
PK
1253.terminal .xterm-bg-color-146 {
1254 background-color: #afafd7;
1255}
1256
1257.terminal .xterm-color-147 {
7c6d4d4e
PK
1258 color: #afafff;
1259}
1260
3d680e1c
PK
1261.terminal .xterm-bg-color-147 {
1262 background-color: #afafff;
1263}
1264
1265.terminal .xterm-color-148 {
7c6d4d4e
PK
1266 color: #afd700;
1267}
1268
3d680e1c
PK
1269.terminal .xterm-bg-color-148 {
1270 background-color: #afd700;
1271}
1272
1273.terminal .xterm-color-149 {
7c6d4d4e
PK
1274 color: #afd75f;
1275}
1276
3d680e1c
PK
1277.terminal .xterm-bg-color-149 {
1278 background-color: #afd75f;
1279}
1280
1281.terminal .xterm-color-150 {
7c6d4d4e
PK
1282 color: #afd787;
1283}
1284
3d680e1c
PK
1285.terminal .xterm-bg-color-150 {
1286 background-color: #afd787;
1287}
1288
1289.terminal .xterm-color-151 {
7c6d4d4e
PK
1290 color: #afd7af;
1291}
1292
3d680e1c
PK
1293.terminal .xterm-bg-color-151 {
1294 background-color: #afd7af;
1295}
1296
1297.terminal .xterm-color-152 {
7c6d4d4e
PK
1298 color: #afd7d7;
1299}
1300
3d680e1c
PK
1301.terminal .xterm-bg-color-152 {
1302 background-color: #afd7d7;
1303}
1304
1305.terminal .xterm-color-153 {
7c6d4d4e
PK
1306 color: #afd7ff;
1307}
1308
3d680e1c
PK
1309.terminal .xterm-bg-color-153 {
1310 background-color: #afd7ff;
1311}
1312
1313.terminal .xterm-color-154 {
7c6d4d4e
PK
1314 color: #afff00;
1315}
1316
3d680e1c
PK
1317.terminal .xterm-bg-color-154 {
1318 background-color: #afff00;
1319}
1320
1321.terminal .xterm-color-155 {
7c6d4d4e
PK
1322 color: #afff5f;
1323}
1324
3d680e1c
PK
1325.terminal .xterm-bg-color-155 {
1326 background-color: #afff5f;
1327}
1328
1329.terminal .xterm-color-156 {
7c6d4d4e
PK
1330 color: #afff87;
1331}
1332
3d680e1c
PK
1333.terminal .xterm-bg-color-156 {
1334 background-color: #afff87;
1335}
1336
1337.terminal .xterm-color-157 {
7c6d4d4e
PK
1338 color: #afffaf;
1339}
1340
3d680e1c
PK
1341.terminal .xterm-bg-color-157 {
1342 background-color: #afffaf;
1343}
1344
1345.terminal .xterm-color-158 {
7c6d4d4e
PK
1346 color: #afffd7;
1347}
1348
3d680e1c
PK
1349.terminal .xterm-bg-color-158 {
1350 background-color: #afffd7;
1351}
1352
1353.terminal .xterm-color-159 {
7c6d4d4e
PK
1354 color: #afffff;
1355}
1356
3d680e1c
PK
1357.terminal .xterm-bg-color-159 {
1358 background-color: #afffff;
1359}
1360
1361.terminal .xterm-color-160 {
7c6d4d4e
PK
1362 color: #d70000;
1363}
1364
3d680e1c
PK
1365.terminal .xterm-bg-color-160 {
1366 background-color: #d70000;
1367}
1368
1369.terminal .xterm-color-161 {
7c6d4d4e
PK
1370 color: #d7005f;
1371}
1372
3d680e1c
PK
1373.terminal .xterm-bg-color-161 {
1374 background-color: #d7005f;
1375}
1376
1377.terminal .xterm-color-162 {
7c6d4d4e
PK
1378 color: #d70087;
1379}
1380
3d680e1c
PK
1381.terminal .xterm-bg-color-162 {
1382 background-color: #d70087;
1383}
1384
1385.terminal .xterm-color-163 {
7c6d4d4e
PK
1386 color: #d700af;
1387}
1388
3d680e1c
PK
1389.terminal .xterm-bg-color-163 {
1390 background-color: #d700af;
1391}
1392
1393.terminal .xterm-color-164 {
7c6d4d4e
PK
1394 color: #d700d7;
1395}
1396
3d680e1c
PK
1397.terminal .xterm-bg-color-164 {
1398 background-color: #d700d7;
1399}
1400
1401.terminal .xterm-color-165 {
7c6d4d4e
PK
1402 color: #d700ff;
1403}
1404
3d680e1c
PK
1405.terminal .xterm-bg-color-165 {
1406 background-color: #d700ff;
1407}
1408
1409.terminal .xterm-color-166 {
7c6d4d4e
PK
1410 color: #d75f00;
1411}
1412
3d680e1c
PK
1413.terminal .xterm-bg-color-166 {
1414 background-color: #d75f00;
1415}
1416
1417.terminal .xterm-color-167 {
7c6d4d4e
PK
1418 color: #d75f5f;
1419}
1420
3d680e1c
PK
1421.terminal .xterm-bg-color-167 {
1422 background-color: #d75f5f;
1423}
1424
1425.terminal .xterm-color-168 {
7c6d4d4e
PK
1426 color: #d75f87;
1427}
1428
3d680e1c
PK
1429.terminal .xterm-bg-color-168 {
1430 background-color: #d75f87;
1431}
1432
1433.terminal .xterm-color-169 {
7c6d4d4e
PK
1434 color: #d75faf;
1435}
1436
3d680e1c
PK
1437.terminal .xterm-bg-color-169 {
1438 background-color: #d75faf;
1439}
1440
1441.terminal .xterm-color-170 {
7c6d4d4e
PK
1442 color: #d75fd7;
1443}
1444
3d680e1c
PK
1445.terminal .xterm-bg-color-170 {
1446 background-color: #d75fd7;
1447}
1448
1449.terminal .xterm-color-171 {
7c6d4d4e
PK
1450 color: #d75fff;
1451}
1452
3d680e1c
PK
1453.terminal .xterm-bg-color-171 {
1454 background-color: #d75fff;
1455}
1456
1457.terminal .xterm-color-172 {
7c6d4d4e
PK
1458 color: #d78700;
1459}
1460
3d680e1c
PK
1461.terminal .xterm-bg-color-172 {
1462 background-color: #d78700;
1463}
1464
1465.terminal .xterm-color-173 {
7c6d4d4e
PK
1466 color: #d7875f;
1467}
1468
3d680e1c
PK
1469.terminal .xterm-bg-color-173 {
1470 background-color: #d7875f;
1471}
1472
1473.terminal .xterm-color-174 {
7c6d4d4e
PK
1474 color: #d78787;
1475}
1476
3d680e1c
PK
1477.terminal .xterm-bg-color-174 {
1478 background-color: #d78787;
1479}
1480
1481.terminal .xterm-color-175 {
7c6d4d4e
PK
1482 color: #d787af;
1483}
1484
3d680e1c
PK
1485.terminal .xterm-bg-color-175 {
1486 background-color: #d787af;
1487}
1488
1489.terminal .xterm-color-176 {
7c6d4d4e
PK
1490 color: #d787d7;
1491}
1492
3d680e1c
PK
1493.terminal .xterm-bg-color-176 {
1494 background-color: #d787d7;
1495}
1496
1497.terminal .xterm-color-177 {
7c6d4d4e
PK
1498 color: #d787ff;
1499}
1500
3d680e1c
PK
1501.terminal .xterm-bg-color-177 {
1502 background-color: #d787ff;
1503}
1504
1505.terminal .xterm-color-178 {
7c6d4d4e
PK
1506 color: #d7af00;
1507}
1508
3d680e1c
PK
1509.terminal .xterm-bg-color-178 {
1510 background-color: #d7af00;
1511}
1512
1513.terminal .xterm-color-179 {
7c6d4d4e
PK
1514 color: #d7af5f;
1515}
1516
3d680e1c
PK
1517.terminal .xterm-bg-color-179 {
1518 background-color: #d7af5f;
1519}
1520
1521.terminal .xterm-color-180 {
7c6d4d4e
PK
1522 color: #d7af87;
1523}
1524
3d680e1c
PK
1525.terminal .xterm-bg-color-180 {
1526 background-color: #d7af87;
1527}
1528
1529.terminal .xterm-color-181 {
7c6d4d4e
PK
1530 color: #d7afaf;
1531}
1532
3d680e1c
PK
1533.terminal .xterm-bg-color-181 {
1534 background-color: #d7afaf;
1535}
1536
1537.terminal .xterm-color-182 {
7c6d4d4e
PK
1538 color: #d7afd7;
1539}
1540
3d680e1c
PK
1541.terminal .xterm-bg-color-182 {
1542 background-color: #d7afd7;
1543}
1544
1545.terminal .xterm-color-183 {
7c6d4d4e
PK
1546 color: #d7afff;
1547}
1548
3d680e1c
PK
1549.terminal .xterm-bg-color-183 {
1550 background-color: #d7afff;
1551}
1552
1553.terminal .xterm-color-184 {
7c6d4d4e
PK
1554 color: #d7d700;
1555}
1556
3d680e1c
PK
1557.terminal .xterm-bg-color-184 {
1558 background-color: #d7d700;
1559}
1560
1561.terminal .xterm-color-185 {
7c6d4d4e
PK
1562 color: #d7d75f;
1563}
1564
3d680e1c
PK
1565.terminal .xterm-bg-color-185 {
1566 background-color: #d7d75f;
1567}
1568
1569.terminal .xterm-color-186 {
7c6d4d4e
PK
1570 color: #d7d787;
1571}
1572
3d680e1c
PK
1573.terminal .xterm-bg-color-186 {
1574 background-color: #d7d787;
1575}
1576
1577.terminal .xterm-color-187 {
7c6d4d4e
PK
1578 color: #d7d7af;
1579}
1580
3d680e1c
PK
1581.terminal .xterm-bg-color-187 {
1582 background-color: #d7d7af;
1583}
1584
1585.terminal .xterm-color-188 {
7c6d4d4e
PK
1586 color: #d7d7d7;
1587}
1588
3d680e1c
PK
1589.terminal .xterm-bg-color-188 {
1590 background-color: #d7d7d7;
1591}
1592
1593.terminal .xterm-color-189 {
7c6d4d4e
PK
1594 color: #d7d7ff;
1595}
1596
3d680e1c
PK
1597.terminal .xterm-bg-color-189 {
1598 background-color: #d7d7ff;
1599}
1600
1601.terminal .xterm-color-190 {
7c6d4d4e
PK
1602 color: #d7ff00;
1603}
1604
3d680e1c
PK
1605.terminal .xterm-bg-color-190 {
1606 background-color: #d7ff00;
1607}
1608
1609.terminal .xterm-color-191 {
7c6d4d4e
PK
1610 color: #d7ff5f;
1611}
1612
3d680e1c
PK
1613.terminal .xterm-bg-color-191 {
1614 background-color: #d7ff5f;
1615}
1616
1617.terminal .xterm-color-192 {
7c6d4d4e
PK
1618 color: #d7ff87;
1619}
1620
3d680e1c
PK
1621.terminal .xterm-bg-color-192 {
1622 background-color: #d7ff87;
1623}
1624
1625.terminal .xterm-color-193 {
7c6d4d4e
PK
1626 color: #d7ffaf;
1627}
1628
3d680e1c
PK
1629.terminal .xterm-bg-color-193 {
1630 background-color: #d7ffaf;
1631}
1632
1633.terminal .xterm-color-194 {
7c6d4d4e
PK
1634 color: #d7ffd7;
1635}
1636
3d680e1c
PK
1637.terminal .xterm-bg-color-194 {
1638 background-color: #d7ffd7;
1639}
1640
1641.terminal .xterm-color-195 {
7c6d4d4e
PK
1642 color: #d7ffff;
1643}
1644
3d680e1c
PK
1645.terminal .xterm-bg-color-195 {
1646 background-color: #d7ffff;
1647}
1648
1649.terminal .xterm-color-196 {
7c6d4d4e
PK
1650 color: #ff0000;
1651}
1652
3d680e1c
PK
1653.terminal .xterm-bg-color-196 {
1654 background-color: #ff0000;
1655}
1656
1657.terminal .xterm-color-197 {
7c6d4d4e
PK
1658 color: #ff005f;
1659}
1660
3d680e1c
PK
1661.terminal .xterm-bg-color-197 {
1662 background-color: #ff005f;
1663}
1664
1665.terminal .xterm-color-198 {
7c6d4d4e
PK
1666 color: #ff0087;
1667}
1668
3d680e1c
PK
1669.terminal .xterm-bg-color-198 {
1670 background-color: #ff0087;
1671}
1672
1673.terminal .xterm-color-199 {
7c6d4d4e
PK
1674 color: #ff00af;
1675}
1676
3d680e1c
PK
1677.terminal .xterm-bg-color-199 {
1678 background-color: #ff00af;
1679}
1680
1681.terminal .xterm-color-200 {
7c6d4d4e
PK
1682 color: #ff00d7;
1683}
1684
3d680e1c
PK
1685.terminal .xterm-bg-color-200 {
1686 background-color: #ff00d7;
1687}
1688
1689.terminal .xterm-color-201 {
7c6d4d4e
PK
1690 color: #ff00ff;
1691}
1692
3d680e1c
PK
1693.terminal .xterm-bg-color-201 {
1694 background-color: #ff00ff;
1695}
1696
1697.terminal .xterm-color-202 {
7c6d4d4e
PK
1698 color: #ff5f00;
1699}
1700
3d680e1c
PK
1701.terminal .xterm-bg-color-202 {
1702 background-color: #ff5f00;
1703}
1704
1705.terminal .xterm-color-203 {
7c6d4d4e
PK
1706 color: #ff5f5f;
1707}
1708
3d680e1c
PK
1709.terminal .xterm-bg-color-203 {
1710 background-color: #ff5f5f;
1711}
1712
1713.terminal .xterm-color-204 {
7c6d4d4e
PK
1714 color: #ff5f87;
1715}
1716
3d680e1c
PK
1717.terminal .xterm-bg-color-204 {
1718 background-color: #ff5f87;
1719}
1720
1721.terminal .xterm-color-205 {
7c6d4d4e
PK
1722 color: #ff5faf;
1723}
1724
3d680e1c
PK
1725.terminal .xterm-bg-color-205 {
1726 background-color: #ff5faf;
1727}
1728
1729.terminal .xterm-color-206 {
7c6d4d4e
PK
1730 color: #ff5fd7;
1731}
1732
3d680e1c
PK
1733.terminal .xterm-bg-color-206 {
1734 background-color: #ff5fd7;
1735}
1736
1737.terminal .xterm-color-207 {
7c6d4d4e
PK
1738 color: #ff5fff;
1739}
1740
3d680e1c
PK
1741.terminal .xterm-bg-color-207 {
1742 background-color: #ff5fff;
1743}
1744
1745.terminal .xterm-color-208 {
7c6d4d4e
PK
1746 color: #ff8700;
1747}
1748
3d680e1c
PK
1749.terminal .xterm-bg-color-208 {
1750 background-color: #ff8700;
1751}
1752
1753.terminal .xterm-color-209 {
7c6d4d4e
PK
1754 color: #ff875f;
1755}
1756
3d680e1c
PK
1757.terminal .xterm-bg-color-209 {
1758 background-color: #ff875f;
1759}
1760
1761.terminal .xterm-color-210 {
7c6d4d4e
PK
1762 color: #ff8787;
1763}
1764
3d680e1c
PK
1765.terminal .xterm-bg-color-210 {
1766 background-color: #ff8787;
1767}
1768
1769.terminal .xterm-color-211 {
7c6d4d4e
PK
1770 color: #ff87af;
1771}
1772
3d680e1c
PK
1773.terminal .xterm-bg-color-211 {
1774 background-color: #ff87af;
1775}
1776
1777.terminal .xterm-color-212 {
7c6d4d4e
PK
1778 color: #ff87d7;
1779}
1780
3d680e1c
PK
1781.terminal .xterm-bg-color-212 {
1782 background-color: #ff87d7;
1783}
1784
1785.terminal .xterm-color-213 {
7c6d4d4e
PK
1786 color: #ff87ff;
1787}
1788
3d680e1c
PK
1789.terminal .xterm-bg-color-213 {
1790 background-color: #ff87ff;
1791}
1792
1793.terminal .xterm-color-214 {
7c6d4d4e
PK
1794 color: #ffaf00;
1795}
1796
3d680e1c
PK
1797.terminal .xterm-bg-color-214 {
1798 background-color: #ffaf00;
1799}
1800
1801.terminal .xterm-color-215 {
7c6d4d4e
PK
1802 color: #ffaf5f;
1803}
1804
3d680e1c
PK
1805.terminal .xterm-bg-color-215 {
1806 background-color: #ffaf5f;
1807}
1808
1809.terminal .xterm-color-216 {
7c6d4d4e
PK
1810 color: #ffaf87;
1811}
1812
3d680e1c
PK
1813.terminal .xterm-bg-color-216 {
1814 background-color: #ffaf87;
1815}
1816
1817.terminal .xterm-color-217 {
7c6d4d4e
PK
1818 color: #ffafaf;
1819}
1820
3d680e1c
PK
1821.terminal .xterm-bg-color-217 {
1822 background-color: #ffafaf;
1823}
1824
1825.terminal .xterm-color-218 {
7c6d4d4e
PK
1826 color: #ffafd7;
1827}
1828
3d680e1c
PK
1829.terminal .xterm-bg-color-218 {
1830 background-color: #ffafd7;
1831}
1832
1833.terminal .xterm-color-219 {
7c6d4d4e
PK
1834 color: #ffafff;
1835}
1836
3d680e1c
PK
1837.terminal .xterm-bg-color-219 {
1838 background-color: #ffafff;
1839}
1840
1841.terminal .xterm-color-220 {
7c6d4d4e
PK
1842 color: #ffd700;
1843}
1844
3d680e1c
PK
1845.terminal .xterm-bg-color-220 {
1846 background-color: #ffd700;
1847}
1848
1849.terminal .xterm-color-221 {
7c6d4d4e
PK
1850 color: #ffd75f;
1851}
1852
3d680e1c
PK
1853.terminal .xterm-bg-color-221 {
1854 background-color: #ffd75f;
1855}
1856
1857.terminal .xterm-color-222 {
7c6d4d4e
PK
1858 color: #ffd787;
1859}
1860
3d680e1c
PK
1861.terminal .xterm-bg-color-222 {
1862 background-color: #ffd787;
1863}
1864
1865.terminal .xterm-color-223 {
7c6d4d4e
PK
1866 color: #ffd7af;
1867}
1868
3d680e1c
PK
1869.terminal .xterm-bg-color-223 {
1870 background-color: #ffd7af;
1871}
1872
1873.terminal .xterm-color-224 {
7c6d4d4e
PK
1874 color: #ffd7d7;
1875}
1876
3d680e1c
PK
1877.terminal .xterm-bg-color-224 {
1878 background-color: #ffd7d7;
1879}
1880
1881.terminal .xterm-color-225 {
7c6d4d4e
PK
1882 color: #ffd7ff;
1883}
1884
3d680e1c
PK
1885.terminal .xterm-bg-color-225 {
1886 background-color: #ffd7ff;
1887}
1888
1889.terminal .xterm-color-226 {
7c6d4d4e
PK
1890 color: #ffff00;
1891}
1892
3d680e1c
PK
1893.terminal .xterm-bg-color-226 {
1894 background-color: #ffff00;
1895}
1896
1897.terminal .xterm-color-227 {
7c6d4d4e
PK
1898 color: #ffff5f;
1899}
1900
3d680e1c
PK
1901.terminal .xterm-bg-color-227 {
1902 background-color: #ffff5f;
1903}
1904
1905.terminal .xterm-color-228 {
7c6d4d4e
PK
1906 color: #ffff87;
1907}
1908
3d680e1c
PK
1909.terminal .xterm-bg-color-228 {
1910 background-color: #ffff87;
1911}
1912
1913.terminal .xterm-color-229 {
7c6d4d4e
PK
1914 color: #ffffaf;
1915}
1916
3d680e1c
PK
1917.terminal .xterm-bg-color-229 {
1918 background-color: #ffffaf;
1919}
1920
1921.terminal .xterm-color-230 {
7c6d4d4e
PK
1922 color: #ffffd7;
1923}
1924
3d680e1c
PK
1925.terminal .xterm-bg-color-230 {
1926 background-color: #ffffd7;
1927}
1928
1929.terminal .xterm-color-231 {
7c6d4d4e
PK
1930 color: #ffffff;
1931}
1932
3d680e1c
PK
1933.terminal .xterm-bg-color-231 {
1934 background-color: #ffffff;
1935}
1936
1937.terminal .xterm-color-232 {
7c6d4d4e
PK
1938 color: #080808;
1939}
1940
3d680e1c
PK
1941.terminal .xterm-bg-color-232 {
1942 background-color: #080808;
1943}
1944
1945.terminal .xterm-color-233 {
7c6d4d4e
PK
1946 color: #121212;
1947}
1948
3d680e1c
PK
1949.terminal .xterm-bg-color-233 {
1950 background-color: #121212;
1951}
1952
1953.terminal .xterm-color-234 {
7c6d4d4e
PK
1954 color: #1c1c1c;
1955}
1956
3d680e1c
PK
1957.terminal .xterm-bg-color-234 {
1958 background-color: #1c1c1c;
1959}
1960
1961.terminal .xterm-color-235 {
7c6d4d4e
PK
1962 color: #262626;
1963}
1964
3d680e1c
PK
1965.terminal .xterm-bg-color-235 {
1966 background-color: #262626;
1967}
1968
1969.terminal .xterm-color-236 {
7c6d4d4e
PK
1970 color: #303030;
1971}
1972
3d680e1c
PK
1973.terminal .xterm-bg-color-236 {
1974 background-color: #303030;
1975}
1976
1977.terminal .xterm-color-237 {
7c6d4d4e
PK
1978 color: #3a3a3a;
1979}
1980
3d680e1c
PK
1981.terminal .xterm-bg-color-237 {
1982 background-color: #3a3a3a;
1983}
1984
1985.terminal .xterm-color-238 {
7c6d4d4e
PK
1986 color: #444444;
1987}
1988
3d680e1c
PK
1989.terminal .xterm-bg-color-238 {
1990 background-color: #444444;
1991}
1992
1993.terminal .xterm-color-239 {
7c6d4d4e
PK
1994 color: #4e4e4e;
1995}
1996
3d680e1c
PK
1997.terminal .xterm-bg-color-239 {
1998 background-color: #4e4e4e;
1999}
2000
2001.terminal .xterm-color-240 {
7c6d4d4e
PK
2002 color: #585858;
2003}
2004
3d680e1c
PK
2005.terminal .xterm-bg-color-240 {
2006 background-color: #585858;
2007}
2008
2009.terminal .xterm-color-241 {
7c6d4d4e
PK
2010 color: #626262;
2011}
2012
3d680e1c
PK
2013.terminal .xterm-bg-color-241 {
2014 background-color: #626262;
2015}
2016
2017.terminal .xterm-color-242 {
7c6d4d4e
PK
2018 color: #6c6c6c;
2019}
2020
3d680e1c
PK
2021.terminal .xterm-bg-color-242 {
2022 background-color: #6c6c6c;
2023}
2024
2025.terminal .xterm-color-243 {
7c6d4d4e
PK
2026 color: #767676;
2027}
2028
3d680e1c
PK
2029.terminal .xterm-bg-color-243 {
2030 background-color: #767676;
2031}
2032
2033.terminal .xterm-color-244 {
7c6d4d4e
PK
2034 color: #808080;
2035}
2036
3d680e1c
PK
2037.terminal .xterm-bg-color-244 {
2038 background-color: #808080;
2039}
2040
2041.terminal .xterm-color-245 {
7c6d4d4e
PK
2042 color: #8a8a8a;
2043}
2044
3d680e1c
PK
2045.terminal .xterm-bg-color-245 {
2046 background-color: #8a8a8a;
2047}
2048
2049.terminal .xterm-color-246 {
7c6d4d4e
PK
2050 color: #949494;
2051}
2052
3d680e1c
PK
2053.terminal .xterm-bg-color-246 {
2054 background-color: #949494;
2055}
2056
2057.terminal .xterm-color-247 {
7c6d4d4e
PK
2058 color: #9e9e9e;
2059}
2060
3d680e1c
PK
2061.terminal .xterm-bg-color-247 {
2062 background-color: #9e9e9e;
2063}
2064
2065.terminal .xterm-color-248 {
7c6d4d4e
PK
2066 color: #a8a8a8;
2067}
2068
3d680e1c
PK
2069.terminal .xterm-bg-color-248 {
2070 background-color: #a8a8a8;
2071}
2072
2073.terminal .xterm-color-249 {
7c6d4d4e
PK
2074 color: #b2b2b2;
2075}
2076
3d680e1c
PK
2077.terminal .xterm-bg-color-249 {
2078 background-color: #b2b2b2;
2079}
2080
2081.terminal .xterm-color-250 {
7c6d4d4e
PK
2082 color: #bcbcbc;
2083}
2084
3d680e1c
PK
2085.terminal .xterm-bg-color-250 {
2086 background-color: #bcbcbc;
2087}
2088
2089.terminal .xterm-color-251 {
7c6d4d4e
PK
2090 color: #c6c6c6;
2091}
2092
3d680e1c
PK
2093.terminal .xterm-bg-color-251 {
2094 background-color: #c6c6c6;
2095}
2096
2097.terminal .xterm-color-252 {
7c6d4d4e
PK
2098 color: #d0d0d0;
2099}
2100
3d680e1c
PK
2101.terminal .xterm-bg-color-252 {
2102 background-color: #d0d0d0;
2103}
2104
2105.terminal .xterm-color-253 {
7c6d4d4e
PK
2106 color: #dadada;
2107}
2108
3d680e1c
PK
2109.terminal .xterm-bg-color-253 {
2110 background-color: #dadada;
2111}
2112
2113.terminal .xterm-color-254 {
7c6d4d4e
PK
2114 color: #e4e4e4;
2115}
2116
3d680e1c
PK
2117.terminal .xterm-bg-color-254 {
2118 background-color: #e4e4e4;
2119}
2120
2121.terminal .xterm-color-255 {
7c6d4d4e 2122 color: #eeeeee;
3d680e1c
PK
2123}
2124
2125.terminal .xterm-bg-color-255 {
2126 background-color: #eeeeee;
0ae4b803 2127}