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