Procházet zdrojové kódy

make rlang-reserved font-style: normal

one
Garrick Aden-Buie před 7 roky
rodič
revize
fa092a983b
7 změnil soubory, kde provedl 9 přidání a 9 odebrání
  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 Zobrazit soubor

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

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


+ 3
- 3
rsthemes/nord-snow-storm.rstheme Zobrazit soubor

@@ -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 Zobrazit soubor

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

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


+ 1
- 1
rsthemes/solarized-dark.rstheme Zobrazit soubor

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

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


+ 1
- 1
rsthemes/solarized-light.rstheme Zobrazit soubor

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

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


+ 1
- 1
rstudio/_rstudio-dark.scss Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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;

Načítá se…
Zrušit
Uložit