rainbow.styl 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /*
  2. Style with support for rainbow parens
  3. */
  4. .highlight
  5. color: #d1d9e1
  6. background: #474949
  7. .code
  8. .comment,
  9. .quote
  10. color: #969896
  11. font-style: italic
  12. .keyword,
  13. .selector-tag,
  14. .literal,
  15. .type,
  16. .addition
  17. color: #cc99cc
  18. .number,
  19. .selector-attr,
  20. .selector-pseudo
  21. color: #f99157
  22. .string,
  23. .doctag,
  24. .regexp
  25. color: #8abeb7
  26. .title,
  27. .name,
  28. .section,
  29. .built_in
  30. color: #b5bd68
  31. .variable,
  32. .template-variable,
  33. .selector-id,
  34. .class .title
  35. color: #ffcc66
  36. .section,
  37. .name,
  38. .strong
  39. font-weight: bold
  40. .symbol,
  41. .bullet,
  42. .subst,
  43. .meta,
  44. .link
  45. color: #f99157
  46. .deletion
  47. color: #dc322f
  48. .formula
  49. background: #eee8d5
  50. .attr,
  51. .attribute
  52. color: #81a2be
  53. .emphasis
  54. font-style: italic