You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 satır
1.9KB

  1. /* rs-theme-name: Nord Polar Night Aurora (SCSS) */
  2. /* rs-theme-is-dark: TRUE */
  3. @import "palettes/_nord";
  4. // primary UI colors
  5. $ui-background : $nord0;
  6. // $ui-background : #262a33;
  7. $ui-foreground : $nord4;
  8. $ui-code-chunk-background: $nord0;
  9. $ui-selection : transparentize($nord3, 0.6);
  10. $ui-cursor : $nord9;
  11. $ui-margin-line : lighten($ui-selection, 5%);
  12. $ui-gutter-color : transparentize($ui-foreground, 0.75);
  13. $ui-gutter-background : $ui-background;
  14. // less common UI colors
  15. $ui-line-active : transparentize($nord2, 0.6);
  16. $ui-line-active-gutter : $ui-background;
  17. $ui-line-find : $ui-selection;
  18. $ui-bracket : darken($ui-foreground, 50%);
  19. $ui-invisible : $nord3;
  20. $ui-indent-guide : $nord1;
  21. $ui-debug-background : lighten($ui-background, 10%);
  22. $ui-fold-arrows-background: $nord11;
  23. $ui-fold-arrows-color : $ui-foreground;
  24. // rstudio
  25. $ui-rstudio-background : darken($ui-background, 2%);
  26. $ui-rstudio-color : $ui-foreground;
  27. $ui-rstudio-tabs-inactive : $nord1;
  28. $ui-rstudio-tabs-inactive-color: $nord4;
  29. $ui-rstudio-tabs-selected : $nord2;
  30. $ui-rstudio-tabs-selected-color: $nord8;
  31. $ui-rstudio-toolbar : $ui-rstudio-tabs-selected;
  32. $ui-rstudio-search : $ui-rstudio-toolbar;
  33. $ui-completions-background : $ui-background;
  34. $ui-completions-color : $ui-foreground;
  35. $ui-completions-border : $ui-bracket;
  36. // R language colors
  37. $rlang-comment : transparentize($ui-foreground, 0.5);
  38. $rlang-string : $nord14;
  39. $rlang-function : $nord8;
  40. $rlang-reserved : $nord15;
  41. $rlang-operator : $nord9;
  42. $rlang-bracket : $rlang-function;
  43. $rlang-value : $nord11;
  44. $rlang-namespace: $nord13;
  45. $rlang-variable : $nord13;
  46. $rlang-message : $nord12;
  47. $rlang-namespace-font-style: italic;
  48. $other-tag: $nord9;
  49. @import "rstudio/_rstudio-dark", "rstudio/_terminal";