|
- /* rs-theme-name: Nord Polar Night Aurora (SCSS) */
- /* rs-theme-is-dark: TRUE */
-
- @import "_nord";
-
- // primary UI colors
- // $ui-background : $nord0;
- $ui-background : #262a33;
- $ui-foreground : $nord5;
- $ui-code-chunk-background: $nord1;
- $ui-selection : transparentize($nord3, 0.6);
- $ui-cursor : $nord9;
- $ui-margin-line : lighten($ui-selection, 5%);
- $ui-gutter-color : transparentize($ui-foreground, 0.75);
- $ui-gutter-background : $ui-background;
-
- // less common UI colors
- $ui-line-active : transparentize($nord2, 0.4);
- $ui-line-active-gutter: $ui-background;
- $ui-line-find : $ui-selection;
- $ui-bracket : darken($ui-foreground, 50%);
- $ui-invisible : darken($ui-foreground, 50%);
- $ui-debug-background : lighten($ui-background, 10%);
-
- // R language colors
- $rlang-comment : transparentize($ui-foreground, 0.5);
- $rlang-string : $nord14;
- $rlang-function : $nord8;
- $rlang-reserved : $nord15;
- $rlang-operator : $nord9;
- $rlang-bracket : $rlang-function;
- $rlang-value : $nord11;
- $rlang-namespace: $nord13;
- $rlang-variable : $nord13;
- $rlang-message : $nord12;
- $rlang-namespace-font-style: italic;
-
- $other-tag: $nord9;
-
- @import "_rstudio-dark", "_terminal";
|