Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

40 Zeilen
1.2KB

  1. /* rs-theme-name: Nord Polar Night Aurora (SCSS) */
  2. /* rs-theme-is-dark: TRUE */
  3. @import "_nord";
  4. // primary UI colors
  5. // $ui-background : $nord0;
  6. $ui-background : #262a33;
  7. $ui-foreground : $nord5;
  8. $ui-code-chunk-background: $nord1;
  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.4);
  16. $ui-line-active-gutter: $ui-background;
  17. $ui-line-find : $ui-selection;
  18. $ui-bracket : darken($ui-foreground, 50%);
  19. $ui-invisible : darken($ui-foreground, 50%);
  20. $ui-debug-background : lighten($ui-background, 10%);
  21. // R language colors
  22. $rlang-comment : transparentize($ui-foreground, 0.5);
  23. $rlang-string : $nord14;
  24. $rlang-function : $nord8;
  25. $rlang-reserved : $nord15;
  26. $rlang-operator : $nord9;
  27. $rlang-bracket : $rlang-function;
  28. $rlang-value : $nord11;
  29. $rlang-namespace: $nord13;
  30. $rlang-variable : $nord13;
  31. $rlang-message : $nord12;
  32. $rlang-namespace-font-style: italic;
  33. $other-tag: $nord9;
  34. @import "_rstudio-dark", "_terminal";