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