|
|
|
|
|
|
|
|
/* rs-theme-is-dark: TRUE */ |
|
|
/* rs-theme-is-dark: TRUE */ |
|
|
.ace_gutter { |
|
|
.ace_gutter { |
|
|
background: #262a33; |
|
|
background: #262a33; |
|
|
color: rgba(229, 233, 240, 0.25); |
|
|
|
|
|
|
|
|
color: rgba(216, 222, 233, 0.25); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_print-margin { |
|
|
.ace_print-margin { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ace_editor { |
|
|
.ace_editor { |
|
|
background-color: #262a33; |
|
|
background-color: #262a33; |
|
|
color: #e5e9f0; |
|
|
|
|
|
|
|
|
color: #d8dee9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat.ace_editor_theme { |
|
|
.rstudio-themes-flat.ace_editor_theme { |
|
|
background-color: #262a33; |
|
|
background-color: #262a33; |
|
|
color: #e5e9f0; |
|
|
|
|
|
|
|
|
color: #d8dee9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat.ace_editor_theme .profvis-flamegraph { |
|
|
.rstudio-themes-flat.ace_editor_theme .profvis-flamegraph { |
|
|
background-color: #262a33; |
|
|
background-color: #262a33; |
|
|
color: #e5e9f0; |
|
|
|
|
|
|
|
|
color: #d8dee9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .ace_editor_theme { |
|
|
.rstudio-themes-flat .ace_editor_theme { |
|
|
background-color: #262a33; |
|
|
background-color: #262a33; |
|
|
color: #e5e9f0; |
|
|
|
|
|
|
|
|
color: #d8dee9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat.editor_dark.ace_editor_theme a { |
|
|
.rstudio-themes-flat.editor_dark.ace_editor_theme a { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat.rstudio-themes-dark-menus .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { |
|
|
.rstudio-themes-flat.rstudio-themes-dark-menus .ace_editor.ace_autocomplete .ace_marker-layer .ace_active-line { |
|
|
background: rgba(229, 233, 240, 0.25); |
|
|
|
|
|
|
|
|
background: rgba(216, 222, 233, 0.25); |
|
|
border: none; |
|
|
border: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat.rstudio-themes-dark-menus .ace_editor.ace_autocomplete .ace_marker-layer .ace_line-hover { |
|
|
.rstudio-themes-flat.rstudio-themes-dark-menus .ace_editor.ace_autocomplete .ace_marker-layer .ace_line-hover { |
|
|
background: rgba(229, 233, 240, 0.25); |
|
|
|
|
|
|
|
|
background: rgba(216, 222, 233, 0.25); |
|
|
border: none; |
|
|
border: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_bracket { |
|
|
.ace_marker-layer .ace_bracket { |
|
|
margin: -1px 0 0 -1px; |
|
|
margin: -1px 0 0 -1px; |
|
|
border: 1px solid #4e6388; |
|
|
|
|
|
|
|
|
border: 1px solid #46597c; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_active-line { |
|
|
.ace_marker-layer .ace_active-line { |
|
|
background: rgba(67, 76, 94, 0.6); |
|
|
|
|
|
|
|
|
background: rgba(67, 76, 94, 0.4); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_selected-word { |
|
|
.ace_marker-layer .ace_selected-word { |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_foreign_line { |
|
|
.ace_marker-layer .ace_foreign_line { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
z-index: -1; |
|
|
z-index: -1; |
|
|
background-color: #3b4252; |
|
|
|
|
|
|
|
|
background-color: #2e3440; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_active_debug_line { |
|
|
.ace_marker-layer .ace_active_debug_line { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_fold { |
|
|
.ace_fold { |
|
|
background-color: #88c0d0; |
|
|
|
|
|
border-color: #e5e9f0; |
|
|
|
|
|
|
|
|
background-color: #bf616a; |
|
|
|
|
|
border-color: #d8dee9; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.ace_indent-guide { |
|
|
|
|
|
border-right: 1px solid #3b4252; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_active-line ~ .ace_selection.ace_start { |
|
|
.ace_active-line ~ .ace_selection.ace_start { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ace_keyword.ace_other.ace_unit { |
|
|
.ace_keyword.ace_other.ace_unit { |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
color: #ebcb8b; |
|
|
|
|
|
|
|
|
color: #bf616a; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_constant.ace_language { |
|
|
.ace_constant.ace_language { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_constant.ace_numeric { |
|
|
.ace_constant.ace_numeric { |
|
|
color: #ebcb8b; |
|
|
|
|
|
|
|
|
color: #bf616a; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_constant.ace_character { |
|
|
.ace_constant.ace_character { |
|
|
color: #ebcb8b; |
|
|
|
|
|
|
|
|
color: #bf616a; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_constant.ace_other { |
|
|
.ace_constant.ace_other { |
|
|
color: #e5e9f0; |
|
|
|
|
|
|
|
|
color: #d8dee9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_support.ace_function { |
|
|
.ace_support.ace_function { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_support.ace_constant { |
|
|
.ace_support.ace_constant { |
|
|
color: #ebcb8b; |
|
|
|
|
|
|
|
|
color: #bf616a; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_support.ace_class { |
|
|
.ace_support.ace_class { |
|
|
font-style: italic; |
|
|
font-style: italic; |
|
|
color: #bf616a; |
|
|
|
|
|
|
|
|
color: #ebcb8b; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_support.ace_type { |
|
|
.ace_support.ace_type { |
|
|
color: #bf616a; |
|
|
|
|
|
|
|
|
color: #ebcb8b; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_paren.ace_keyword.ace_operator { |
|
|
.ace_paren.ace_keyword.ace_operator { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_comment { |
|
|
.ace_comment { |
|
|
color: rgba(229, 233, 240, 0.5); |
|
|
|
|
|
|
|
|
color: rgba(216, 222, 233, 0.5); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_invisible { |
|
|
.ace_invisible { |
|
|
color: #4e6388; |
|
|
|
|
|
|
|
|
color: #4c566a; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_variable { |
|
|
.ace_variable { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_variable.ace_parameter { |
|
|
.ace_variable.ace_parameter { |
|
|
color: #ebcb8b; |
|
|
|
|
|
|
|
|
color: #bf616a; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_entity.ace_name.ace_function { |
|
|
.ace_entity.ace_name.ace_function { |
|
|
|
|
|
|
|
|
.ace_bracket { |
|
|
.ace_bracket { |
|
|
margin: 0 !important; |
|
|
margin: 0 !important; |
|
|
border: 0 !important; |
|
|
border: 0 !important; |
|
|
background-color: #4e6388; |
|
|
|
|
|
|
|
|
background-color: #46597c; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_console_error { |
|
|
.ace_console_error { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal { |
|
|
.terminal { |
|
|
background-color: #eceae8; |
|
|
|
|
|
color: #b1a394; |
|
|
|
|
|
|
|
|
background-color: #262a33; |
|
|
|
|
|
color: #d8dee9; |
|
|
font-feature-settings: "liga" 0; |
|
|
font-feature-settings: "liga" 0; |
|
|
position: relative; |
|
|
position: relative; |
|
|
user-select: none; |
|
|
user-select: none; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal.xterm-cursor-style-block.focus:not(.xterm-cursor-blink-on) .terminal-cursor { |
|
|
.terminal.xterm-cursor-style-block.focus:not(.xterm-cursor-blink-on) .terminal-cursor { |
|
|
background-color: #333; |
|
|
|
|
|
color: #CCC; |
|
|
|
|
|
|
|
|
background-color: #81a1c1; |
|
|
|
|
|
color: #81a1c1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal.focus.xterm-cursor-style-bar:not(.xterm-cursor-blink-on) .terminal-cursor::before, |
|
|
|
|
|
.terminal.focus.xterm-cursor-style-underline:not(.xterm-cursor-blink-on) .terminal-cursor::before { |
|
|
|
|
|
|
|
|
.terminal.focus.xterm-cursor-style-bar:not(.xterm-cursor-blink-on) .terminal-cursor::before, .terminal.focus.xterm-cursor-style-underline:not(.xterm-cursor-blink-on) .terminal-cursor::before { |
|
|
content: ''; |
|
|
content: ''; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
background-color: #333; |
|
|
|
|
|
|
|
|
background-color: #262a33; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal:not(.focus) .terminal-cursor { |
|
|
.terminal:not(.focus) .terminal-cursor { |
|
|
outline: 1px solid #333; |
|
|
|
|
|
|
|
|
outline: 1px solid #d8dee9; |
|
|
outline-offset: -1px; |
|
|
outline-offset: -1px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal .xterm-selection div { |
|
|
.terminal .xterm-selection div { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
background-color: #333; |
|
|
|
|
|
|
|
|
background-color: rgba(76, 86, 106, 0.4); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal .xterm-viewport { |
|
|
.terminal .xterm-viewport { |
|
|
background-color: #eceae8; |
|
|
|
|
|
|
|
|
background-color: #262a33; |
|
|
overflow-y: scroll; |
|
|
overflow-y: scroll; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.xtermInvertColor { |
|
|
.xtermInvertColor { |
|
|
color: #eceae8; |
|
|
|
|
|
|
|
|
color: #d8dee9; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.xtermInvertBgColor { |
|
|
.xtermInvertBgColor { |
|
|
background-color: #b1a394; |
|
|
|
|
|
|
|
|
background-color: #262a33; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.xtermBold { |
|
|
.xtermBold { |