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