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