tomorrow.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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-rule .hljs-attribute {
  34. color: #eab700;
  35. }
  36. /* Tomorrow Green */
  37. .hljs-string,
  38. .hljs-value,
  39. .hljs-inheritance,
  40. .hljs-header,
  41. .hljs-name,
  42. .ruby .hljs-symbol,
  43. .xml .hljs-cdata {
  44. color: #718c00;
  45. }
  46. /* Tomorrow Aqua */
  47. .hljs-title,
  48. .css .hljs-hexcolor {
  49. color: #3e999f;
  50. }
  51. /* Tomorrow Blue */
  52. .hljs-function,
  53. .python .hljs-decorator,
  54. .python .hljs-title,
  55. .ruby .hljs-function .hljs-title,
  56. .ruby .hljs-title .hljs-keyword,
  57. .perl .hljs-sub,
  58. .javascript .hljs-title,
  59. .coffeescript .hljs-title {
  60. color: #4271ae;
  61. }
  62. /* Tomorrow Purple */
  63. .hljs-keyword,
  64. .javascript .hljs-function {
  65. color: #8959a8;
  66. }
  67. .hljs {
  68. display: block;
  69. overflow-x: auto;
  70. background: white;
  71. color: #4d4d4c;
  72. padding: 0.5em;
  73. -webkit-text-size-adjust: none;
  74. }
  75. .coffeescript .javascript,
  76. .javascript .xml,
  77. .tex .hljs-formula,
  78. .xml .javascript,
  79. .xml .vbscript,
  80. .xml .css,
  81. .xml .hljs-cdata {
  82. opacity: 0.5;
  83. }