Просмотр исходного кода

make rlang-reserved font-style: normal

one
Garrick Aden-Buie 7 лет назад
Родитель
Сommit
fa092a983b
7 измененных файлов: 9 добавлений и 9 удалений
  1. +1
    -1
      rsthemes/nord-polar-night-aurora.rstheme
  2. +3
    -3
      rsthemes/nord-snow-storm.rstheme
  3. +1
    -1
      rsthemes/oceanic-plus.rstheme
  4. +1
    -1
      rsthemes/solarized-dark.rstheme
  5. +1
    -1
      rsthemes/solarized-light.rstheme
  6. +1
    -1
      rstudio/_rstudio-dark.scss
  7. +1
    -1
      rstudio/_rstudio-light.scss

+ 1
- 1
rsthemes/nord-polar-night-aurora.rstheme Просмотреть файл

@@ -105,7 +105,7 @@
}

.ace_keyword {
font-style: italic;
font-style: normal;
color: #b48ead;
}


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

@@ -106,7 +106,7 @@
}

.ace_keyword {
font-style: italic;
font-style: normal;
color: #8fbcbb;
}

@@ -248,12 +248,12 @@
/* ---- RStudio Theme ---- */
/* background */
.rstudio-themes-flat .rstudio-themes-default {
background: #f9fafb !important;
background: #fafafa !important;
color: #4c566a !important;
}

.rstudio-themes-flat .rstudio-themes-default .rstudio-themes-background {
background: #f9fafb !important;
background: #fafafa !important;
}

/* inactive tabs */

+ 1
- 1
rsthemes/oceanic-plus.rstheme Просмотреть файл

@@ -106,7 +106,7 @@
}

.ace_keyword {
font-style: italic;
font-style: normal;
color: #C594C5;
}


+ 1
- 1
rsthemes/solarized-dark.rstheme Просмотреть файл

@@ -106,7 +106,7 @@
}

.ace_keyword {
font-style: italic;
font-style: normal;
color: #859900;
}


+ 1
- 1
rsthemes/solarized-light.rstheme Просмотреть файл

@@ -107,7 +107,7 @@
}

.ace_keyword {
font-style: italic;
font-style: normal;
color: #859900;
}


+ 1
- 1
rstudio/_rstudio-dark.scss Просмотреть файл

@@ -85,7 +85,7 @@
background-color: $ui-line-active-selection;
}
.ace_keyword {
font-style: italic;
font-style: normal;
color: $rlang-reserved;
&.ace_operator {
font-style: normal;

+ 1
- 1
rstudio/_rstudio-light.scss Просмотреть файл

@@ -86,7 +86,7 @@
background-color: $ui-line-active-selection;
}
.ace_keyword {
font-style: italic;
font-style: normal;
color: $rlang-reserved;
&.ace_operator {
font-style: normal;

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