highlight.tomorrow-night.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /* Tomorrow Night Theme */
  2. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  3. /* Original theme - https://github.com/chriskempson/tomorrow-theme */
  4. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  5. .tomorrow-comment, pre .comment, pre .title {
  6. color: #969896;
  7. }
  8. .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 {
  9. color: #cc6666;
  10. }
  11. .tomorrow-orange, pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant {
  12. color: #de935f;
  13. }
  14. .tomorrow-yellow, pre .class, pre .ruby .class .title, pre .css .rules .attribute {
  15. color: #f0c674;
  16. }
  17. .tomorrow-green, pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata {
  18. color: #b5bd68;
  19. }
  20. .tomorrow-aqua, pre .css .hexcolor {
  21. color: #8abeb7;
  22. }
  23. .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 {
  24. color: #81a2be;
  25. }
  26. .tomorrow-purple, pre .keyword, pre .javascript .function {
  27. color: #b294bb;
  28. }
  29. pre code {
  30. display: block;
  31. background: #1d1f21;
  32. color: #c5c8c6;
  33. font-family: Menlo, Monaco, Consolas, monospace;
  34. line-height: 1.5;
  35. border: 1px solid #ccc;
  36. padding: 10px;
  37. }