You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
1.4 KiB

  1. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  2. /* Tomorrow Comment */
  3. .hljs-comment {
  4. color: #8e908c;
  5. }
  6. /* Tomorrow Red */
  7. .hljs-variable,
  8. .hljs-attribute,
  9. .hljs-tag,
  10. .hljs-regexp,
  11. .ruby .hljs-constant,
  12. .xml .hljs-tag .hljs-title,
  13. .xml .hljs-pi,
  14. .xml .hljs-doctype,
  15. .html .hljs-doctype,
  16. .css .hljs-id,
  17. .css .hljs-class,
  18. .css .hljs-pseudo {
  19. color: #c82829;
  20. }
  21. /* Tomorrow Orange */
  22. .hljs-number,
  23. .hljs-preprocessor,
  24. .hljs-pragma,
  25. .hljs-built_in,
  26. .hljs-literal,
  27. .hljs-params,
  28. .hljs-constant {
  29. color: #f5871f;
  30. }
  31. /* Tomorrow Yellow */
  32. .ruby .hljs-class .hljs-title,
  33. .css .hljs-rules .hljs-attribute {
  34. color: #eab700;
  35. }
  36. /* Tomorrow Green */
  37. .hljs-string,
  38. .hljs-value,
  39. .hljs-inheritance,
  40. .hljs-header,
  41. .ruby .hljs-symbol,
  42. .xml .hljs-cdata {
  43. color: #718c00;
  44. }
  45. /* Tomorrow Aqua */
  46. .hljs-title,
  47. .css .hljs-hexcolor {
  48. color: #3e999f;
  49. }
  50. /* Tomorrow Blue */
  51. .hljs-function,
  52. .python .hljs-decorator,
  53. .python .hljs-title,
  54. .ruby .hljs-function .hljs-title,
  55. .ruby .hljs-title .hljs-keyword,
  56. .perl .hljs-sub,
  57. .javascript .hljs-title,
  58. .coffeescript .hljs-title {
  59. color: #4271ae;
  60. }
  61. /* Tomorrow Purple */
  62. .hljs-keyword,
  63. .javascript .hljs-function {
  64. color: #8959a8;
  65. }
  66. .hljs {
  67. display: block;
  68. overflow-x: auto;
  69. background: white;
  70. color: #4d4d4c;
  71. padding: 0.5em;
  72. -webkit-text-size-adjust: none;
  73. }
  74. .coffeescript .javascript,
  75. .javascript .xml,
  76. .tex .hljs-formula,
  77. .xml .javascript,
  78. .xml .vbscript,
  79. .xml .css,
  80. .xml .hljs-cdata {
  81. opacity: 0.5;
  82. }