Переглянути джерело

Tweak github theme

master
Garrick Aden-Buie 7 роки тому
джерело
коміт
b16cc29c5f
2 змінених файлів з 8 додано та 8 видалено
  1. +6
    -6
      dist/github.rstheme
  2. +2
    -2
      src/github.scss

+ 6
- 6
dist/github.rstheme Переглянути файл

@@ -8,7 +8,7 @@

.ace_print-margin {
width: 2px;
background: rgba(3, 102, 214, 0);
background: #eff3f6;
}

.ace_editor {
@@ -60,7 +60,7 @@

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

.ace_marker-layer .ace_active-line {
@@ -210,7 +210,7 @@
.ace_bracket {
margin: 0 !important;
border: 0 !important;
background-color: #eff3f6;
background-color: #ffeef0;
}

.ace_console_error {
@@ -326,11 +326,11 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
}

.rstudio-themes-flat .themedPopupPanel {
border: solid 1px #eff3f6;
border: solid 1px #ffeef0;
}

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

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

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

.rstudio-themes-flat .gwt-PopupPanel .popupContent {

+ 2
- 2
src/github.scss Переглянути файл

@@ -10,7 +10,7 @@ $ui-code-chunk-background: $base01;
$ui-selection : transparentize($blue, 0.85);
$ui-cursor : $base0C;
$ui-cursor-normal-mode : $ui-cursor;
$ui-margin-line : transparentize($ui-selection, 0.2);
$ui-margin-line : $base02;
$ui-gutter-color : $base03;
$ui-gutter-background : $ui-background;

@@ -20,7 +20,7 @@ $ui-line-active : $light-blue;
$ui-line-active-gutter : $light-blue;
$ui-line-active-selection : transparentize($blue, 0.85);
$ui-line-find : $light-green;
$ui-bracket : $base02;
$ui-bracket : $light-red;
$ui-invisible : $base03;
$ui-indent-guide : $base02;
$ui-debug-background : $light-red;

Завантаження…
Відмінити
Зберегти