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