Procházet zdrojové kódy

Fix #5 git popup window keeps normal theme

one
Garrick Aden-Buie před 7 roky
rodič
revize
df81ea1bf6
3 změnil soubory, kde provedl 11 přidání a 11 odebrání
  1. +4
    -4
      rsthemes/nord-polar-night-aurora.rstheme
  2. +4
    -4
      rsthemes/oceanic-plus.rstheme
  3. +3
    -3
      rstudio/_rstudio-dark.scss

+ 4
- 4
rsthemes/nord-polar-night-aurora.rstheme Zobrazit soubor

color: #e5e9f0; color: #e5e9f0;
} }


.rstheme_toolbarWrapper {
background: #434c5e !important;
}

.rstudio-themes-flat { .rstudio-themes-flat {
/* search */ /* search */
} }


.rstudio-themes-flat .rstheme_toolbarWrapper {
background: #434c5e !important;
}

.rstudio-themes-flat .rstudio-themes-dark-grey { .rstudio-themes-flat .rstudio-themes-dark-grey {
/* spliters */ /* spliters */
} }

+ 4
- 4
rsthemes/oceanic-plus.rstheme Zobrazit soubor

color: #D8DEE9; color: #D8DEE9;
} }


.rstheme_toolbarWrapper {
background: #4F5B66 !important;
}

.rstudio-themes-flat { .rstudio-themes-flat {
/* search */ /* search */
} }


.rstudio-themes-flat .rstheme_toolbarWrapper {
background: #4F5B66 !important;
}

.rstudio-themes-flat .rstudio-themes-dark-grey { .rstudio-themes-flat .rstudio-themes-dark-grey {
/* spliters */ /* spliters */
} }

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

} }
} }


.rstheme_toolbarWrapper {
background: $ui-rstudio-toolbar !important;
}


.rstudio-themes-flat { .rstudio-themes-flat {
.rstheme_toolbarWrapper {
background: $ui-rstudio-toolbar !important;
}
.rstudio-themes-dark-grey { .rstudio-themes-dark-grey {
/* spliters */ /* spliters */
.gwt-SplitLayoutPanel-HDragger, .gwt-SplitLayoutPanel-VDragger { .gwt-SplitLayoutPanel-HDragger, .gwt-SplitLayoutPanel-VDragger {

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