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