tomorrow.css 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
  2. /* Tomorrow Comment */
  3. .hljs-comment,
  4. .hljs-title {
  5. color: #8e908c;
  6. }
  7. /* Tomorrow Red */
  8. .hljs-variable,
  9. .hljs-attribute,
  10. .hljs-tag,
  11. .hljs-regexp,
  12. .ruby .hljs-constant,
  13. .xml .hljs-tag .hljs-title,
  14. .xml .hljs-pi,
  15. .xml .hljs-doctype,
  16. .html .hljs-doctype,
  17. .css .hljs-id,
  18. .css .hljs-class,
  19. .css .hljs-pseudo {
  20. color: #c82829;
  21. }
  22. /* Tomorrow Orange */
  23. .hljs-number,
  24. .hljs-preprocessor,
  25. .hljs-pragma,
  26. .hljs-built_in,
  27. .hljs-literal,
  28. .hljs-params,
  29. .hljs-constant {
  30. color: #f5871f;
  31. }
  32. /* Tomorrow Yellow */
  33. .ruby .hljs-class .hljs-title,
  34. .css .hljs-rules .hljs-attribute {
  35. color: #eab700;
  36. }
  37. /* Tomorrow Green */
  38. .hljs-string,
  39. .hljs-value,
  40. .hljs-inheritance,
  41. .hljs-header,
  42. .ruby .hljs-symbol,
  43. .xml .hljs-cdata {
  44. color: #718c00;
  45. }
  46. /* Tomorrow Aqua */
  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. }