prettify-tomorrow.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. /* Tomorrow Theme */
  2. /* Original theme - https://github.com/chriskempson/tomorrow-theme */
  3. /* Pretty printing styles. Used with prettify.js. */
  4. /* SPAN elements with the classes below are added by prettyprint. */
  5. /* plain text */
  6. .pln {
  7. color: #4d4d4c; }
  8. @media screen {
  9. /* string content */
  10. .str {
  11. color: #718c00; }
  12. /* a keyword */
  13. .kwd {
  14. color: #8959a8; }
  15. /* a comment */
  16. .com {
  17. color: #8e908c; }
  18. /* a type name */
  19. .typ {
  20. color: #4271ae; }
  21. /* a literal value */
  22. .lit {
  23. color: #f5871f; }
  24. /* punctuation */
  25. .pun {
  26. color: #4d4d4c; }
  27. /* lisp open bracket */
  28. .opn {
  29. color: #4d4d4c; }
  30. /* lisp close bracket */
  31. .clo {
  32. color: #4d4d4c; }
  33. /* a markup tag name */
  34. .tag {
  35. color: #c82829; }
  36. /* a markup attribute name */
  37. .atn {
  38. color: #f5871f; }
  39. /* a markup attribute value */
  40. .atv {
  41. color: #3e999f; }
  42. /* a declaration */
  43. .dec {
  44. color: #f5871f; }
  45. /* a variable name */
  46. .var {
  47. color: #c82829; }
  48. /* a function name */
  49. .fun {
  50. color: #4271ae; } }
  51. /* Use higher contrast and text-weight for printable form. */
  52. @media print, projection {
  53. .str {
  54. color: #060; }
  55. .kwd {
  56. color: #006;
  57. font-weight: bold; }
  58. .com {
  59. color: #600;
  60. font-style: italic; }
  61. .typ {
  62. color: #404;
  63. font-weight: bold; }
  64. .lit {
  65. color: #044; }
  66. .pun, .opn, .clo {
  67. color: #440; }
  68. .tag {
  69. color: #006;
  70. font-weight: bold; }
  71. .atn {
  72. color: #404; }
  73. .atv {
  74. color: #060; } }
  75. /* Style */
  76. /*
  77. pre.prettyprint {
  78. background: white;
  79. font-family: Menlo, Monaco, Consolas, monospace;
  80. font-size: 12px;
  81. line-height: 1.5;
  82. border: 1px solid #ccc;
  83. padding: 10px; }
  84. */
  85. /* Specify class=linenums on a pre to get line numbering */
  86. ol.linenums {
  87. margin-top: 0;
  88. margin-bottom: 0; }
  89. /* IE indents via margin-left */
  90. li.L0,
  91. li.L1,
  92. li.L2,
  93. li.L3,
  94. li.L4,
  95. li.L5,
  96. li.L6,
  97. li.L7,
  98. li.L8,
  99. li.L9 {
  100. /* */ }
  101. /* Alternate shading for lines */
  102. li.L1,
  103. li.L3,
  104. li.L5,
  105. li.L7,
  106. li.L9 {
  107. /* */ }