You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

153 lines
2.2 KiB

  1. /**
  2. * Obsidian style
  3. * ported by Alexander Marenin (http://github.com/ioncreature)
  4. */
  5. .hljs {
  6. display: block;
  7. overflow-x: auto;
  8. padding: 0.5em;
  9. background: #282b2e;
  10. -webkit-text-size-adjust: none;
  11. }
  12. .hljs-keyword,
  13. .hljs-literal,
  14. .hljs-change,
  15. .hljs-winutils,
  16. .hljs-flow,
  17. .nginx .hljs-title,
  18. .css .hljs-id,
  19. .tex .hljs-special {
  20. color: #93c763;
  21. }
  22. .hljs-number {
  23. color: #ffcd22;
  24. }
  25. .hljs {
  26. color: #e0e2e4;
  27. }
  28. .css .hljs-tag,
  29. .css .hljs-pseudo {
  30. color: #d0d2b5;
  31. }
  32. .hljs-attribute,
  33. .hljs .hljs-constant {
  34. color: #668bb0;
  35. }
  36. .xml .hljs-attribute {
  37. color: #b3b689;
  38. }
  39. .xml .hljs-tag .hljs-value {
  40. color: #e8e2b7;
  41. }
  42. .hljs-code,
  43. .hljs-class .hljs-title,
  44. .hljs-header {
  45. color: white;
  46. }
  47. .hljs-class,
  48. .hljs-hexcolor {
  49. color: #93c763;
  50. }
  51. .hljs-regexp {
  52. color: #d39745;
  53. }
  54. .hljs-at_rule,
  55. .hljs-at_rule .hljs-keyword {
  56. color: #a082bd;
  57. }
  58. .hljs-doctype {
  59. color: #557182;
  60. }
  61. .hljs-link_url,
  62. .hljs-tag,
  63. .hljs-tag .hljs-title,
  64. .hljs-bullet,
  65. .hljs-subst,
  66. .hljs-emphasis,
  67. .hljs-type,
  68. .hljs-preprocessor,
  69. .hljs-pragma,
  70. .ruby .hljs-class .hljs-parent,
  71. .hljs-built_in,
  72. .django .hljs-template_tag,
  73. .django .hljs-variable,
  74. .smalltalk .hljs-class,
  75. .hljs-javadoc,
  76. .django .hljs-filter .hljs-argument,
  77. .smalltalk .hljs-localvars,
  78. .smalltalk .hljs-array,
  79. .hljs-attr_selector,
  80. .hljs-pseudo,
  81. .hljs-addition,
  82. .hljs-stream,
  83. .hljs-envvar,
  84. .apache .hljs-tag,
  85. .apache .hljs-cbracket,
  86. .tex .hljs-command,
  87. .hljs-prompt {
  88. color: #8cbbad;
  89. }
  90. .hljs-string {
  91. color: #ec7600;
  92. }
  93. .hljs-comment,
  94. .hljs-annotation,
  95. .hljs-blockquote,
  96. .hljs-horizontal_rule,
  97. .hljs-decorator,
  98. .hljs-pi,
  99. .hljs-deletion,
  100. .hljs-shebang,
  101. .apache .hljs-sqbracket,
  102. .tex .hljs-formula {
  103. color: #818e96;
  104. }
  105. .hljs-keyword,
  106. .hljs-literal,
  107. .css .hljs-id,
  108. .hljs-phpdoc,
  109. .hljs-dartdoc,
  110. .hljs-title,
  111. .hljs-header,
  112. .hljs-type,
  113. .vbscript .hljs-built_in,
  114. .rsl .hljs-built_in,
  115. .smalltalk .hljs-class,
  116. .diff .hljs-header,
  117. .hljs-chunk,
  118. .hljs-winutils,
  119. .bash .hljs-variable,
  120. .apache .hljs-tag,
  121. .tex .hljs-special,
  122. .hljs-request,
  123. .hljs-at_rule .hljs-keyword,
  124. .hljs-status {
  125. font-weight: bold;
  126. }
  127. .coffeescript .javascript,
  128. .javascript .xml,
  129. .tex .hljs-formula,
  130. .xml .javascript,
  131. .xml .vbscript,
  132. .xml .css,
  133. .xml .hljs-cdata {
  134. opacity: 0.5;
  135. }