pojoaque.styl 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. /*
  2. Pojoaque Style by Jason Tate
  3. http://web-cms-designs.com/ftopict-10-pojoaque-style-for-highlight-js-code-highlighter.html
  4. Based on Solarized Style from http://ethanschoonover.com/solarized
  5. */
  6. .highlight
  7. color: #dccf8f
  8. background: url(./pojoaque.jpg) repeat scroll left top #181914
  9. .code
  10. .comment,
  11. .quote
  12. color: #586e75
  13. font-style: italic
  14. .keyword,
  15. .selector-tag,
  16. .literal,
  17. .addition
  18. color: #b64926
  19. .number,
  20. .string,
  21. .doctag,
  22. .regexp
  23. color: #468966
  24. .title,
  25. .section,
  26. .built_in,
  27. .name
  28. color: #ffb03b
  29. .variable,
  30. .template-variable,
  31. .class .title,
  32. .type,
  33. .tag
  34. color: #b58900
  35. .attribute
  36. color: #b89859
  37. .symbol,
  38. .bullet,
  39. .link,
  40. .subst,
  41. .meta
  42. color: #cb4b16
  43. .deletion
  44. color: #dc322f
  45. .selector-id,
  46. .selector-class
  47. color: #d3a60c
  48. .formula
  49. background: #073642
  50. .emphasis
  51. font-style: italic
  52. .strong
  53. font-weight: bold