tomorrow.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  2. .tomorrow-comment, pre .comment, pre .title {
  3. color: #8e908c;
  4. }
  5. .tomorrow-red, pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo {
  6. color: #c82829;
  7. }
  8. .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
  9. color: #f5871f;
  10. }
  11. .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
  12. color: #eab700;
  13. }
  14. .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
  15. color: #718c00;
  16. }
  17. .tomorrow-aqua, pre .css .hexcolor {
  18. color: #3e999f;
  19. }
  20. .tomorrow-blue, pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title {
  21. color: #4271ae;
  22. }
  23. .tomorrow-purple, pre .keyword, pre .javascript .function {
  24. color: #8959a8;
  25. }
  26. pre code {
  27. display: block;
  28. background: white;
  29. color: #4d4d4c;
  30. padding: 0.5em;
  31. }
  32. pre .coffeescript .javascript,
  33. pre .javascript .xml,
  34. pre .tex .formula,
  35. pre .xml .javascript,
  36. pre .xml .vbscript,
  37. pre .xml .css,
  38. pre .xml .cdata {
  39. opacity: 0.5;
  40. }