Sfoglia il codice sorgente

make rlang-reserved font-style: normal

one
Garrick Aden-Buie 7 anni fa
parent
commit
fa092a983b
7 ha cambiato i file con 9 aggiunte e 9 eliminazioni
  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 Vedi File

} }


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



+ 3
- 3
rsthemes/nord-snow-storm.rstheme Vedi File

} }


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


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


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


/* inactive tabs */ /* inactive tabs */

+ 1
- 1
rsthemes/oceanic-plus.rstheme Vedi File

} }


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



+ 1
- 1
rsthemes/solarized-dark.rstheme Vedi File

} }


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



+ 1
- 1
rsthemes/solarized-light.rstheme Vedi File

} }


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



+ 1
- 1
rstudio/_rstudio-dark.scss Vedi File

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

+ 1
- 1
rstudio/_rstudio-light.scss Vedi File

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

Loading…
Annulla
Salva