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.

72 lines
849B

  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. }
  10. .hljs,
  11. .hljs-subst {
  12. color: #0ff;
  13. }
  14. .hljs-string,
  15. .hljs-attribute,
  16. .hljs-symbol,
  17. .hljs-bullet,
  18. .hljs-built_in,
  19. .hljs-builtin-name,
  20. .hljs-template-tag,
  21. .hljs-template-variable,
  22. .hljs-addition {
  23. color: #ff0;
  24. }
  25. .hljs-keyword,
  26. .hljs-selector-tag,
  27. .hljs-section,
  28. .hljs-type,
  29. .hljs-name,
  30. .hljs-selector-id,
  31. .hljs-selector-class,
  32. .hljs-variable {
  33. color: #fff;
  34. }
  35. .hljs-comment,
  36. .hljs-quote,
  37. .hljs-doctag,
  38. .hljs-deletion {
  39. color: #888;
  40. }
  41. .hljs-number,
  42. .hljs-regexp,
  43. .hljs-literal,
  44. .hljs-link {
  45. color: #0f0;
  46. }
  47. .hljs-meta {
  48. color: #008080;
  49. }
  50. .hljs-keyword,
  51. .hljs-selector-tag,
  52. .hljs-title,
  53. .hljs-section,
  54. .hljs-name,
  55. .hljs-strong {
  56. font-weight: bold;
  57. }
  58. .hljs-emphasis {
  59. font-style: italic;
  60. }