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