darkula.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. /*
  2. Darkula color scheme from the JetBrains family of IDEs
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. background: #2b2b2b;
  9. -webkit-text-size-adjust: none;
  10. }
  11. .hljs,
  12. .hljs-tag,
  13. .hljs-title,
  14. .css .hljs-rule,
  15. .css .hljs-value,
  16. .aspectj .hljs-function,
  17. .css .hljs-function .hljs-preprocessor,
  18. .hljs-pragma {
  19. color: #bababa;
  20. }
  21. .hljs-strongemphasis,
  22. .hljs-strong,
  23. .hljs-emphasis {
  24. color: #a8a8a2;
  25. }
  26. .hljs-bullet,
  27. .hljs-blockquote,
  28. .hljs-horizontal_rule,
  29. .hljs-number,
  30. .hljs-regexp,
  31. .alias .hljs-keyword,
  32. .hljs-literal,
  33. .hljs-hexcolor {
  34. color: #6896ba;
  35. }
  36. .hljs-tag .hljs-value,
  37. .hljs-code,
  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-emphasis,
  46. .hljs-strongemphasis,
  47. .hljs-class .hljs-title:last-child,
  48. .hljs-typename {
  49. font-style: italic;
  50. }
  51. .hljs-keyword,
  52. .ruby .hljs-class .hljs-keyword:first-child,
  53. .ruby .hljs-function .hljs-keyword,
  54. .hljs-function,
  55. .hljs-change,
  56. .hljs-winutils,
  57. .hljs-flow,
  58. .nginx .hljs-title,
  59. .tex .hljs-special,
  60. .hljs-header,
  61. .hljs-attribute,
  62. .hljs-symbol,
  63. .hljs-symbol .hljs-string,
  64. .hljs-tag .hljs-title,
  65. .hljs-value,
  66. .alias .hljs-keyword:first-child,
  67. .css .hljs-tag,
  68. .css .unit,
  69. .css .hljs-important {
  70. color: #cb7832;
  71. }
  72. .hljs-function .hljs-keyword,
  73. .hljs-class .hljs-keyword:first-child,
  74. .hljs-aspect .hljs-keyword:first-child,
  75. .hljs-constant,
  76. .hljs-typename,
  77. .css .hljs-attribute {
  78. color: #cb7832;
  79. }
  80. .hljs-variable,
  81. .hljs-params,
  82. .hljs-class .hljs-title,
  83. .hljs-aspect .hljs-title {
  84. color: #b9b9b9;
  85. }
  86. .hljs-string,
  87. .css .hljs-id,
  88. .hljs-subst,
  89. .hljs-type,
  90. .ruby .hljs-class .hljs-parent,
  91. .hljs-built_in,
  92. .django .hljs-template_tag,
  93. .django .hljs-variable,
  94. .smalltalk .hljs-class,
  95. .django .hljs-filter .hljs-argument,
  96. .smalltalk .hljs-localvars,
  97. .smalltalk .hljs-array,
  98. .hljs-attr_selector,
  99. .hljs-pseudo,
  100. .hljs-addition,
  101. .hljs-stream,
  102. .hljs-envvar,
  103. .apache .hljs-tag,
  104. .apache .hljs-cbracket,
  105. .tex .hljs-command,
  106. .hljs-prompt,
  107. .hljs-link_label,
  108. .hljs-link_url,
  109. .hljs-name {
  110. color: #e0c46c;
  111. }
  112. .hljs-comment,
  113. .hljs-annotation,
  114. .hljs-pi,
  115. .hljs-doctype,
  116. .hljs-deletion,
  117. .hljs-shebang,
  118. .apache .hljs-sqbracket,
  119. .tex .hljs-formula {
  120. color: #7f7f7f;
  121. }
  122. .hljs-decorator {
  123. color: #bab429;
  124. }
  125. .coffeescript .javascript,
  126. .javascript .xml,
  127. .tex .hljs-formula,
  128. .xml .javascript,
  129. .xml .vbscript,
  130. .xml .css,
  131. .xml .hljs-cdata,
  132. .xml .php,
  133. .php .xml {
  134. opacity: 0.5;
  135. }