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