arta.styl 959 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. Date: 17.V.2011
  3. Author: pumbur <pumbur@pumbur.net>
  4. */
  5. .highlight
  6. color: #aaa
  7. background: #222
  8. .code
  9. .subst
  10. color: #aaa
  11. .section
  12. color: #fff
  13. .comment,
  14. .quote,
  15. .meta
  16. color: #444
  17. .string,
  18. .symbol,
  19. .bullet,
  20. .regexp
  21. color: #ffcc33
  22. .number,
  23. .addition
  24. color: #00cc66
  25. .built_in,
  26. .builtin-name,
  27. .literal,
  28. .type,
  29. .template-variable,
  30. .attribute,
  31. .link
  32. color: #32aaee
  33. .keyword,
  34. .selector-tag,
  35. .name,
  36. .selector-id,
  37. .selector-class
  38. color: #6644aa
  39. .title,
  40. .variable,
  41. .deletion,
  42. .template-tag
  43. color: #bb1166
  44. .section,
  45. .doctag,
  46. .strong
  47. font-weight: bold
  48. .emphasis
  49. font-style: italic