github.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. /*
  2. github.com style (c) Vasily Polovnyov <vast@whiteants.net>
  3. */
  4. .hljs {
  5. display: block;
  6. color: #333;
  7. }
  8. .hljs-comment,
  9. .hljs-template_comment,
  10. .diff .hljs-header,
  11. .hljs-javadoc {
  12. color: #998;
  13. font-style: italic
  14. }
  15. .hljs-keyword,
  16. .css .rule .hljs-keyword,
  17. .hljs-winutils,
  18. .javascript .hljs-title,
  19. .nginx .hljs-title,
  20. .hljs-subst,
  21. .hljs-request,
  22. .hljs-status {
  23. color: #333;
  24. font-weight: bold
  25. }
  26. .hljs-number,
  27. .hljs-hexcolor,
  28. .ruby .hljs-constant {
  29. color: #099;
  30. }
  31. .hljs-string,
  32. .hljs-tag .hljs-value,
  33. .hljs-phpdoc,
  34. .tex .hljs-formula {
  35. color: #d14
  36. }
  37. .hljs-title,
  38. .hljs-id,
  39. .coffeescript .hljs-params,
  40. .scss .hljs-preprocessor {
  41. color: #900;
  42. font-weight: bold
  43. }
  44. .javascript .hljs-title,
  45. .lisp .hljs-title,
  46. .clojure .hljs-title,
  47. .hljs-subst {
  48. font-weight: normal
  49. }
  50. .hljs-class .hljs-title,
  51. .haskell .hljs-type,
  52. .vhdl .hljs-literal,
  53. .tex .hljs-command {
  54. color: #458;
  55. font-weight: bold
  56. }
  57. .hljs-tag,
  58. .hljs-tag .hljs-title,
  59. .hljs-rules .hljs-property,
  60. .django .hljs-tag .hljs-keyword {
  61. color: #000080;
  62. font-weight: normal
  63. }
  64. .hljs-attribute,
  65. .lisp .hljs-body {
  66. color: #008080
  67. }
  68. .hljs-variable,
  69. .hljs-regexp {
  70. color: #009926;
  71. font-weight: bold
  72. }
  73. .hljs-symbol,
  74. .ruby .hljs-symbol .hljs-string,
  75. .lisp .hljs-keyword,
  76. .tex .hljs-special,
  77. .hljs-prompt {
  78. color: #990073
  79. }
  80. .hljs-built_in,
  81. .lisp .hljs-title,
  82. .clojure .hljs-built_in {
  83. color: #0086b3
  84. }
  85. .hljs-preprocessor,
  86. .hljs-pragma,
  87. .hljs-pi,
  88. .hljs-doctype,
  89. .hljs-shebang,
  90. .hljs-cdata {
  91. color: #999;
  92. font-weight: bold
  93. }
  94. .hljs-deletion {
  95. background: #fdd
  96. }
  97. .hljs-addition {
  98. background: #dfd
  99. }
  100. .diff .hljs-change {
  101. background: #0086b3
  102. }
  103. .hljs-chunk {
  104. color: #aaa
  105. }