ir-black.styl 971 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. /*
  2. IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
  3. */
  4. .highlight
  5. color: #f8f8f8
  6. background: #000
  7. .code
  8. .comment,
  9. .quote,
  10. .meta
  11. color: #7c7c7c
  12. .keyword,
  13. .selector-tag,
  14. .tag,
  15. .name
  16. color: #96cbfe
  17. .attribute,
  18. .selector-id
  19. color: #ffffb6
  20. .string,
  21. .selector-attr,
  22. .selector-pseudo,
  23. .addition
  24. color: #a8ff60
  25. .subst
  26. color: #daefa3
  27. .regexp,
  28. .link
  29. color: #e9c062
  30. .title,
  31. .section,
  32. .type,
  33. .doctag
  34. color: #ffffb6
  35. .symbol,
  36. .bullet,
  37. .variable,
  38. .template-variable,
  39. .literal
  40. color: #c6c5fe
  41. .number,
  42. .deletion
  43. color:#ff73fd
  44. .emphasis
  45. font-style: italic
  46. .strong
  47. font-weight: bold