Przeglądaj źródła

Fix .ace_fold arrows

border color will now be applied correctly
one
Garrick Aden-Buie 7 lat temu
rodzic
commit
a6de64964a
8 zmienionych plików z 10 dodań i 10 usunięć
  1. +1
    -1
      dist/nord-polar-night-aurora.rstheme
  2. +2
    -2
      dist/nord-snow-storm.rstheme
  3. +1
    -1
      dist/oceanic-plus.rstheme
  4. +1
    -1
      dist/solarized-dark.rstheme
  5. +1
    -1
      dist/solarized-light.rstheme
  6. +2
    -2
      src/nord-snow-storm.scss
  7. +1
    -1
      src/rstudio/_rstudio-dark.scss
  8. +1
    -1
      src/rstudio/_rstudio-light.scss

+ 1
- 1
dist/nord-polar-night-aurora.rstheme Wyświetl plik

@@ -93,7 +93,7 @@

.ace_fold {
background-color: #bf616a;
border-color: #d8dee9;
border: 1px solid #d8dee9 !important;
}

.ace_indent-guide {

+ 2
- 2
dist/nord-snow-storm.rstheme Wyświetl plik

@@ -93,8 +93,8 @@
}

.ace_fold {
background-color: #bf616a;
border-color: #4c566a;
background-color: rgba(191, 97, 106, 0.5);
border: 1px solid #bf616a !important;
}

.ace_indent-guide {

+ 1
- 1
dist/oceanic-plus.rstheme Wyświetl plik

@@ -94,7 +94,7 @@

.ace_fold {
background-color: #EC5f67;
border-color: #D8DEE9;
border: 1px solid #D8DEE9 !important;
}

.ace_indent-guide {

+ 1
- 1
dist/solarized-dark.rstheme Wyświetl plik

@@ -94,7 +94,7 @@

.ace_fold {
background-color: #6c71c4;
border-color: #839496;
border: 1px solid #839496 !important;
}

.ace_indent-guide {

+ 1
- 1
dist/solarized-light.rstheme Wyświetl plik

@@ -95,7 +95,7 @@

.ace_fold {
background-color: #6c71c4;
border-color: #657b83;
border: 1px solid #657b83 !important;
}

.ace_indent-guide {

+ 2
- 2
src/nord-snow-storm.scss Wyświetl plik

@@ -23,8 +23,8 @@ $ui-bracket : transparentize($ui-cursor, 0.6);
$ui-invisible : $nord4;
$ui-indent-guide : $nord4;
$ui-debug-background : lighten($ui-background, 10%);
$ui-fold-arrows-background: $nord11;
$ui-fold-arrows-color : $ui-foreground;
$ui-fold-arrows-color : $nord11;
$ui-fold-arrows-background: transparentize($ui-fold-arrows-color, 0.5);

// rstudio
$ui-rstudio-background : darken($ui-background, 2%);

+ 1
- 1
src/rstudio/_rstudio-dark.scss Wyświetl plik

@@ -76,7 +76,7 @@
}
.ace_fold {
background-color: $ui-fold-arrows-background;
border-color: $ui-fold-arrows-color;
border: 1px solid $ui-fold-arrows-color !important;
}
.ace_indent-guide{
border-right: 1px solid $ui-indent_guide;

+ 1
- 1
src/rstudio/_rstudio-light.scss Wyświetl plik

@@ -77,7 +77,7 @@
}
.ace_fold {
background-color: $ui-fold-arrows-background;
border-color: $ui-fold-arrows-color;
border: 1px solid $ui-fold-arrows-color !important;
}
.ace_indent-guide{
border-right: 1px solid $ui-indent_guide;

Ładowanie…
Anuluj
Zapisz