monokai_sublime.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. /*
  2. Monokai Sublime style. Derived from Monokai by noformnocontent http://nn.mit-license.org/
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. background: #23241f;
  9. -webkit-text-size-adjust: none;
  10. }
  11. .hljs,
  12. .hljs-tag,
  13. .css .hljs-rules,
  14. .css .hljs-value,
  15. .css .hljs-function
  16. .hljs-preprocessor,
  17. .hljs-pragma {
  18. color: #f8f8f2;
  19. }
  20. .hljs-strongemphasis,
  21. .hljs-strong,
  22. .hljs-emphasis {
  23. color: #a8a8a2;
  24. }
  25. .hljs-bullet,
  26. .hljs-blockquote,
  27. .hljs-horizontal_rule,
  28. .hljs-number,
  29. .hljs-regexp,
  30. .alias .hljs-keyword,
  31. .hljs-literal,
  32. .hljs-hexcolor {
  33. color: #ae81ff;
  34. }
  35. .hljs-tag .hljs-value,
  36. .hljs-code,
  37. .hljs-title,
  38. .css .hljs-class,
  39. .hljs-class .hljs-title:last-child {
  40. color: #a6e22e;
  41. }
  42. .hljs-link_url {
  43. font-size: 80%;
  44. }
  45. .hljs-strong,
  46. .hljs-strongemphasis {
  47. font-weight: bold;
  48. }
  49. .hljs-emphasis,
  50. .hljs-strongemphasis,
  51. .hljs-class .hljs-title:last-child {
  52. font-style: italic;
  53. }
  54. .hljs-keyword,
  55. .hljs-function,
  56. .hljs-change,
  57. .hljs-winutils,
  58. .hljs-flow,
  59. .nginx .hljs-title,
  60. .tex .hljs-special,
  61. .hljs-header,
  62. .hljs-attribute,
  63. .hljs-symbol,
  64. .hljs-symbol .hljs-string,
  65. .hljs-tag .hljs-title,
  66. .hljs-value,
  67. .alias .hljs-keyword:first-child,
  68. .css .hljs-tag,
  69. .css .unit,
  70. .css .hljs-important {
  71. color: #f92672;
  72. }
  73. .hljs-function .hljs-keyword,
  74. .hljs-class .hljs-keyword:first-child,
  75. .hljs-constant,
  76. .css .hljs-attribute {
  77. color: #66d9ef;
  78. }
  79. .hljs-variable,
  80. .hljs-params,
  81. .hljs-class .hljs-title {
  82. color: #f8f8f2;
  83. }
  84. .hljs-string,
  85. .css .hljs-id,
  86. .hljs-subst,
  87. .hljs-type,
  88. .ruby .hljs-class .hljs-parent,
  89. .hljs-built_in,
  90. .django .hljs-template_tag,
  91. .django .hljs-variable,
  92. .smalltalk .hljs-class,
  93. .django .hljs-filter .hljs-argument,
  94. .smalltalk .hljs-localvars,
  95. .smalltalk .hljs-array,
  96. .hljs-attr_selector,
  97. .hljs-pseudo,
  98. .hljs-addition,
  99. .hljs-stream,
  100. .hljs-envvar,
  101. .apache .hljs-tag,
  102. .apache .hljs-cbracket,
  103. .tex .hljs-command,
  104. .hljs-prompt,
  105. .hljs-link_label,
  106. .hljs-link_url {
  107. color: #e6db74;
  108. }
  109. .hljs-comment,
  110. .hljs-javadoc,
  111. .hljs-annotation,
  112. .hljs-decorator,
  113. .hljs-template_comment,
  114. .hljs-pi,
  115. .hljs-doctype,
  116. .hljs-deletion,
  117. .hljs-shebang,
  118. .apache .hljs-sqbracket,
  119. .tex .hljs-formula {
  120. color: #75715e;
  121. }
  122. .coffeescript .javascript,
  123. .javascript .xml,
  124. .tex .hljs-formula,
  125. .xml .javascript,
  126. .xml .vbscript,
  127. .xml .css,
  128. .xml .hljs-cdata,
  129. .xml .php,
  130. .php .xml {
  131. opacity: 0.5;
  132. }