darkula.styl 974 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. Darkula color scheme from the JetBrains family of IDEs
  3. */
  4. .highlight
  5. color: #bababa
  6. background: #2b2b2b
  7. .code
  8. .strong,
  9. .emphasis
  10. color: #a8a8a2
  11. .bullet,
  12. .quote,
  13. .link,
  14. .number,
  15. .regexp,
  16. .literal
  17. color: #6896ba
  18. .code,
  19. .selector-class
  20. color: #a6e22e
  21. .emphasis
  22. font-style: italic
  23. .keyword,
  24. .selector-tag,
  25. .section,
  26. .attribute,
  27. .name,
  28. .variable
  29. color: #cb7832
  30. .params
  31. color: #b9b9b9
  32. .string,
  33. .subst,
  34. .type,
  35. .built_in,
  36. .builtin-name,
  37. .symbol,
  38. .selector-id,
  39. .selector-attr,
  40. .selector-pseudo,
  41. .template-tag,
  42. .template-variable,
  43. .addition
  44. color: #e0c46c
  45. .comment,
  46. .deletion,
  47. .meta
  48. color: #7f7f7f