pygments_monokai.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .hll { background-color: #49483e }
  2. .c { color: #75715e } /* Comment */
  3. .err { color: #960050; background-color: #1e0010 } /* Error */
  4. .k { color: #66d9ef } /* Keyword */
  5. .l { color: #ae81ff } /* Literal */
  6. .n { color: #f8f8f2 } /* Name */
  7. .o { color: #f92672 } /* Operator */
  8. .p { color: #f8f8f2 } /* Punctuation */
  9. .ch { color: #75715e } /* Comment.Hashbang */
  10. .cm { color: #75715e } /* Comment.Multiline */
  11. .cp { color: #75715e } /* Comment.Preproc */
  12. .cpf { color: #75715e } /* Comment.PreprocFile */
  13. .c1 { color: #75715e } /* Comment.Single */
  14. .cs { color: #75715e } /* Comment.Special */
  15. .gd { color: #f92672 } /* Generic.Deleted */
  16. .ge { font-style: italic } /* Generic.Emph */
  17. .gi { color: #a6e22e } /* Generic.Inserted */
  18. .gs { font-weight: bold } /* Generic.Strong */
  19. .gu { color: #75715e } /* Generic.Subheading */
  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. .mb { color: #ae81ff } /* Literal.Number.Bin */
  46. .mf { color: #ae81ff } /* Literal.Number.Float */
  47. .mh { color: #ae81ff } /* Literal.Number.Hex */
  48. .mi { color: #ae81ff } /* Literal.Number.Integer */
  49. .mo { color: #ae81ff } /* Literal.Number.Oct */
  50. .sb { color: #e6db74 } /* Literal.String.Backtick */
  51. .sc { color: #e6db74 } /* Literal.String.Char */
  52. .sd { color: #e6db74 } /* Literal.String.Doc */
  53. .s2 { color: #e6db74 } /* Literal.String.Double */
  54. .se { color: #ae81ff } /* Literal.String.Escape */
  55. .sh { color: #e6db74 } /* Literal.String.Heredoc */
  56. .si { color: #e6db74 } /* Literal.String.Interpol */
  57. .sx { color: #e6db74 } /* Literal.String.Other */
  58. .sr { color: #e6db74 } /* Literal.String.Regex */
  59. .s1 { color: #e6db74 } /* Literal.String.Single */
  60. .ss { color: #e6db74 } /* Literal.String.Symbol */
  61. .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
  62. .vc { color: #f8f8f2 } /* Name.Variable.Class */
  63. .vg { color: #f8f8f2 } /* Name.Variable.Global */
  64. .vi { color: #f8f8f2 } /* Name.Variable.Instance */
  65. .il { color: #ae81ff } /* Literal.Number.Integer.Long */