monokai.styl 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. Monokai style - ported by Luigi Maselli - http://grigio.org
  3. */
  4. .highlight
  5. color: #ddd
  6. background: #272822
  7. .code
  8. .tag,
  9. .keyword,
  10. .selector-tag,
  11. .literal,
  12. .strong,
  13. .name
  14. color: #f92672
  15. .code
  16. color: #66d9ef
  17. .class .title
  18. color: white
  19. .attribute,
  20. .symbol,
  21. .regexp,
  22. .link
  23. color: #bf79db
  24. .string,
  25. .bullet,
  26. .subst,
  27. .title,
  28. .section,
  29. .emphasis,
  30. .type,
  31. .built_in,
  32. .builtin-name,
  33. .selector-attr,
  34. .selector-pseudo,
  35. .addition,
  36. .variable,
  37. .template-tag,
  38. .template-variable
  39. color: #a6e22e
  40. .comment,
  41. .quote,
  42. .deletion,
  43. .meta
  44. color: #75715e
  45. .keyword,
  46. .selector-tag,
  47. .literal,
  48. .doctag,
  49. .title,
  50. .section,
  51. .type,
  52. .selector-id
  53. font-weight: bold