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