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