color-brewer.styl 978 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. Colorbrewer theme
  3. Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock <mike@ocks.org>
  4. Ported by Fabrício Tavares de Oliveira
  5. */
  6. .highlight
  7. color: #000
  8. background: #fff
  9. .code
  10. .subst
  11. color: #000
  12. .string,
  13. .meta,
  14. .symbol,
  15. .template-tag,
  16. .template-variable,
  17. .addition
  18. color: #756bb1
  19. .comment,
  20. .quote
  21. color: #636363
  22. .number,
  23. .regexp,
  24. .literal,
  25. .bullet,
  26. .link
  27. color: #31a354
  28. .deletion,
  29. .variable
  30. color: #88f
  31. .keyword,
  32. .selector-tag,
  33. .title,
  34. .section,
  35. .built_in,
  36. .doctag,
  37. .type,
  38. .tag,
  39. .name,
  40. .selector-id,
  41. .selector-class,
  42. .strong
  43. color: #3182bd
  44. .emphasis
  45. font-style: italic
  46. .attribute
  47. color: #e6550d