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