|
|
|
|
|
|
|
|
/* rs-theme-name: Sassy - base16 Github */ |
|
|
|
|
|
/* Github by Github, gadenbuie */ |
|
|
|
|
|
|
|
|
/* rs-theme-name: Sassy - GitHub */ |
|
|
/* rs-theme-is-dark: FALSE */ |
|
|
/* rs-theme-is-dark: FALSE */ |
|
|
|
|
|
/* Github by Github, gadenbuie */ |
|
|
.ace_gutter { |
|
|
.ace_gutter { |
|
|
background: #f4f6f8; |
|
|
|
|
|
color: rgba(36, 41, 46, 0.5); |
|
|
|
|
|
|
|
|
background: #FFFFFF; |
|
|
|
|
|
color: #C6CBD1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_print-margin { |
|
|
.ace_print-margin { |
|
|
width: 2px; |
|
|
width: 2px; |
|
|
background: rgba(211, 218, 227, 0.2); |
|
|
|
|
|
|
|
|
background: rgba(3, 102, 214, 0); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_editor { |
|
|
.ace_editor { |
|
|
background-color: #fafbfc; |
|
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
color: #24292e; |
|
|
color: #24292e; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat.ace_editor_theme { |
|
|
.rstudio-themes-flat.ace_editor_theme { |
|
|
background-color: #fafbfc; |
|
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
color: #24292e; |
|
|
color: #24292e; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat.ace_editor_theme .profvis-flamegraph { |
|
|
.rstudio-themes-flat.ace_editor_theme .profvis-flamegraph { |
|
|
background-color: #fafbfc; |
|
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
color: #24292e; |
|
|
color: #24292e; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .ace_editor_theme { |
|
|
.rstudio-themes-flat .ace_editor_theme { |
|
|
background-color: #fafbfc; |
|
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
color: #24292e; |
|
|
color: #24292e; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_cursor { |
|
|
.ace_cursor { |
|
|
color: #6f42c1; |
|
|
|
|
|
|
|
|
color: #d73a49; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.normal-mode .ace_cursor { |
|
|
.normal-mode .ace_cursor { |
|
|
border: 0 !important; |
|
|
border: 0 !important; |
|
|
background-color: #6f42c1; |
|
|
|
|
|
|
|
|
background-color: #d73a49; |
|
|
opacity: 0.5; |
|
|
opacity: 0.5; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_selection { |
|
|
.ace_marker-layer .ace_selection { |
|
|
background: rgba(211, 218, 227, 0.4); |
|
|
|
|
|
|
|
|
background: rgba(3, 102, 214, 0.15); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_step { |
|
|
.ace_marker-layer .ace_step { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_bracket { |
|
|
.ace_marker-layer .ace_bracket { |
|
|
margin: -1px 0 0 -1px; |
|
|
margin: -1px 0 0 -1px; |
|
|
border: 1px solid #D3DAE3; |
|
|
|
|
|
|
|
|
border: 1px solid #eff3f6; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_active-line { |
|
|
.ace_marker-layer .ace_active-line { |
|
|
background: rgba(218, 226, 233, 0.5); |
|
|
|
|
|
|
|
|
background: #F1F8FF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_selected-word { |
|
|
.ace_marker-layer .ace_selected-word { |
|
|
border: 1px solid rgba(211, 218, 227, 0.4); |
|
|
|
|
|
|
|
|
border: 1px solid rgba(3, 102, 214, 0.15); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_foreign_line { |
|
|
.ace_marker-layer .ace_foreign_line { |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_active_debug_line { |
|
|
.ace_marker-layer .ace_active_debug_line { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
z-index: -1; |
|
|
z-index: -1; |
|
|
background-color: #dae2e9; |
|
|
|
|
|
|
|
|
background-color: #ffeef0; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_marker-layer .ace_find_line { |
|
|
.ace_marker-layer .ace_find_line { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
z-index: -1; |
|
|
z-index: -1; |
|
|
background-color: #f6f8fa; |
|
|
|
|
|
|
|
|
background-color: #f0fff4; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_gutter-active-line { |
|
|
.ace_gutter-active-line { |
|
|
background-color: #f6f8fa; |
|
|
|
|
|
|
|
|
background-color: #F1F8FF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_fold { |
|
|
.ace_fold { |
|
|
background-color: #b31d28; |
|
|
background-color: #b31d28; |
|
|
border: 1px solid #24292e !important; |
|
|
|
|
|
|
|
|
border: 1px solid #ffeef0 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_indent-guide { |
|
|
.ace_indent-guide { |
|
|
border-right: 1px solid #D3DAE3; |
|
|
|
|
|
|
|
|
border-right: 1px solid #eff3f6; |
|
|
margin-right: -1px; |
|
|
margin-right: -1px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_active-line ~ .ace_selection.ace_start { |
|
|
.ace_active-line ~ .ace_selection.ace_start { |
|
|
background-color: #D3DAE3; |
|
|
|
|
|
|
|
|
background-color: rgba(3, 102, 214, 0.15); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_keyword { |
|
|
.ace_keyword { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.ace_keyword.ace_operator { |
|
|
.ace_keyword.ace_operator { |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
color: #d73a49; |
|
|
|
|
|
|
|
|
color: #24292e; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_keyword.ace_other.ace_unit { |
|
|
.ace_keyword.ace_other.ace_unit { |
|
|
font-style: normal; |
|
|
font-style: normal; |
|
|
color: #735c0f; |
|
|
|
|
|
|
|
|
color: #d73a49; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_constant.ace_language { |
|
|
.ace_constant.ace_language { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_constant.ace_numeric { |
|
|
.ace_constant.ace_numeric { |
|
|
color: #735c0f; |
|
|
|
|
|
|
|
|
color: #d73a49; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_constant.ace_character { |
|
|
.ace_constant.ace_character { |
|
|
color: #735c0f; |
|
|
|
|
|
|
|
|
color: #d73a49; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_constant.ace_other { |
|
|
.ace_constant.ace_other { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_support.ace_constant { |
|
|
.ace_support.ace_constant { |
|
|
color: #735c0f; |
|
|
|
|
|
|
|
|
color: #d73a49; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_support.ace_class { |
|
|
.ace_support.ace_class { |
|
|
font-style: italic; |
|
|
|
|
|
|
|
|
font-style: normal; |
|
|
color: #6f42c1; |
|
|
color: #6f42c1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_paren.ace_keyword.ace_operator { |
|
|
.ace_paren.ace_keyword.ace_operator { |
|
|
color: #d73a49; |
|
|
|
|
|
|
|
|
color: #24292e; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_storage { |
|
|
.ace_storage { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_invalid { |
|
|
.ace_invalid { |
|
|
background-color: rgba(179, 29, 40, 0.5); |
|
|
|
|
|
|
|
|
background-color: rgba(115, 92, 15, 0.5); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_invalid.ace_deprecated { |
|
|
.ace_invalid.ace_deprecated { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_comment { |
|
|
.ace_comment { |
|
|
color: #6a737d; |
|
|
|
|
|
|
|
|
color: #959da5; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_invisible { |
|
|
.ace_invisible { |
|
|
color: #959da5; |
|
|
|
|
|
|
|
|
color: #C6CBD1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_variable { |
|
|
.ace_variable { |
|
|
color: #b31d28; |
|
|
|
|
|
|
|
|
color: #735c0f; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_variable.ace_parameter { |
|
|
.ace_variable.ace_parameter { |
|
|
color: #735c0f; |
|
|
|
|
|
|
|
|
color: #d73a49; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.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: #D3DAE3; |
|
|
|
|
|
|
|
|
background-color: #eff3f6; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_console_error { |
|
|
.ace_console_error { |
|
|
background-color: #f6f8fa; |
|
|
|
|
|
|
|
|
background-color: #f0fff4; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_layer { |
|
|
.ace_layer { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_selection.ace_start { |
|
|
.ace_selection.ace_start { |
|
|
box-shadow: 0 0 3px 0 #fafbfc; |
|
|
|
|
|
|
|
|
box-shadow: 0 0 3px 0 #FFFFFF; |
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_meta.ace_tag { |
|
|
.ace_meta.ace_tag { |
|
|
color: #d73a49; |
|
|
|
|
|
|
|
|
color: #24292e; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_markup.ace_heading, |
|
|
.ace_markup.ace_heading, |
|
|
.ace_markup.ace_heading ~ .ace_heading { |
|
|
.ace_markup.ace_heading ~ .ace_heading { |
|
|
font-weight: 600; |
|
|
font-weight: 600; |
|
|
color: #22863a; |
|
|
|
|
|
|
|
|
color: #005cc5; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_support.ace_function.ace_codebegin, .ace_support.ace_function.ace_codeend { |
|
|
.ace_support.ace_function.ace_codebegin, .ace_support.ace_function.ace_codeend { |
|
|
color: #e36209; |
|
|
|
|
|
|
|
|
color: #0366D6; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.ace_markup.ace_href { |
|
|
.ace_markup.ace_href { |
|
|
color: #032f62; |
|
|
|
|
|
|
|
|
color: #6f42c1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.nocolor.ace_editor .ace_line span { |
|
|
.nocolor.ace_editor .ace_line span { |
|
|
|
|
|
|
|
|
/* ---- RStudio Theme ---- */ |
|
|
/* ---- RStudio Theme ---- */ |
|
|
/* background */ |
|
|
/* background */ |
|
|
.rstudio-themes-flat .rstudio-themes-default { |
|
|
.rstudio-themes-flat .rstudio-themes-default { |
|
|
background: #fafbfc !important; |
|
|
|
|
|
|
|
|
background: #FFFFFF !important; |
|
|
color: #24292e !important; |
|
|
color: #24292e !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .rstudio-themes-default .rstudio-themes-background { |
|
|
.rstudio-themes-flat .rstudio-themes-default .rstudio-themes-background { |
|
|
background: #fafbfc !important; |
|
|
|
|
|
|
|
|
background: #FFFFFF !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* inactive tabs */ |
|
|
/* inactive tabs */ |
|
|
table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTabs, .rstheme_multiPodUtilityTabArea { |
|
|
table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTabs, .rstheme_multiPodUtilityTabArea { |
|
|
background: #D3DAE3 !important; |
|
|
|
|
|
|
|
|
background: #fafbfc !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTabs .gwt-Label, .rstheme_multiPodUtilityTabArea .gwt-Label { |
|
|
table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTabs .gwt-Label, .rstheme_multiPodUtilityTabArea .gwt-Label { |
|
|
color: #959da5; |
|
|
|
|
|
|
|
|
color: #C6CBD1; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* toolbar and selected tab */ |
|
|
/* toolbar and selected tab */ |
|
|
.rstudio-themes-flat .rstudio-themes-default .rstheme_center, .rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab-selected table.rstheme_tabLayoutCenter { |
|
|
.rstudio-themes-flat .rstudio-themes-default .rstheme_center, .rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTabs .gwt-TabLayoutPanelTab-selected table.rstheme_tabLayoutCenter { |
|
|
background: #f6f8fa !important; |
|
|
|
|
|
|
|
|
background: #eff3f6 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTab-selected .gwt-Label { |
|
|
.rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTab-selected .gwt-Label { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .rstheme_toolbarWrapper { |
|
|
.rstudio-themes-flat .rstheme_toolbarWrapper { |
|
|
background: #f6f8fa !important; |
|
|
|
|
|
|
|
|
background: #eff3f6 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .rstheme_toolbarWrapper button, .rstudio-themes-flat .rstheme_toolbarWrapper a, .rstudio-themes-flat .rstheme_toolbarWrapper div { |
|
|
.rstudio-themes-flat .rstheme_toolbarWrapper button, .rstudio-themes-flat .rstheme_toolbarWrapper a, .rstudio-themes-flat .rstheme_toolbarWrapper div { |
|
|
color: #24292e !important; |
|
|
|
|
|
|
|
|
color: #6a737d !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .rstudio-themes-default { |
|
|
.rstudio-themes-flat .rstudio-themes-default { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .search, .rstudio-themes-flat.rstudio-themes-default-menus .search { |
|
|
.rstudio-themes-flat .search, .rstudio-themes-flat.rstudio-themes-default-menus .search { |
|
|
background: #f6f8fa !important; |
|
|
|
|
|
|
|
|
background: #eff3f6 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* pane toolbars */ |
|
|
/* pane toolbars */ |
|
|
.rstheme_secondaryToolbar, .rstudio-themes-flat .dataGridHeader { |
|
|
.rstheme_secondaryToolbar, .rstudio-themes-flat .dataGridHeader { |
|
|
background: #f6f8fa !important; |
|
|
|
|
|
|
|
|
background: #eff3f6 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* menu background */ |
|
|
/* menu background */ |
|
|
.rstudio-themes-flat .popupMiddleCenter, .rstudio-themes-flat .menuPopupMiddleCenter, .rstudio-themes-flat .suggestPopupMiddleCenter { |
|
|
.rstudio-themes-flat .popupMiddleCenter, .rstudio-themes-flat .menuPopupMiddleCenter, .rstudio-themes-flat .suggestPopupMiddleCenter { |
|
|
background: #fafbfc !important; |
|
|
|
|
|
|
|
|
background: #FFFFFF !important; |
|
|
color: #24292e !important; |
|
|
color: #24292e !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .popupMiddleCenter .item.item-selected, .rstudio-themes-flat .popupMiddleCenter .item-selected, .rstudio-themes-flat .menuPopupMiddleCenter .item.item-selected, .rstudio-themes-flat .menuPopupMiddleCenter .item-selected, .rstudio-themes-flat .suggestPopupMiddleCenter .item.item-selected, .rstudio-themes-flat .suggestPopupMiddleCenter .item-selected { |
|
|
.rstudio-themes-flat .popupMiddleCenter .item.item-selected, .rstudio-themes-flat .popupMiddleCenter .item-selected, .rstudio-themes-flat .menuPopupMiddleCenter .item.item-selected, .rstudio-themes-flat .menuPopupMiddleCenter .item-selected, .rstudio-themes-flat .suggestPopupMiddleCenter .item.item-selected, .rstudio-themes-flat .suggestPopupMiddleCenter .item-selected { |
|
|
color: #fafbfc !important; |
|
|
|
|
|
|
|
|
color: #FFFFFF !important; |
|
|
background: #24292e !important; |
|
|
background: #24292e !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .themedPopupPanel { |
|
|
.rstudio-themes-flat .themedPopupPanel { |
|
|
border: solid 1px #D3DAE3; |
|
|
|
|
|
|
|
|
border: solid 1px #eff3f6; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .themedPopupPanel ~ div.popupContent div:nth-child(1) { |
|
|
.rstudio-themes-flat .themedPopupPanel ~ div.popupContent div:nth-child(1) { |
|
|
border: solid 1px #D3DAE3; |
|
|
|
|
|
|
|
|
border: solid 1px #eff3f6; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .popupContent { |
|
|
.rstudio-themes-flat .popupContent { |
|
|
background: #fafbfc; |
|
|
|
|
|
|
|
|
background: #FFFFFF; |
|
|
color: #24292e; |
|
|
color: #24292e; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) { |
|
|
.rstudio-themes-flat .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) { |
|
|
background: #fafbfc !important; |
|
|
|
|
|
border: solid 1px #D3DAE3; |
|
|
|
|
|
|
|
|
background: #FFFFFF !important; |
|
|
|
|
|
border: solid 1px #eff3f6; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .gwt-PopupPanel .popupContent { |
|
|
.rstudio-themes-flat .gwt-PopupPanel .popupContent { |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .gwt-PopupPanel .popupContent table .gwt-Label { |
|
|
.rstudio-themes-flat .gwt-PopupPanel .popupContent table .gwt-Label { |
|
|
color: #fafbfc; |
|
|
|
|
|
|
|
|
color: #FFFFFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* hacky toolbars section */ |
|
|
/* hacky toolbars section */ |
|
|
.rstudio-themes-flat .rstudio-themes-default div.windowframe > div:last-child > div > div > div > div > div:not(.gwt-TabLayoutPanelTabs) { |
|
|
.rstudio-themes-flat .rstudio-themes-default div.windowframe > div:last-child > div > div > div > div > div:not(.gwt-TabLayoutPanelTabs) { |
|
|
background: #D3DAE3 !important; |
|
|
|
|
|
|
|
|
background: #fafbfc !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Data Frame Preview */ |
|
|
/* Data Frame Preview */ |
|
|
.dataTables_wrapper thead th { |
|
|
.dataTables_wrapper thead th { |
|
|
background: #f6f8fa !important; |
|
|
|
|
|
|
|
|
background: #eff3f6 !important; |
|
|
color: #0366D6 !important; |
|
|
color: #0366D6 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.dataTables_scrollBody table tbody td:first-child { |
|
|
.dataTables_scrollBody table tbody td:first-child { |
|
|
background: #f6f8fa !important; |
|
|
|
|
|
|
|
|
background: #eff3f6 !important; |
|
|
color: #0366D6 !important; |
|
|
color: #0366D6 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.dataTables_info { |
|
|
.dataTables_info { |
|
|
background: #f6f8fa !important; |
|
|
|
|
|
|
|
|
background: #eff3f6 !important; |
|
|
color: #0366D6 !important; |
|
|
color: #0366D6 !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.rstudio-themes-flat .rstudio-themes-default.rstudio-themes-scrollbars::-webkit-scrollbar-corner, |
|
|
.rstudio-themes-flat .rstudio-themes-default.rstudio-themes-scrollbars::-webkit-scrollbar-corner, |
|
|
.rstudio-themes-flat.rstudio-themes-default-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-track, |
|
|
.rstudio-themes-flat.rstudio-themes-default-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-track, |
|
|
.rstudio-themes-flat.rstudio-themes-default-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-corner { |
|
|
.rstudio-themes-flat.rstudio-themes-default-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-corner { |
|
|
background: #fafbfc; |
|
|
|
|
|
|
|
|
background: #FFFFFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.rstudio-themes-flat .rstudio-themes-default.rstudio-themes-scrollbars ::-webkit-scrollbar-thumb, |
|
|
.rstudio-themes-flat .rstudio-themes-default.rstudio-themes-scrollbars ::-webkit-scrollbar-thumb, |
|
|
.rstudio-themes-flat .rstudio-themes-default.rstudio-themes-scrollbars::-webkit-scrollbar-thumb, |
|
|
.rstudio-themes-flat .rstudio-themes-default.rstudio-themes-scrollbars::-webkit-scrollbar-thumb, |
|
|
.rstudio-themes-flat.rstudio-themes-default-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-thumb { |
|
|
.rstudio-themes-flat.rstudio-themes-default-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-thumb { |
|
|
background: #f6f8fa; |
|
|
background: #f6f8fa; |
|
|
border: 4px solid #fafbfc; |
|
|
|
|
|
|
|
|
border: 4px solid #FFFFFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal { |
|
|
.terminal { |
|
|
background-color: #fafbfc; |
|
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
color: #24292e; |
|
|
color: #24292e; |
|
|
font-feature-settings: "liga" 0; |
|
|
font-feature-settings: "liga" 0; |
|
|
position: relative; |
|
|
position: relative; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.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: #6f42c1; |
|
|
|
|
|
color: #6f42c1; |
|
|
|
|
|
|
|
|
background-color: #d73a49; |
|
|
|
|
|
color: #d73a49; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.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: #fafbfc; |
|
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal:not(.focus) .terminal-cursor { |
|
|
.terminal:not(.focus) .terminal-cursor { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.terminal .xterm-selection div { |
|
|
.terminal .xterm-selection div { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
background-color: rgba(211, 218, 227, 0.4); |
|
|
|
|
|
|
|
|
background-color: rgba(3, 102, 214, 0.15); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.terminal .xterm-viewport { |
|
|
.terminal .xterm-viewport { |
|
|
background-color: #fafbfc; |
|
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
overflow-y: scroll; |
|
|
overflow-y: scroll; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.xtermInvertBgColor { |
|
|
.xtermInvertBgColor { |
|
|
background-color: #fafbfc; |
|
|
|
|
|
|
|
|
background-color: #FFFFFF; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.xtermBold { |
|
|
.xtermBold { |