Garrick Aden-Buie 7 лет назад
Родитель
Сommit
28882be582
2 измененных файлов: 14 добавлений и 14 удалений
  1. +3
    -3
      nord-snow-storm.scss
  2. +11
    -11
      rsthemes/nord-snow-storm.rstheme

+ 3
- 3
nord-snow-storm.scss Просмотреть файл

@@ -6,7 +6,7 @@
// primary UI colors
$ui-background : lighten($nord6, 10%);
$ui-foreground : $nord3;
$ui-code-chunk-background: $nord4;
$ui-code-chunk-background: $nord6;
$ui-selection : transparentize($nord4, 0.6);
$ui-cursor : $nord12;
$ui-cursor-normal-mode : $ui-cursor;
@@ -19,7 +19,7 @@ $ui-line-active : transparentize($nord4, 0.6);
$ui-line-active-gutter : $ui-background;
$ui-line-active-selection : opacify($ui-selection, 1);
$ui-line-find : $ui-selection;
$ui-bracket : darken($ui-foreground, 50%);
$ui-bracket : darken($ui-background, 20%);
$ui-invisible : $nord4;
$ui-indent-guide : $nord4;
$ui-debug-background : lighten($ui-background, 10%);
@@ -31,7 +31,7 @@ $ui-rstudio-background : darken($ui-background, 2%);
$ui-rstudio-color : $ui-foreground;
$ui-rstudio-tabs-inactive : $nord4;
$ui-rstudio-tabs-inactive-color : transparentize($ui-foreground, 0.4);
$ui-rstudio-tabs-selected : $nord5;
$ui-rstudio-tabs-selected : $nord6;
$ui-rstudio-tabs-selected-color : $nord2;
$ui-rstudio-toolbar : $ui-rstudio-tabs-selected;
$ui-rstudio-toolbar-color : $ui-foreground;

+ 11
- 11
rsthemes/nord-snow-storm.rstheme Просмотреть файл

@@ -59,7 +59,7 @@

.ace_marker-layer .ace_bracket {
margin: -1px 0 0 -1px;
border: 1px solid black;
border: 1px solid #cccccc;
}

.ace_marker-layer .ace_active-line {
@@ -73,7 +73,7 @@
.ace_marker-layer .ace_foreign_line {
position: absolute;
z-index: -1;
background-color: #d8dee9;
background-color: #eceff4;
}

.ace_marker-layer .ace_active_debug_line {
@@ -208,7 +208,7 @@
.ace_bracket {
margin: 0 !important;
border: 0 !important;
background-color: black;
background-color: #cccccc;
}

.ace_console_error {
@@ -267,7 +267,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d

/* 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 {
background: #e5e9f0 !important;
background: #eceff4 !important;
}

.rstudio-themes-flat .rstudio-themes-default .gwt-TabLayoutPanelTab-selected .gwt-Label {
@@ -279,7 +279,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
}

.rstudio-themes-flat .rstheme_toolbarWrapper {
background: #e5e9f0 !important;
background: #eceff4 !important;
}

.rstudio-themes-flat .rstheme_toolbarWrapper button, .rstudio-themes-flat .rstheme_toolbarWrapper a, .rstudio-themes-flat .rstheme_toolbarWrapper div {
@@ -295,12 +295,12 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
}

.rstudio-themes-flat .search, .rstudio-themes-flat.rstudio-themes-default-menus .search {
background: #e5e9f0 !important;
background: #eceff4 !important;
}

/* pane toolbars */
.rstheme_secondaryToolbar, .rstudio-themes-flat .dataGridHeader {
background: #e5e9f0 !important;
background: #eceff4 !important;
}

/* menu background */
@@ -315,11 +315,11 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
}

.rstudio-themes-flat .themedPopupPanel {
border: solid 1px black;
border: solid 1px #cccccc;
}

.rstudio-themes-flat .themedPopupPanel ~ div.popupContent div:nth-child(1) {
border: solid 1px black;
border: solid 1px #cccccc;
}

.rstudio-themes-flat .popupContent {
@@ -329,7 +329,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d

.rstudio-themes-flat .popupContent:not(.popupMiddleCenterInner) div div:nth-child(2) {
background: white !important;
border: solid 1px black;
border: solid 1px #cccccc;
}

.rstudio-themes-flat .gwt-PopupPanel .popupContent {
@@ -365,7 +365,7 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
.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 {
background: #d8dee9;
background: #eceff4;
border: 4px solid white;
}


Загрузка…
Отмена
Сохранить