monokai-sublime.styl 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /*
  2. Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
  3. */
  4. .highlight
  5. color: #f8f8f2
  6. background: #23241f
  7. .code
  8. .highlight,
  9. .tag,
  10. .subst
  11. color: #f8f8f2
  12. .strong,
  13. .emphasis
  14. color: #a8a8a2
  15. .bullet,
  16. .quote,
  17. .number,
  18. .regexp,
  19. .literal,
  20. .link
  21. color: #ae81ff
  22. .code,
  23. .title,
  24. .section,
  25. .selector-class
  26. color: #a6e22e
  27. .strong
  28. font-weight: bold
  29. .emphasis
  30. font-style: italic
  31. .keyword,
  32. .selector-tag,
  33. .name,
  34. .attr
  35. color: #f92672
  36. .symbol,
  37. .attribute
  38. color: #66d9ef
  39. .params,
  40. .class .title
  41. color: #f8f8f2
  42. .string,
  43. .type,
  44. .built_in,
  45. .builtin-name,
  46. .selector-id,
  47. .selector-attr,
  48. .selector-pseudo,
  49. .addition,
  50. .variable,
  51. .template-variable
  52. color: #e6db74
  53. .comment,
  54. .deletion,
  55. .meta
  56. color: #75715e