A semantic search engine for source code https://bitshift.benkurtovic.com/
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.
 
 
 
 
 
 

65 lines
2.9 KiB

  1. td.linenos { background-color: #f0f0f0; padding-right: 10px; }
  2. span.lineno { background-color: #f0f0f0; padding: 0 5px 0 5px; }
  3. pre { line-height: 125% }
  4. .highlighttable { background-color: #49483e; width: inherit; height: inherit; }
  5. .hll { display: block }
  6. { background: #272822; color: #f8f8f2 }
  7. .c { color: #75715e } /* Comment */
  8. .err { color: #960050; background-color: #1e0010 } /* Error */
  9. .k { color: #66d9ef } /* Keyword */
  10. .l { color: #ae81ff } /* Literal */
  11. .n { color: #f8f8f2 } /* Name */
  12. .o { color: #f92672 } /* Operator */
  13. .p { color: #f8f8f2 } /* Punctuation */
  14. .cm { color: #75715e } /* Comment.Multiline */
  15. .cp { color: #75715e } /* Comment.Preproc */
  16. .c1 { color: #75715e } /* Comment.Single */
  17. .cs { color: #75715e } /* Comment.Special */
  18. .ge { font-style: italic } /* Generic.Emph */
  19. .gs { font-weight: bold } /* Generic.Strong */
  20. .kc { color: #66d9ef } /* Keyword.Constant */
  21. .kd { color: #66d9ef } /* Keyword.Declaration */
  22. .kn { color: #f92672 } /* Keyword.Namespace */
  23. .kp { color: #66d9ef } /* Keyword.Pseudo */
  24. .kr { color: #66d9ef } /* Keyword.Reserved */
  25. .kt { color: #66d9ef } /* Keyword.Type */
  26. .ld { color: #e6db74 } /* Literal.Date */
  27. .m { color: #ae81ff } /* Literal.Number */
  28. .s { color: #e6db74 } /* Literal.String */
  29. .na { color: #a6e22e } /* Name.Attribute */
  30. .nb { color: #f8f8f2 } /* Name.Builtin */
  31. .nc { color: #a6e22e } /* Name.Class */
  32. .no { color: #66d9ef } /* Name.Constant */
  33. .nd { color: #a6e22e } /* Name.Decorator */
  34. .ni { color: #f8f8f2 } /* Name.Entity */
  35. .ne { color: #a6e22e } /* Name.Exception */
  36. .nf { color: #a6e22e } /* Name.Function */
  37. .nl { color: #f8f8f2 } /* Name.Label */
  38. .nn { color: #f8f8f2 } /* Name.Namespace */
  39. .nx { color: #a6e22e } /* Name.Other */
  40. .py { color: #f8f8f2 } /* Name.Property */
  41. .nt { color: #f92672 } /* Name.Tag */
  42. .nv { color: #f8f8f2 } /* Name.Variable */
  43. .ow { color: #f92672 } /* Operator.Word */
  44. .w { color: #f8f8f2 } /* Text.Whitespace */
  45. .mf { color: #ae81ff } /* Literal.Number.Float */
  46. .mh { color: #ae81ff } /* Literal.Number.Hex */
  47. .mi { color: #ae81ff } /* Literal.Number.Integer */
  48. .mo { color: #ae81ff } /* Literal.Number.Oct */
  49. .sb { color: #e6db74 } /* Literal.String.Backtick */
  50. .sc { color: #e6db74 } /* Literal.String.Char */
  51. .sd { color: #e6db74 } /* Literal.String.Doc */
  52. .s2 { color: #e6db74 } /* Literal.String.Double */
  53. .se { color: #ae81ff } /* Literal.String.Escape */
  54. .sh { color: #e6db74 } /* Literal.String.Heredoc */
  55. .si { color: #e6db74 } /* Literal.String.Interpol */
  56. .sx { color: #e6db74 } /* Literal.String.Other */
  57. .sr { color: #e6db74 } /* Literal.String.Regex */
  58. .s1 { color: #e6db74 } /* Literal.String.Single */
  59. .ss { color: #e6db74 } /* Literal.String.Symbol */
  60. .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
  61. .vc { color: #f8f8f2 } /* Name.Variable.Class */
  62. .vg { color: #f8f8f2 } /* Name.Variable.Global */
  63. .vi { color: #f8f8f2 } /* Name.Variable.Instance */
  64. .il { color: #ae81ff } /* Literal.Number.Integer.Long */