github-gist.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. /**
  2. * GitHub Gist Theme
  3. * Author : Louis Barranqueiro - https://github.com/LouisBarranqueiro
  4. */
  5. .hljs {
  6. display: block;
  7. background: white;
  8. padding: 0.5em;
  9. color: #333333;
  10. overflow-x: auto;
  11. -webkit-text-size-adjust: none;
  12. }
  13. .hljs-comment,
  14. .bash .hljs-shebang,
  15. .java .hljs-javadoc,
  16. .javascript .hljs-javadoc,
  17. .rust .hljs-preprocessor {
  18. color: #969896;
  19. }
  20. .hljs-string,
  21. .apache .hljs-sqbracket,
  22. .coffeescript .hljs-subst,
  23. .coffeescript .hljs-regexp,
  24. .cpp .hljs-preprocessor,
  25. .c .hljs-preprocessor,
  26. .javascript .hljs-regexp,
  27. .json .hljs-attribute,
  28. .makefile .hljs-variable,
  29. .markdown .hljs-value,
  30. .markdown .hljs-link_label,
  31. .markdown .hljs-strong,
  32. .markdown .hljs-emphasis,
  33. .markdown .hljs-blockquote,
  34. .nginx .hljs-regexp,
  35. .nginx .hljs-number,
  36. .objectivec .hljs-preprocessor .hljs-title,
  37. .perl .hljs-regexp,
  38. .php .hljs-regexp,
  39. .xml .hljs-value,
  40. .less .hljs-built_in,
  41. .scss .hljs-built_in {
  42. color: #df5000;
  43. }
  44. .hljs-keyword,
  45. .css .hljs-at_rule,
  46. .css .hljs-important,
  47. .http .hljs-request,
  48. .ini .hljs-setting,
  49. .haskell .hljs-type,
  50. .java .hljs-javadoctag,
  51. .javascript .hljs-tag,
  52. .javascript .hljs-javadoctag,
  53. .nginx .hljs-title,
  54. .objectivec .hljs-preprocessor,
  55. .php .hljs-phpdoc,
  56. .sql .hljs-built_in,
  57. .less .hljs-tag,
  58. .less .hljs-at_rule,
  59. .scss .hljs-tag,
  60. .scss .hljs-at_rule,
  61. .scss .hljs-important,
  62. .stylus .hljs-at_rule,
  63. .go .hljs-typename,
  64. .swift .hljs-preprocessor {
  65. color: #a71d5d;
  66. }
  67. .apache .hljs-common,
  68. .apache .hljs-cbracket,
  69. .apache .hljs-keyword,
  70. .bash .hljs-literal,
  71. .bash .hljs-built_in,
  72. .coffeescript .hljs-literal,
  73. .coffeescript .hljs-built_in,
  74. .coffeescript .hljs-number,
  75. .cpp .hljs-number,
  76. .cpp .hljs-built_in,
  77. .c .hljs-number,
  78. .c .hljs-built_in,
  79. .cs .hljs-number,
  80. .cs .hljs-built_in,
  81. .css .hljs-attribute,
  82. .css .hljs-hexcolor,
  83. .css .hljs-number,
  84. .css .hljs-function,
  85. .haskell .hljs-number,
  86. .http .hljs-literal,
  87. .http .hljs-attribute,
  88. .java .hljs-number,
  89. .javascript .hljs-built_in,
  90. .javascript .hljs-literal,
  91. .javascript .hljs-number,
  92. .json .hljs-number,
  93. .makefile .hljs-keyword,
  94. .markdown .hljs-link_reference,
  95. .nginx .hljs-built_in,
  96. .objectivec .hljs-literal,
  97. .objectivec .hljs-number,
  98. .objectivec .hljs-built_in,
  99. .php .hljs-literal,
  100. .php .hljs-number,
  101. .python .hljs-number,
  102. .ruby .hljs-prompt,
  103. .ruby .hljs-constant,
  104. .ruby .hljs-number,
  105. .ruby .hljs-subst .hljs-keyword,
  106. .ruby .hljs-symbol,
  107. .rust .hljs-number,
  108. .sql .hljs-number,
  109. .puppet .hljs-function,
  110. .less .hljs-number,
  111. .less .hljs-hexcolor,
  112. .less .hljs-function,
  113. .less .hljs-attribute,
  114. .scss .hljs-preprocessor,
  115. .scss .hljs-number,
  116. .scss .hljs-hexcolor,
  117. .scss .hljs-function,
  118. .scss .hljs-attribute,
  119. .stylus .hljs-number,
  120. .stylus .hljs-hexcolor,
  121. .stylus .hljs-attribute,
  122. .stylus .hljs-params,
  123. .go .hljs-built_in,
  124. .go .hljs-constant,
  125. .swift .hljs-built_in,
  126. .swift .hljs-number {
  127. color: #0086b3;
  128. }
  129. .apache .hljs-tag,
  130. .cs .hljs-xmlDocTag,
  131. .css .hljs-tag,
  132. .xml .hljs-title,
  133. .stylus .hljs-tag {
  134. color: #63a35c;
  135. }
  136. .bash .hljs-variable,
  137. .cs .hljs-preprocessor,
  138. .cs .hljs-preprocessor .hljs-keyword,
  139. .css .hljs-attr_selector,
  140. .css .hljs-value,
  141. .ini .hljs-value,
  142. .ini .hljs-keyword,
  143. .javascript .hljs-tag .hljs-title,
  144. .makefile .hljs-constant,
  145. .nginx .hljs-variable,
  146. .xml .hljs-tag,
  147. .scss .hljs-variable {
  148. color: #333333;
  149. }
  150. .bash .hljs-title,
  151. .coffeescript .hljs-title,
  152. .cpp .hljs-title,
  153. .c .hljs-title,
  154. .cs .hljs-title,
  155. .css .hljs-id,
  156. .css .hljs-class,
  157. .css .hljs-pseudo,
  158. .ini .hljs-title,
  159. .haskell .hljs-title,
  160. .haskell .hljs-pragma,
  161. .java .hljs-title,
  162. .javascript .hljs-title,
  163. .makefile .hljs-title,
  164. .objectivec .hljs-title,
  165. .perl .hljs-sub,
  166. .php .hljs-title,
  167. .python .hljs-decorator,
  168. .python .hljs-title,
  169. .ruby .hljs-parent,
  170. .ruby .hljs-title,
  171. .rust .hljs-title,
  172. .xml .hljs-attribute,
  173. .puppet .hljs-title,
  174. .less .hljs-id,
  175. .less .hljs-pseudo,
  176. .less .hljs-class,
  177. .scss .hljs-id,
  178. .scss .hljs-pseudo,
  179. .scss .hljs-class,
  180. .stylus .hljs-class,
  181. .stylus .hljs-id,
  182. .stylus .hljs-pseudo,
  183. .stylus .hljs-title,
  184. .swift .hljs-title,
  185. .diff .hljs-chunk {
  186. color: #795da3;
  187. }
  188. .coffeescript .hljs-reserved,
  189. .coffeescript .hljs-attribute {
  190. color: #1d3e81;
  191. }
  192. .diff .hljs-chunk {
  193. font-weight: bold;
  194. }
  195. .diff .hljs-addition {
  196. color: #55a532;
  197. background-color: #eaffea;
  198. }
  199. .diff .hljs-deletion {
  200. color: #bd2c00;
  201. background-color: #ffecec;
  202. }
  203. .markdown .hljs-link_url {
  204. text-decoration: underline;
  205. }