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