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.

111 lines
1.8 KiB

  1. /*
  2. FAR Style (c) MajestiC <majestic2k@gmail.com>
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: 0.5em;
  8. background: #000080;
  9. -webkit-text-size-adjust: none;
  10. }
  11. .hljs,
  12. .hljs-subst {
  13. color: #0ff;
  14. }
  15. .hljs-string,
  16. .ruby .hljs-string,
  17. .haskell .hljs-type,
  18. .hljs-tag .hljs-value,
  19. .hljs-rules .hljs-value,
  20. .hljs-rules .hljs-value .hljs-number,
  21. .hljs-preprocessor,
  22. .hljs-pragma,
  23. .ruby .hljs-symbol,
  24. .ruby .hljs-symbol .hljs-string,
  25. .hljs-built_in,
  26. .django .hljs-template_tag,
  27. .django .hljs-variable,
  28. .smalltalk .hljs-class,
  29. .hljs-addition,
  30. .apache .hljs-tag,
  31. .apache .hljs-cbracket,
  32. .tex .hljs-command,
  33. .coffeescript .hljs-attribute {
  34. color: #ff0;
  35. }
  36. .hljs-keyword,
  37. .css .hljs-id,
  38. .hljs-title,
  39. .hljs-type,
  40. .vbscript .hljs-built_in,
  41. .rsl .hljs-built_in,
  42. .smalltalk .hljs-class,
  43. .xml .hljs-tag .hljs-title,
  44. .hljs-winutils,
  45. .hljs-flow,
  46. .hljs-change,
  47. .hljs-envvar,
  48. .bash .hljs-variable,
  49. .tex .hljs-special {
  50. color: #fff;
  51. }
  52. .hljs-comment,
  53. .hljs-phpdoc,
  54. .hljs-dartdoc,
  55. .hljs-javadoc,
  56. .hljs-annotation,
  57. .hljs-deletion,
  58. .apache .hljs-sqbracket,
  59. .tex .hljs-formula {
  60. color: #888;
  61. }
  62. .hljs-number,
  63. .hljs-date,
  64. .hljs-regexp,
  65. .hljs-literal,
  66. .smalltalk .hljs-symbol,
  67. .smalltalk .hljs-char,
  68. .clojure .hljs-attribute {
  69. color: #0f0;
  70. }
  71. .hljs-decorator,
  72. .django .hljs-filter .hljs-argument,
  73. .smalltalk .hljs-localvars,
  74. .smalltalk .hljs-array,
  75. .hljs-attr_selector,
  76. .hljs-pseudo,
  77. .xml .hljs-pi,
  78. .diff .hljs-header,
  79. .hljs-chunk,
  80. .hljs-shebang,
  81. .nginx .hljs-built_in,
  82. .hljs-prompt {
  83. color: #008080;
  84. }
  85. .hljs-keyword,
  86. .css .hljs-id,
  87. .hljs-title,
  88. .hljs-type,
  89. .vbscript .hljs-built_in,
  90. .rsl .hljs-built_in,
  91. .smalltalk .hljs-class,
  92. .hljs-winutils,
  93. .hljs-flow,
  94. .apache .hljs-tag,
  95. .nginx .hljs-built_in,
  96. .tex .hljs-command,
  97. .tex .hljs-special,
  98. .hljs-request,
  99. .hljs-status {
  100. font-weight: bold;
  101. }