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.

93 lines
1.5 KiB

  1. /*
  2. Visual Studio-like style based on original C# coloring by Jason Diamond <jason@diamond.name>
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. background: white;
  9. color: black;
  10. -webkit-text-size-adjust: none;
  11. }
  12. .hljs-comment,
  13. .hljs-annotation,
  14. .diff .hljs-header,
  15. .hljs-chunk,
  16. .apache .hljs-cbracket {
  17. color: #008000;
  18. }
  19. .hljs-keyword,
  20. .hljs-id,
  21. .hljs-built_in,.css
  22. .smalltalk .hljs-class,
  23. .hljs-winutils,
  24. .bash .hljs-variable,
  25. .tex .hljs-command,
  26. .hljs-request,
  27. .hljs-status,
  28. .nginx .hljs-title,
  29. .xml .hljs-tag,
  30. .xml .hljs-tag .hljs-value {
  31. color: #00f;
  32. }
  33. .hljs-string,
  34. .hljs-title,
  35. .hljs-parent,
  36. .hljs-tag .hljs-value,
  37. .hljs-rules .hljs-value,
  38. .ruby .hljs-symbol,
  39. .ruby .hljs-symbol .hljs-string,
  40. .hljs-template_tag,
  41. .django .hljs-variable,
  42. .hljs-addition,
  43. .hljs-flow,
  44. .hljs-stream,
  45. .apache .hljs-tag,
  46. .hljs-date,
  47. .tex .hljs-formula,
  48. .coffeescript .hljs-attribute {
  49. color: #a31515;
  50. }
  51. .ruby .hljs-string,
  52. .hljs-decorator,
  53. .hljs-filter .hljs-argument,
  54. .hljs-localvars,
  55. .hljs-array,
  56. .hljs-attr_selector,
  57. .hljs-pseudo,
  58. .hljs-pi,
  59. .hljs-doctype,
  60. .hljs-deletion,
  61. .hljs-envvar,
  62. .hljs-shebang,
  63. .hljs-preprocessor,
  64. .hljs-pragma,
  65. .userType,
  66. .apache .hljs-sqbracket,
  67. .nginx .hljs-built_in,
  68. .tex .hljs-special,
  69. .hljs-prompt {
  70. color: #2b91af;
  71. }
  72. .hljs-phpdoc,
  73. .hljs-dartdoc,
  74. .hljs-javadoc,
  75. .hljs-xmlDocTag {
  76. color: #808080;
  77. }
  78. .hljs-type,
  79. .hljs-typename { font-weight: bold; }
  80. .vhdl .hljs-string { color: #666666; }
  81. .vhdl .hljs-literal { color: #a31515; }
  82. .vhdl .hljs-attribute { color: #00b0e8; }
  83. .xml .hljs-attribute { color: #f00; }