浏览代码

theme scroll bars

one
父节点
当前提交
725b86ed6c
共有 5 个文件被更改,包括 86 次插入25 次删除
  1. +13
    -11
      nord-polar-night-aurora.scss
  2. +14
    -12
      oceanic-plus.scss
  3. +19
    -0
      rsthemes/nord-polar-night-aurora.rstheme
  4. +20
    -1
      rsthemes/oceanic-plus.rstheme
  5. +20
    -1
      rstudio/_rstudio-dark.scss

+ 13
- 11
nord-polar-night-aurora.scss 查看文件

$ui-fold-arrows-color : $ui-foreground; $ui-fold-arrows-color : $ui-foreground;


// rstudio // rstudio
$ui-rstudio-background : darken($ui-background, 2%);
$ui-rstudio-color : $ui-foreground;
$ui-rstudio-tabs-inactive : $nord1;
$ui-rstudio-tabs-inactive-color: transparentize($ui-foreground, 0.4);
$ui-rstudio-tabs-selected : $nord2;
$ui-rstudio-tabs-selected-color: $nord5;
$ui-rstudio-toolbar : $ui-rstudio-tabs-selected;
$ui-rstudio-search : $ui-rstudio-toolbar;
$ui-completions-background : $ui-background;
$ui-completions-color : $ui-foreground;
$ui-completions-border : $ui-bracket;
$ui-rstudio-background : darken($ui-background, 2%);
$ui-rstudio-color : $ui-foreground;
$ui-rstudio-tabs-inactive : $nord1;
$ui-rstudio-tabs-inactive-color : transparentize($ui-foreground, 0.4);
$ui-rstudio-tabs-selected : $nord2;
$ui-rstudio-tabs-selected-color : $nord5;
$ui-rstudio-toolbar : $ui-rstudio-tabs-selected;
$ui-rstudio-search : $ui-rstudio-toolbar;
$ui-completions-background : $ui-background;
$ui-completions-color : $ui-foreground;
$ui-completions-border : $ui-bracket;
$ui-rstudio-scrollbar-background: $ui-background;
$ui-rstudio-scrollbar-handle : $ui-code-chunk-background;


// R language colors // R language colors
$rlang-comment : transparentize($ui-foreground, 0.5); $rlang-comment : transparentize($ui-foreground, 0.5);

+ 14
- 12
oceanic-plus.scss 查看文件

/* rs-theme-name: Oceanic Plus SCSS */
/* rs-theme-name: Oceanic Plus (SCSS) */
/* rs-theme-is-dark: TRUE */ /* rs-theme-is-dark: TRUE */


@import "palettes/_oceanic-plus"; @import "palettes/_oceanic-plus";
$ui-fold-arrows-color : $ui-foreground; $ui-fold-arrows-color : $ui-foreground;


// rstudio // rstudio
$ui-rstudio-background : $base01;
$ui-rstudio-color : $ui-foreground;
$ui-rstudio-tabs-inactive : $base01;
$ui-rstudio-tabs-inactive-color: $base04;
$ui-rstudio-tabs-selected : $base02;
$ui-rstudio-tabs-selected-color: $base07;
$ui-rstudio-toolbar : $ui-rstudio-tabs-selected;
$ui-rstudio-search : $ui-rstudio-toolbar;
$ui-completions-background : $ui-background;
$ui-completions-color : $ui-foreground;
$ui-completions-border : $ui-bracket;
$ui-rstudio-background : $base01;
$ui-rstudio-color : $ui-foreground;
$ui-rstudio-tabs-inactive : $base01;
$ui-rstudio-tabs-inactive-color : $base04;
$ui-rstudio-tabs-selected : $base02;
$ui-rstudio-tabs-selected-color : $base07;
$ui-rstudio-toolbar : $ui-rstudio-tabs-selected;
$ui-rstudio-search : $ui-rstudio-toolbar;
$ui-completions-background : $ui-background;
$ui-completions-color : $ui-foreground;
$ui-completions-border : $ui-bracket;
$ui-rstudio-scrollbar-background: $ui-background;
$ui-rstudio-scrollbar-handle : $ui-code-chunk-background;


// R language colors // R language colors
$rlang-comment : $base04; $rlang-comment : $base04;

+ 19
- 0
rsthemes/nord-polar-night-aurora.rstheme 查看文件

border: solid 1px #46597c; border: solid 1px #46597c;
} }


/* scrollbars */
.rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs,
.rstudio-themes-flat .rstudio-themes-dark-grey .rstheme_minimizedWindowObject .rstheme_center,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-track,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-corner,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-track,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-corner,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-track,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-corner {
background: #2e3440;
}

.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-thumb,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-thumb,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-thumb {
background: #3b4252;
border: 4px solid #2e3440;
}

.terminal { .terminal {
background-color: #2e3440; background-color: #2e3440;
color: #d8dee9; color: #d8dee9;

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

/* rs-theme-name: Oceanic Plus SCSS */
/* rs-theme-name: Oceanic Plus (SCSS) */
/* rs-theme-is-dark: TRUE */ /* rs-theme-is-dark: TRUE */
/* https://github.com/marcoms/oceanic-plus */ /* https://github.com/marcoms/oceanic-plus */
.ace_gutter { .ace_gutter {
border: solid 1px #4F5B66; border: solid 1px #4F5B66;
} }


/* scrollbars */
.rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs,
.rstudio-themes-flat .rstudio-themes-dark-grey .rstheme_minimizedWindowObject .rstheme_center,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-track,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-corner,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-track,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-corner,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-track,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-corner {
background: #1B2B34;
}

.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-thumb,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-thumb,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-thumb {
background: #343D46;
border: 4px solid #1B2B34;
}

.terminal { .terminal {
background-color: #1B2B34; background-color: #1B2B34;
color: #D8DEE9; color: #D8DEE9;

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

background: $ui-completions-background !important; background: $ui-completions-background !important;
border: solid 1px $ui-completions-border; border: solid 1px $ui-completions-border;
} }
}
}

/* scrollbars */
.rstudio-themes-flat .rstudio-themes-dark-grey .gwt-TabLayoutPanelTabs,
.rstudio-themes-flat .rstudio-themes-dark-grey .rstheme_minimizedWindowObject .rstheme_center,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-track,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-corner,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-track,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-corner,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-track,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-corner {
background: $ui-rstudio-scrollbar-background;
}

.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars ::-webkit-scrollbar-thumb,
.rstudio-themes-flat .rstudio-themes-dark.rstudio-themes-scrollbars::-webkit-scrollbar-thumb,
.rstudio-themes-flat.rstudio-themes-dark-menus .rstudio-themes-scrollbars ::-webkit-scrollbar-thumb {
background: $ui-rstudio-scrollbar-handle;
border: 4px solid $ui-rstudio-scrollbar-background;
}

正在加载...
取消
保存