far.css 848 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /*
  2. FAR Style (c) MajestiC <majestic2k@gmail.com>
  3. */
  4. .hljs {
  5. display: block;
  6. overflow-x: auto;
  7. padding: .5em;
  8. background: #000080;
  9. }
  10. .hljs, .hljs-subst {
  11. color: #0ff;
  12. }
  13. .hljs-string, .hljs-attribute, .hljs-symbol, .hljs-bullet, .hljs-built_in, .hljs-builtin-name, .hljs-template-tag, .hljs-template-variable, .hljs-addition {
  14. color: #ff0;
  15. }
  16. .hljs-keyword, .hljs-selector-tag, .hljs-section, .hljs-type, .hljs-name, .hljs-selector-id, .hljs-selector-class, .hljs-variable {
  17. color: #fff;
  18. }
  19. .hljs-comment, .hljs-quote, .hljs-doctag, .hljs-deletion {
  20. color: #888;
  21. }
  22. .hljs-number, .hljs-regexp, .hljs-literal, .hljs-link {
  23. color: #0f0;
  24. }
  25. .hljs-meta {
  26. color: #008080;
  27. }
  28. .hljs-keyword, .hljs-selector-tag, .hljs-title, .hljs-section, .hljs-name, .hljs-strong {
  29. font-weight: bold;
  30. }
  31. .hljs-emphasis {
  32. font-style: italic;
  33. }