瀏覽代碼

Fix #5 git popup window keeps normal theme

one
Garrick Aden-Buie 7 年之前
父節點
當前提交
df81ea1bf6
共有 3 個文件被更改,包括 11 次插入11 次删除
  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 查看文件

@@ -269,14 +269,14 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
color: #e5e9f0;
}

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

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

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

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

+ 4
- 4
rsthemes/oceanic-plus.rstheme 查看文件

@@ -270,14 +270,14 @@ table.rstheme_tabLayoutCenter .gwt-Label, .rstudio-themes-flat .rstudio-themes-d
color: #D8DEE9;
}

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

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

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

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

+ 3
- 3
rstudio/_rstudio-dark.scss 查看文件

@@ -227,11 +227,11 @@ table.rstheme_tabLayoutCenter, .rstudio-themes-flat .rstudio-themes-dark-grey .g
}
}

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

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

Loading…
取消
儲存