elixir.less 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .syntax--source.syntax--elixir {
  2. .syntax--source.syntax--embedded.syntax--source {
  3. color: @mono-1;
  4. }
  5. .syntax--constant.syntax--language,
  6. .syntax--constant.syntax--numeric,
  7. .syntax--constant.syntax--definition {
  8. color: @hue-2;
  9. }
  10. .syntax--variable.syntax--definition,
  11. .syntax--variable.syntax--anonymous{
  12. color: @hue-3;
  13. }
  14. .syntax--parameter.syntax--variable.syntax--function {
  15. color: @hue-6;
  16. font-style: italic;
  17. }
  18. .syntax--quoted{
  19. color: @hue-4;
  20. }
  21. .syntax--keyword.syntax--special-method,
  22. .syntax--embedded.syntax--section,
  23. .syntax--embedded.syntax--source.syntax--empty, {
  24. color: @hue-5;
  25. }
  26. .syntax--readwrite.syntax--module {
  27. .syntax--punctuation {
  28. color: @hue-5;
  29. }
  30. }
  31. .syntax--regexp.syntax--section,
  32. .syntax--regexp.syntax--string {
  33. color: @hue-5-2;
  34. }
  35. .syntax--separator,
  36. .syntax--keyword.syntax--operator {
  37. color: @hue-6;
  38. }
  39. .syntax--variable.syntax--constant {
  40. color: @hue-6-2;
  41. }
  42. .syntax--array,
  43. .syntax--scope,
  44. .syntax--section {
  45. color: @mono-2;
  46. }
  47. }