1/* rs-theme-name: GitHub */
2/* rs-theme-is-dark: FALSE */
3/* THIS THEME WAS AUTOGENERATED BY Theme.tmpl.css (UUID: FDD6F02A-74F7-4B6C-97F1-857D792EC90E) */
4
5.ace_gutter {
6  background: #F8F8FF;
7  color: #7C7C80;
8}
9
10.ace_print-margin {
11  width: 1px;
12  background: #e8e8e8;
13}
14
15.ace_editor, .rstudio-themes-flat.ace_editor_theme .profvis-flamegraph, .rstudio-themes-flat.ace_editor_theme, .rstudio-themes-flat .ace_editor_theme {
16  background-color: #F8F8FF;
17  color: #000000;
18}
19
20.ace_cursor {
21  color: #666666;
22}
23
24.ace_marker-layer .ace_selection {
25  background: #B4D5FE;
26}
27
28.ace_selection.ace_start {
29  box-shadow: 0 0 3px 0px #F8F8FF;
30  border-radius: 2px;
31}
32
33.ace_marker-layer .ace_step {
34  background: rgb(198, 219, 174);
35}
36
37.ace_marker-layer .ace_bracket {
38  margin: -1px 0 0 -1px;
39  border: 1px solid #BBBBBB;
40}
41
42.ace_marker-layer .ace_active-line {
43  background: #FFFEEB;
44}
45
46.ace_gutter-active-line {
47  background-color: #FFFEEB;
48}
49
50.ace_marker-layer .ace_selected-word {
51  border: 1px solid #B4D5FE
52}
53
54.ace_fold {
55  background-color: #990000;
56  border-color: #000000;
57}
58
59.ace_invisible {
60  color: #BBBBBB;
61}
62
63
64.ace_keyword {
65  font-weight: bold;
66  color: #000000;
67
68}
69
70.ace_keyword.ace_operator {
71  font-weight: bold;
72  color: #000000;
73
74}
75
76.ace_constant.ace_language {
77  font-weight: bold;
78
79}
80
81.ace_constant.ace_numeric {
82  color: #009999;
83
84}
85
86.ace_constant.ace_character {
87  color: #DD1144;
88
89}
90
91.ace_constant.ace_character.ace_entity {
92  color: #800080;
93
94}
95
96.ace_constant.ace_other {
97  color: #009999;
98
99}
100
101.ace_support.ace_function {
102  color: #990000;
103
104}
105
106.ace_support.ace_constant {
107  font-weight: bold;
108
109}
110
111.ace_support.ace_class {
112  font-weight: bold;
113  color: #445588;
114
115}
116
117.ace_support.ace_type {
118  font-weight: bold;
119  color: #445588;
120
121}
122
123.ace_storage {
124  font-weight: bold;
125
126}
127
128.ace_storage.ace_type {
129  font-weight: bold;
130  color: #445588;
131
132}
133
134.ace_invalid.ace_illegal {
135  color: #A61717;
136  background-color: #E3D2D2;
137
138}
139
140.ace_string.ace_regexp {
141  color: #009926;
142
143}
144
145.ace_comment {
146  font-style: italic;
147  color: #999988;
148
149}
150
151.ace_comment.ace_doc {
152  font-style: italic;
153  font-weight: bold;
154  color: #999999;
155
156}
157
158.ace_variable {
159  color: #990000;
160
161}
162
163.ace_variable.ace_language {
164  color: #999999;
165
166}
167
168.ace_variable.ace_parameter {
169  color: #008080;
170
171}
172
173.ace_entity.ace_other.ace_attribute-name {
174  color: #008080;
175
176}
177
178.ace_entity.ace_name.ace_function {
179  color: #990000;
180
181}
182
183.ace_entity.ace_name.ace_tag {
184  color: #000080;
185
186}
187
188.ace_markup.ace_heading {
189  color: #AAAAAA;
190
191}
192
193.ace_markup.ace_heading.ace_1 {
194  color: #999999;
195
196}
197.nocolor.ace_editor .ace_line span {
198  color: #000000 !important;
199}
200.ace_bracket {
201  margin: 0 !important;
202  border: 0 !important;
203  background-color: rgba(192, 192, 192, 0.5);
204}
205.ace_marker-layer .ace_foreign_line {
206  position: absolute;
207  z-index: -1;
208  background-color: #ECECF3;
209}
210.ace_node-selector {
211  background-color: rgb(102, 155, 243)
212}
213.ace_comment-highlight {
214  color: #3C4C72;
215  background-color: #FFECCB;
216}
217.ace_marker-layer .ace_active_debug_line {
218  position: absolute;
219  z-index: -1;
220  background-color: #FCEB9C;
221}
222.ace_marker-layer .ace_find_line {
223  position: absolute;
224  z-index: -1;
225  background-color: #E0E0E6;
226}
227.ace_console_error {
228  background-color: #E0E0E6;
229}
230.terminal {
231  background-color: #f8f8ff;
232  color: #000000;
233  font-feature-settings: "liga" 0;
234  position: relative;
235  user-select: none;
236  -ms-user-select: none;
237  -webkit-user-select: none;
238}
239.terminal.xterm-cursor-style-block.focus:not(.xterm-cursor-blink-on) .terminal-cursor {
240  background-color: #333;
241  color: #CCC;
242}
243.terminal.focus.xterm-cursor-style-bar:not(.xterm-cursor-blink-on) .terminal-cursor::before,
244.terminal.focus.xterm-cursor-style-underline:not(.xterm-cursor-blink-on) .terminal-cursor::before {
245  content: '';
246  position: absolute;
247  background-color: #333;
248}
249.terminal:not(.focus) .terminal-cursor {
250  outline: 1px solid #333;
251  outline-offset: -1px;
252}
253.terminal .xterm-selection div {
254   position: absolute;
255   background-color: #333;
256}
257.terminal .xterm-viewport {
258  background-color: #f8f8ff;
259  overflow-y: scroll;
260}
261.xtermInvertColor { color: #f8f8ff; }
262.xtermInvertBgColor { background-color: #000000; }
263.xtermBold { font-weight: bold; }
264.xtermUnderline { text-decoration: underline; }
265.xtermBlink { text-decoration: blink; }
266.xtermHidden { visibility: hidden; }
267.xtermItalic { font-style: italic; }
268.xtermStrike { text-decoration: line-through; }
269.xtermColor0 { color: #2e3436 !important; }
270.xtermBgColor0 { background-color: #2e3436; }
271.xtermColor1 { color: #cc0000 !important; }
272.xtermBgColor1 { background-color: #cc0000; }
273.xtermColor2 { color: #4e9a06 !important; }
274.xtermBgColor2 { background-color: #4e9a06; }
275.xtermColor3 { color: #c4a000 !important; }
276.xtermBgColor3 { background-color: #c4a000; }
277.xtermColor4 { color: #3465a4 !important; }
278.xtermBgColor4 { background-color: #3465a4; }
279.xtermColor5 { color: #75507b !important; }
280.xtermBgColor5 { background-color: #75507b; }
281.xtermColor6 { color: #06989a !important; }
282.xtermBgColor6 { background-color: #06989a; }
283.xtermColor7 { color: #d3d7cf !important; }
284.xtermBgColor7 { background-color: #d3d7cf; }
285.xtermColor8 { color: #555753 !important; }
286.xtermBgColor8 { background-color: #555753; }
287.xtermColor9 { color: #ef2929 !important; }
288.xtermBgColor9 { background-color: #ef2929; }
289.xtermColor10 { color: #8ae234 !important; }
290.xtermBgColor10 { background-color: #8ae234; }
291.xtermColor11 { color: #fce94f !important; }
292.xtermBgColor11 { background-color: #fce94f; }
293.xtermColor12 { color: #729fcf !important; }
294.xtermBgColor12 { background-color: #729fcf; }
295.xtermColor13 { color: #ad7fa8 !important; }
296.xtermBgColor13 { background-color: #ad7fa8; }
297.xtermColor14 { color: #34e2e2 !important; }
298.xtermBgColor14 { background-color: #34e2e2; }
299.xtermColor15 { color: #eeeeec !important; }
300.xtermBgColor15 { background-color: #eeeeec; }
301.xtermColor16 { color: #000000 !important; }
302.xtermBgColor16 { background-color: #000000; }
303.xtermColor17 { color: #00005f !important; }
304.xtermBgColor17 { background-color: #00005f; }
305.xtermColor18 { color: #000087 !important; }
306.xtermBgColor18 { background-color: #000087; }
307.xtermColor19 { color: #0000af !important; }
308.xtermBgColor19 { background-color: #0000af; }
309.xtermColor20 { color: #0000d7 !important; }
310.xtermBgColor20 { background-color: #0000d7; }
311.xtermColor21 { color: #0000ff !important; }
312.xtermBgColor21 { background-color: #0000ff; }
313.xtermColor22 { color: #005f00 !important; }
314.xtermBgColor22 { background-color: #005f00; }
315.xtermColor23 { color: #005f5f !important; }
316.xtermBgColor23 { background-color: #005f5f; }
317.xtermColor24 { color: #005f87 !important; }
318.xtermBgColor24 { background-color: #005f87; }
319.xtermColor25 { color: #005faf !important; }
320.xtermBgColor25 { background-color: #005faf; }
321.xtermColor26 { color: #005fd7 !important; }
322.xtermBgColor26 { background-color: #005fd7; }
323.xtermColor27 { color: #005fff !important; }
324.xtermBgColor27 { background-color: #005fff; }
325.xtermColor28 { color: #008700 !important; }
326.xtermBgColor28 { background-color: #008700; }
327.xtermColor29 { color: #00875f !important; }
328.xtermBgColor29 { background-color: #00875f; }
329.xtermColor30 { color: #008787 !important; }
330.xtermBgColor30 { background-color: #008787; }
331.xtermColor31 { color: #0087af !important; }
332.xtermBgColor31 { background-color: #0087af; }
333.xtermColor32 { color: #0087d7 !important; }
334.xtermBgColor32 { background-color: #0087d7; }
335.xtermColor33 { color: #0087ff !important; }
336.xtermBgColor33 { background-color: #0087ff; }
337.xtermColor34 { color: #00af00 !important; }
338.xtermBgColor34 { background-color: #00af00; }
339.xtermColor35 { color: #00af5f !important; }
340.xtermBgColor35 { background-color: #00af5f; }
341.xtermColor36 { color: #00af87 !important; }
342.xtermBgColor36 { background-color: #00af87; }
343.xtermColor37 { color: #00afaf !important; }
344.xtermBgColor37 { background-color: #00afaf; }
345.xtermColor38 { color: #00afd7 !important; }
346.xtermBgColor38 { background-color: #00afd7; }
347.xtermColor39 { color: #00afff !important; }
348.xtermBgColor39 { background-color: #00afff; }
349.xtermColor40 { color: #00d700 !important; }
350.xtermBgColor40 { background-color: #00d700; }
351.xtermColor41 { color: #00d75f !important; }
352.xtermBgColor41 { background-color: #00d75f; }
353.xtermColor42 { color: #00d787 !important; }
354.xtermBgColor42 { background-color: #00d787; }
355.xtermColor43 { color: #00d7af !important; }
356.xtermBgColor43 { background-color: #00d7af; }
357.xtermColor44 { color: #00d7d7 !important; }
358.xtermBgColor44 { background-color: #00d7d7; }
359.xtermColor45 { color: #00d7ff !important; }
360.xtermBgColor45 { background-color: #00d7ff; }
361.xtermColor46 { color: #00ff00 !important; }
362.xtermBgColor46 { background-color: #00ff00; }
363.xtermColor47 { color: #00ff5f !important; }
364.xtermBgColor47 { background-color: #00ff5f; }
365.xtermColor48 { color: #00ff87 !important; }
366.xtermBgColor48 { background-color: #00ff87; }
367.xtermColor49 { color: #00ffaf !important; }
368.xtermBgColor49 { background-color: #00ffaf; }
369.xtermColor50 { color: #00ffd7 !important; }
370.xtermBgColor50 { background-color: #00ffd7; }
371.xtermColor51 { color: #00ffff !important; }
372.xtermBgColor51 { background-color: #00ffff; }
373.xtermColor52 { color: #5f0000 !important; }
374.xtermBgColor52 { background-color: #5f0000; }
375.xtermColor53 { color: #5f005f !important; }
376.xtermBgColor53 { background-color: #5f005f; }
377.xtermColor54 { color: #5f0087 !important; }
378.xtermBgColor54 { background-color: #5f0087; }
379.xtermColor55 { color: #5f00af !important; }
380.xtermBgColor55 { background-color: #5f00af; }
381.xtermColor56 { color: #5f00d7 !important; }
382.xtermBgColor56 { background-color: #5f00d7; }
383.xtermColor57 { color: #5f00ff !important; }
384.xtermBgColor57 { background-color: #5f00ff; }
385.xtermColor58 { color: #5f5f00 !important; }
386.xtermBgColor58 { background-color: #5f5f00; }
387.xtermColor59 { color: #5f5f5f !important; }
388.xtermBgColor59 { background-color: #5f5f5f; }
389.xtermColor60 { color: #5f5f87 !important; }
390.xtermBgColor60 { background-color: #5f5f87; }
391.xtermColor61 { color: #5f5faf !important; }
392.xtermBgColor61 { background-color: #5f5faf; }
393.xtermColor62 { color: #5f5fd7 !important; }
394.xtermBgColor62 { background-color: #5f5fd7; }
395.xtermColor63 { color: #5f5fff !important; }
396.xtermBgColor63 { background-color: #5f5fff; }
397.xtermColor64 { color: #5f8700 !important; }
398.xtermBgColor64 { background-color: #5f8700; }
399.xtermColor65 { color: #5f875f !important; }
400.xtermBgColor65 { background-color: #5f875f; }
401.xtermColor66 { color: #5f8787 !important; }
402.xtermBgColor66 { background-color: #5f8787; }
403.xtermColor67 { color: #5f87af !important; }
404.xtermBgColor67 { background-color: #5f87af; }
405.xtermColor68 { color: #5f87d7 !important; }
406.xtermBgColor68 { background-color: #5f87d7; }
407.xtermColor69 { color: #5f87ff !important; }
408.xtermBgColor69 { background-color: #5f87ff; }
409.xtermColor70 { color: #5faf00 !important; }
410.xtermBgColor70 { background-color: #5faf00; }
411.xtermColor71 { color: #5faf5f !important; }
412.xtermBgColor71 { background-color: #5faf5f; }
413.xtermColor72 { color: #5faf87 !important; }
414.xtermBgColor72 { background-color: #5faf87; }
415.xtermColor73 { color: #5fafaf !important; }
416.xtermBgColor73 { background-color: #5fafaf; }
417.xtermColor74 { color: #5fafd7 !important; }
418.xtermBgColor74 { background-color: #5fafd7; }
419.xtermColor75 { color: #5fafff !important; }
420.xtermBgColor75 { background-color: #5fafff; }
421.xtermColor76 { color: #5fd700 !important; }
422.xtermBgColor76 { background-color: #5fd700; }
423.xtermColor77 { color: #5fd75f !important; }
424.xtermBgColor77 { background-color: #5fd75f; }
425.xtermColor78 { color: #5fd787 !important; }
426.xtermBgColor78 { background-color: #5fd787; }
427.xtermColor79 { color: #5fd7af !important; }
428.xtermBgColor79 { background-color: #5fd7af; }
429.xtermColor80 { color: #5fd7d7 !important; }
430.xtermBgColor80 { background-color: #5fd7d7; }
431.xtermColor81 { color: #5fd7ff !important; }
432.xtermBgColor81 { background-color: #5fd7ff; }
433.xtermColor82 { color: #5fff00 !important; }
434.xtermBgColor82 { background-color: #5fff00; }
435.xtermColor83 { color: #5fff5f !important; }
436.xtermBgColor83 { background-color: #5fff5f; }
437.xtermColor84 { color: #5fff87 !important; }
438.xtermBgColor84 { background-color: #5fff87; }
439.xtermColor85 { color: #5fffaf !important; }
440.xtermBgColor85 { background-color: #5fffaf; }
441.xtermColor86 { color: #5fffd7 !important; }
442.xtermBgColor86 { background-color: #5fffd7; }
443.xtermColor87 { color: #5fffff !important; }
444.xtermBgColor87 { background-color: #5fffff; }
445.xtermColor88 { color: #870000 !important; }
446.xtermBgColor88 { background-color: #870000; }
447.xtermColor89 { color: #87005f !important; }
448.xtermBgColor89 { background-color: #87005f; }
449.xtermColor90 { color: #870087 !important; }
450.xtermBgColor90 { background-color: #870087; }
451.xtermColor91 { color: #8700af !important; }
452.xtermBgColor91 { background-color: #8700af; }
453.xtermColor92 { color: #8700d7 !important; }
454.xtermBgColor92 { background-color: #8700d7; }
455.xtermColor93 { color: #8700ff !important; }
456.xtermBgColor93 { background-color: #8700ff; }
457.xtermColor94 { color: #875f00 !important; }
458.xtermBgColor94 { background-color: #875f00; }
459.xtermColor95 { color: #875f5f !important; }
460.xtermBgColor95 { background-color: #875f5f; }
461.xtermColor96 { color: #875f87 !important; }
462.xtermBgColor96 { background-color: #875f87; }
463.xtermColor97 { color: #875faf !important; }
464.xtermBgColor97 { background-color: #875faf; }
465.xtermColor98 { color: #875fd7 !important; }
466.xtermBgColor98 { background-color: #875fd7; }
467.xtermColor99 { color: #875fff !important; }
468.xtermBgColor99 { background-color: #875fff; }
469.xtermColor100 { color: #878700 !important; }
470.xtermBgColor100 { background-color: #878700; }
471.xtermColor101 { color: #87875f !important; }
472.xtermBgColor101 { background-color: #87875f; }
473.xtermColor102 { color: #878787 !important; }
474.xtermBgColor102 { background-color: #878787; }
475.xtermColor103 { color: #8787af !important; }
476.xtermBgColor103 { background-color: #8787af; }
477.xtermColor104 { color: #8787d7 !important; }
478.xtermBgColor104 { background-color: #8787d7; }
479.xtermColor105 { color: #8787ff !important; }
480.xtermBgColor105 { background-color: #8787ff; }
481.xtermColor106 { color: #87af00 !important; }
482.xtermBgColor106 { background-color: #87af00; }
483.xtermColor107 { color: #87af5f !important; }
484.xtermBgColor107 { background-color: #87af5f; }
485.xtermColor108 { color: #87af87 !important; }
486.xtermBgColor108 { background-color: #87af87; }
487.xtermColor109 { color: #87afaf !important; }
488.xtermBgColor109 { background-color: #87afaf; }
489.xtermColor110 { color: #87afd7 !important; }
490.xtermBgColor110 { background-color: #87afd7; }
491.xtermColor111 { color: #87afff !important; }
492.xtermBgColor111 { background-color: #87afff; }
493.xtermColor112 { color: #87d700 !important; }
494.xtermBgColor112 { background-color: #87d700; }
495.xtermColor113 { color: #87d75f !important; }
496.xtermBgColor113 { background-color: #87d75f; }
497.xtermColor114 { color: #87d787 !important; }
498.xtermBgColor114 { background-color: #87d787; }
499.xtermColor115 { color: #87d7af !important; }
500.xtermBgColor115 { background-color: #87d7af; }
501.xtermColor116 { color: #87d7d7 !important; }
502.xtermBgColor116 { background-color: #87d7d7; }
503.xtermColor117 { color: #87d7ff !important; }
504.xtermBgColor117 { background-color: #87d7ff; }
505.xtermColor118 { color: #87ff00 !important; }
506.xtermBgColor118 { background-color: #87ff00; }
507.xtermColor119 { color: #87ff5f !important; }
508.xtermBgColor119 { background-color: #87ff5f; }
509.xtermColor120 { color: #87ff87 !important; }
510.xtermBgColor120 { background-color: #87ff87; }
511.xtermColor121 { color: #87ffaf !important; }
512.xtermBgColor121 { background-color: #87ffaf; }
513.xtermColor122 { color: #87ffd7 !important; }
514.xtermBgColor122 { background-color: #87ffd7; }
515.xtermColor123 { color: #87ffff !important; }
516.xtermBgColor123 { background-color: #87ffff; }
517.xtermColor124 { color: #af0000 !important; }
518.xtermBgColor124 { background-color: #af0000; }
519.xtermColor125 { color: #af005f !important; }
520.xtermBgColor125 { background-color: #af005f; }
521.xtermColor126 { color: #af0087 !important; }
522.xtermBgColor126 { background-color: #af0087; }
523.xtermColor127 { color: #af00af !important; }
524.xtermBgColor127 { background-color: #af00af; }
525.xtermColor128 { color: #af00d7 !important; }
526.xtermBgColor128 { background-color: #af00d7; }
527.xtermColor129 { color: #af00ff !important; }
528.xtermBgColor129 { background-color: #af00ff; }
529.xtermColor130 { color: #af5f00 !important; }
530.xtermBgColor130 { background-color: #af5f00; }
531.xtermColor131 { color: #af5f5f !important; }
532.xtermBgColor131 { background-color: #af5f5f; }
533.xtermColor132 { color: #af5f87 !important; }
534.xtermBgColor132 { background-color: #af5f87; }
535.xtermColor133 { color: #af5faf !important; }
536.xtermBgColor133 { background-color: #af5faf; }
537.xtermColor134 { color: #af5fd7 !important; }
538.xtermBgColor134 { background-color: #af5fd7; }
539.xtermColor135 { color: #af5fff !important; }
540.xtermBgColor135 { background-color: #af5fff; }
541.xtermColor136 { color: #af8700 !important; }
542.xtermBgColor136 { background-color: #af8700; }
543.xtermColor137 { color: #af875f !important; }
544.xtermBgColor137 { background-color: #af875f; }
545.xtermColor138 { color: #af8787 !important; }
546.xtermBgColor138 { background-color: #af8787; }
547.xtermColor139 { color: #af87af !important; }
548.xtermBgColor139 { background-color: #af87af; }
549.xtermColor140 { color: #af87d7 !important; }
550.xtermBgColor140 { background-color: #af87d7; }
551.xtermColor141 { color: #af87ff !important; }
552.xtermBgColor141 { background-color: #af87ff; }
553.xtermColor142 { color: #afaf00 !important; }
554.xtermBgColor142 { background-color: #afaf00; }
555.xtermColor143 { color: #afaf5f !important; }
556.xtermBgColor143 { background-color: #afaf5f; }
557.xtermColor144 { color: #afaf87 !important; }
558.xtermBgColor144 { background-color: #afaf87; }
559.xtermColor145 { color: #afafaf !important; }
560.xtermBgColor145 { background-color: #afafaf; }
561.xtermColor146 { color: #afafd7 !important; }
562.xtermBgColor146 { background-color: #afafd7; }
563.xtermColor147 { color: #afafff !important; }
564.xtermBgColor147 { background-color: #afafff; }
565.xtermColor148 { color: #afd700 !important; }
566.xtermBgColor148 { background-color: #afd700; }
567.xtermColor149 { color: #afd75f !important; }
568.xtermBgColor149 { background-color: #afd75f; }
569.xtermColor150 { color: #afd787 !important; }
570.xtermBgColor150 { background-color: #afd787; }
571.xtermColor151 { color: #afd7af !important; }
572.xtermBgColor151 { background-color: #afd7af; }
573.xtermColor152 { color: #afd7d7 !important; }
574.xtermBgColor152 { background-color: #afd7d7; }
575.xtermColor153 { color: #afd7ff !important; }
576.xtermBgColor153 { background-color: #afd7ff; }
577.xtermColor154 { color: #afff00 !important; }
578.xtermBgColor154 { background-color: #afff00; }
579.xtermColor155 { color: #afff5f !important; }
580.xtermBgColor155 { background-color: #afff5f; }
581.xtermColor156 { color: #afff87 !important; }
582.xtermBgColor156 { background-color: #afff87; }
583.xtermColor157 { color: #afffaf !important; }
584.xtermBgColor157 { background-color: #afffaf; }
585.xtermColor158 { color: #afffd7 !important; }
586.xtermBgColor158 { background-color: #afffd7; }
587.xtermColor159 { color: #afffff !important; }
588.xtermBgColor159 { background-color: #afffff; }
589.xtermColor160 { color: #d70000 !important; }
590.xtermBgColor160 { background-color: #d70000; }
591.xtermColor161 { color: #d7005f !important; }
592.xtermBgColor161 { background-color: #d7005f; }
593.xtermColor162 { color: #d70087 !important; }
594.xtermBgColor162 { background-color: #d70087; }
595.xtermColor163 { color: #d700af !important; }
596.xtermBgColor163 { background-color: #d700af; }
597.xtermColor164 { color: #d700d7 !important; }
598.xtermBgColor164 { background-color: #d700d7; }
599.xtermColor165 { color: #d700ff !important; }
600.xtermBgColor165 { background-color: #d700ff; }
601.xtermColor166 { color: #d75f00 !important; }
602.xtermBgColor166 { background-color: #d75f00; }
603.xtermColor167 { color: #d75f5f !important; }
604.xtermBgColor167 { background-color: #d75f5f; }
605.xtermColor168 { color: #d75f87 !important; }
606.xtermBgColor168 { background-color: #d75f87; }
607.xtermColor169 { color: #d75faf !important; }
608.xtermBgColor169 { background-color: #d75faf; }
609.xtermColor170 { color: #d75fd7 !important; }
610.xtermBgColor170 { background-color: #d75fd7; }
611.xtermColor171 { color: #d75fff !important; }
612.xtermBgColor171 { background-color: #d75fff; }
613.xtermColor172 { color: #d78700 !important; }
614.xtermBgColor172 { background-color: #d78700; }
615.xtermColor173 { color: #d7875f !important; }
616.xtermBgColor173 { background-color: #d7875f; }
617.xtermColor174 { color: #d78787 !important; }
618.xtermBgColor174 { background-color: #d78787; }
619.xtermColor175 { color: #d787af !important; }
620.xtermBgColor175 { background-color: #d787af; }
621.xtermColor176 { color: #d787d7 !important; }
622.xtermBgColor176 { background-color: #d787d7; }
623.xtermColor177 { color: #d787ff !important; }
624.xtermBgColor177 { background-color: #d787ff; }
625.xtermColor178 { color: #d7af00 !important; }
626.xtermBgColor178 { background-color: #d7af00; }
627.xtermColor179 { color: #d7af5f !important; }
628.xtermBgColor179 { background-color: #d7af5f; }
629.xtermColor180 { color: #d7af87 !important; }
630.xtermBgColor180 { background-color: #d7af87; }
631.xtermColor181 { color: #d7afaf !important; }
632.xtermBgColor181 { background-color: #d7afaf; }
633.xtermColor182 { color: #d7afd7 !important; }
634.xtermBgColor182 { background-color: #d7afd7; }
635.xtermColor183 { color: #d7afff !important; }
636.xtermBgColor183 { background-color: #d7afff; }
637.xtermColor184 { color: #d7d700 !important; }
638.xtermBgColor184 { background-color: #d7d700; }
639.xtermColor185 { color: #d7d75f !important; }
640.xtermBgColor185 { background-color: #d7d75f; }
641.xtermColor186 { color: #d7d787 !important; }
642.xtermBgColor186 { background-color: #d7d787; }
643.xtermColor187 { color: #d7d7af !important; }
644.xtermBgColor187 { background-color: #d7d7af; }
645.xtermColor188 { color: #d7d7d7 !important; }
646.xtermBgColor188 { background-color: #d7d7d7; }
647.xtermColor189 { color: #d7d7ff !important; }
648.xtermBgColor189 { background-color: #d7d7ff; }
649.xtermColor190 { color: #d7ff00 !important; }
650.xtermBgColor190 { background-color: #d7ff00; }
651.xtermColor191 { color: #d7ff5f !important; }
652.xtermBgColor191 { background-color: #d7ff5f; }
653.xtermColor192 { color: #d7ff87 !important; }
654.xtermBgColor192 { background-color: #d7ff87; }
655.xtermColor193 { color: #d7ffaf !important; }
656.xtermBgColor193 { background-color: #d7ffaf; }
657.xtermColor194 { color: #d7ffd7 !important; }
658.xtermBgColor194 { background-color: #d7ffd7; }
659.xtermColor195 { color: #d7ffff !important; }
660.xtermBgColor195 { background-color: #d7ffff; }
661.xtermColor196 { color: #ff0000 !important; }
662.xtermBgColor196 { background-color: #ff0000; }
663.xtermColor197 { color: #ff005f !important; }
664.xtermBgColor197 { background-color: #ff005f; }
665.xtermColor198 { color: #ff0087 !important; }
666.xtermBgColor198 { background-color: #ff0087; }
667.xtermColor199 { color: #ff00af !important; }
668.xtermBgColor199 { background-color: #ff00af; }
669.xtermColor200 { color: #ff00d7 !important; }
670.xtermBgColor200 { background-color: #ff00d7; }
671.xtermColor201 { color: #ff00ff !important; }
672.xtermBgColor201 { background-color: #ff00ff; }
673.xtermColor202 { color: #ff5f00 !important; }
674.xtermBgColor202 { background-color: #ff5f00; }
675.xtermColor203 { color: #ff5f5f !important; }
676.xtermBgColor203 { background-color: #ff5f5f; }
677.xtermColor204 { color: #ff5f87 !important; }
678.xtermBgColor204 { background-color: #ff5f87; }
679.xtermColor205 { color: #ff5faf !important; }
680.xtermBgColor205 { background-color: #ff5faf; }
681.xtermColor206 { color: #ff5fd7 !important; }
682.xtermBgColor206 { background-color: #ff5fd7; }
683.xtermColor207 { color: #ff5fff !important; }
684.xtermBgColor207 { background-color: #ff5fff; }
685.xtermColor208 { color: #ff8700 !important; }
686.xtermBgColor208 { background-color: #ff8700; }
687.xtermColor209 { color: #ff875f !important; }
688.xtermBgColor209 { background-color: #ff875f; }
689.xtermColor210 { color: #ff8787 !important; }
690.xtermBgColor210 { background-color: #ff8787; }
691.xtermColor211 { color: #ff87af !important; }
692.xtermBgColor211 { background-color: #ff87af; }
693.xtermColor212 { color: #ff87d7 !important; }
694.xtermBgColor212 { background-color: #ff87d7; }
695.xtermColor213 { color: #ff87ff !important; }
696.xtermBgColor213 { background-color: #ff87ff; }
697.xtermColor214 { color: #ffaf00 !important; }
698.xtermBgColor214 { background-color: #ffaf00; }
699.xtermColor215 { color: #ffaf5f !important; }
700.xtermBgColor215 { background-color: #ffaf5f; }
701.xtermColor216 { color: #ffaf87 !important; }
702.xtermBgColor216 { background-color: #ffaf87; }
703.xtermColor217 { color: #ffafaf !important; }
704.xtermBgColor217 { background-color: #ffafaf; }
705.xtermColor218 { color: #ffafd7 !important; }
706.xtermBgColor218 { background-color: #ffafd7; }
707.xtermColor219 { color: #ffafff !important; }
708.xtermBgColor219 { background-color: #ffafff; }
709.xtermColor220 { color: #ffd700 !important; }
710.xtermBgColor220 { background-color: #ffd700; }
711.xtermColor221 { color: #ffd75f !important; }
712.xtermBgColor221 { background-color: #ffd75f; }
713.xtermColor222 { color: #ffd787 !important; }
714.xtermBgColor222 { background-color: #ffd787; }
715.xtermColor223 { color: #ffd7af !important; }
716.xtermBgColor223 { background-color: #ffd7af; }
717.xtermColor224 { color: #ffd7d7 !important; }
718.xtermBgColor224 { background-color: #ffd7d7; }
719.xtermColor225 { color: #ffd7ff !important; }
720.xtermBgColor225 { background-color: #ffd7ff; }
721.xtermColor226 { color: #ffff00 !important; }
722.xtermBgColor226 { background-color: #ffff00; }
723.xtermColor227 { color: #ffff5f !important; }
724.xtermBgColor227 { background-color: #ffff5f; }
725.xtermColor228 { color: #ffff87 !important; }
726.xtermBgColor228 { background-color: #ffff87; }
727.xtermColor229 { color: #ffffaf !important; }
728.xtermBgColor229 { background-color: #ffffaf; }
729.xtermColor230 { color: #ffffd7 !important; }
730.xtermBgColor230 { background-color: #ffffd7; }
731.xtermColor231 { color: #ffffff !important; }
732.xtermBgColor231 { background-color: #ffffff; }
733.xtermColor232 { color: #080808 !important; }
734.xtermBgColor232 { background-color: #080808; }
735.xtermColor233 { color: #121212 !important; }
736.xtermBgColor233 { background-color: #121212; }
737.xtermColor234 { color: #1c1c1c !important; }
738.xtermBgColor234 { background-color: #1c1c1c; }
739.xtermColor235 { color: #262626 !important; }
740.xtermBgColor235 { background-color: #262626; }
741.xtermColor236 { color: #303030 !important; }
742.xtermBgColor236 { background-color: #303030; }
743.xtermColor237 { color: #3a3a3a !important; }
744.xtermBgColor237 { background-color: #3a3a3a; }
745.xtermColor238 { color: #444444 !important; }
746.xtermBgColor238 { background-color: #444444; }
747.xtermColor239 { color: #4e4e4e !important; }
748.xtermBgColor239 { background-color: #4e4e4e; }
749.xtermColor240 { color: #585858 !important; }
750.xtermBgColor240 { background-color: #585858; }
751.xtermColor241 { color: #626262 !important; }
752.xtermBgColor241 { background-color: #626262; }
753.xtermColor242 { color: #6c6c6c !important; }
754.xtermBgColor242 { background-color: #6c6c6c; }
755.xtermColor243 { color: #767676 !important; }
756.xtermBgColor243 { background-color: #767676; }
757.xtermColor244 { color: #808080 !important; }
758.xtermBgColor244 { background-color: #808080; }
759.xtermColor245 { color: #8a8a8a !important; }
760.xtermBgColor245 { background-color: #8a8a8a; }
761.xtermColor246 { color: #949494 !important; }
762.xtermBgColor246 { background-color: #949494; }
763.xtermColor247 { color: #9e9e9e !important; }
764.xtermBgColor247 { background-color: #9e9e9e; }
765.xtermColor248 { color: #a8a8a8 !important; }
766.xtermBgColor248 { background-color: #a8a8a8; }
767.xtermColor249 { color: #b2b2b2 !important; }
768.xtermBgColor249 { background-color: #b2b2b2; }
769.xtermColor250 { color: #bcbcbc !important; }
770.xtermBgColor250 { background-color: #bcbcbc; }
771.xtermColor251 { color: #c6c6c6 !important; }
772.xtermBgColor251 { background-color: #c6c6c6; }
773.xtermColor252 { color: #d0d0d0 !important; }
774.xtermBgColor252 { background-color: #d0d0d0; }
775.xtermColor253 { color: #dadada !important; }
776.xtermBgColor253 { background-color: #dadada; }
777.xtermColor254 { color: #e4e4e4 !important; }
778.xtermBgColor254 { background-color: #e4e4e4; }
779.xtermColor255 { color: #eeeeee !important; }
780.xtermBgColor255 { background-color: #eeeeee; }
781.rstudio-themes-flat.editor_dark.ace_editor_theme a {
782   color: #FFF !important;
783}
784
785.ace_layer {
786   z-index: 3;
787}
788
789.ace_layer.ace_print-margin-layer {
790   z-index: 2;
791}
792
793.ace_layer.ace_marker-layer {
794   z-index: 1;
795}
796
797
798