brown-paper.styl 964 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. /*
  2. Brown Paper style from goldblog.com.ua (c) Zaripov Yura <yur4ik7@ukr.net>
  3. */
  4. .highlight
  5. color: #363c69
  6. background:#b7a68e url(./brown-papersq.png)
  7. .code
  8. .keyword,
  9. .selector-tag,
  10. .literal
  11. color:#005599
  12. font-weight:bold
  13. .highlight,
  14. .subst
  15. color: #363c69
  16. .string,
  17. .title,
  18. .section,
  19. .type,
  20. .attribute,
  21. .symbol,
  22. .bullet,
  23. .built_in,
  24. .addition,
  25. .variable,
  26. .template-tag,
  27. .template-variable,
  28. .link,
  29. .name
  30. color: #2c009f
  31. .comment,
  32. .quote,
  33. .meta,
  34. .deletion
  35. color: #802022
  36. .keyword,
  37. .selector-tag,
  38. .literal,
  39. .doctag,
  40. .title,
  41. .section,
  42. .type,
  43. .name,
  44. .strong
  45. font-weight: bold
  46. .emphasis
  47. font-style: italic