|
| 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 | +.cm { color: #75715e } /* Comment.Multiline */ |
| 10 | +.cp { color: #75715e } /* Comment.Preproc */ |
| 11 | +.c1 { color: #75715e } /* Comment.Single */ |
| 12 | +.cs { color: #75715e } /* Comment.Special */ |
| 13 | +.ge { font-style: italic } /* Generic.Emph */ |
| 14 | +.gs { font-weight: bold } /* Generic.Strong */ |
| 15 | +.kc { color: #66d9ef } /* Keyword.Constant */ |
| 16 | +.kd { color: #66d9ef } /* Keyword.Declaration */ |
| 17 | +.kn { color: #f92672 } /* Keyword.Namespace */ |
| 18 | +.kp { color: #66d9ef } /* Keyword.Pseudo */ |
| 19 | +.kr { color: #66d9ef } /* Keyword.Reserved */ |
| 20 | +.kt { color: #66d9ef } /* Keyword.Type */ |
| 21 | +.ld { color: #e6db74 } /* Literal.Date */ |
| 22 | +.m { color: #ae81ff } /* Literal.Number */ |
| 23 | +.s { color: #e6db74 } /* Literal.String */ |
| 24 | +.na { color: #a6e22e } /* Name.Attribute */ |
| 25 | +.nb { color: #f8f8f2 } /* Name.Builtin */ |
| 26 | +.nc { color: #a6e22e } /* Name.Class */ |
| 27 | +.no { color: #66d9ef } /* Name.Constant */ |
| 28 | +.nd { color: #a6e22e } /* Name.Decorator */ |
| 29 | +.ni { color: #f8f8f2 } /* Name.Entity */ |
| 30 | +.ne { color: #a6e22e } /* Name.Exception */ |
| 31 | +.nf { color: #a6e22e } /* Name.Function */ |
| 32 | +.nl { color: #f8f8f2 } /* Name.Label */ |
| 33 | +.nn { color: #f8f8f2 } /* Name.Namespace */ |
| 34 | +.nx { color: #a6e22e } /* Name.Other */ |
| 35 | +.py { color: #f8f8f2 } /* Name.Property */ |
| 36 | +.nt { color: #f92672 } /* Name.Tag */ |
| 37 | +.nv { color: #f8f8f2 } /* Name.Variable */ |
| 38 | +.ow { color: #f92672 } /* Operator.Word */ |
| 39 | +.w { color: #f8f8f2 } /* Text.Whitespace */ |
| 40 | +.mf { color: #ae81ff } /* Literal.Number.Float */ |
| 41 | +.mh { color: #ae81ff } /* Literal.Number.Hex */ |
| 42 | +.mi { color: #ae81ff } /* Literal.Number.Integer */ |
| 43 | +.mo { color: #ae81ff } /* Literal.Number.Oct */ |
| 44 | +.sb { color: #e6db74 } /* Literal.String.Backtick */ |
| 45 | +.sc { color: #e6db74 } /* Literal.String.Char */ |
| 46 | +.sd { color: #e6db74 } /* Literal.String.Doc */ |
| 47 | +.s2 { color: #e6db74 } /* Literal.String.Double */ |
| 48 | +.se { color: #ae81ff } /* Literal.String.Escape */ |
| 49 | +.sh { color: #e6db74 } /* Literal.String.Heredoc */ |
| 50 | +.si { color: #e6db74 } /* Literal.String.Interpol */ |
| 51 | +.sx { color: #e6db74 } /* Literal.String.Other */ |
| 52 | +.sr { color: #e6db74 } /* Literal.String.Regex */ |
| 53 | +.s1 { color: #e6db74 } /* Literal.String.Single */ |
| 54 | +.ss { color: #e6db74 } /* Literal.String.Symbol */ |
| 55 | +.bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */ |
| 56 | +.vc { color: #f8f8f2 } /* Name.Variable.Class */ |
| 57 | +.vg { color: #f8f8f2 } /* Name.Variable.Global */ |
| 58 | +.vi { color: #f8f8f2 } /* Name.Variable.Instance */ |
| 59 | +.il { color: #ae81ff } /* Literal.Number.Integer.Long */ |
0 commit comments