|
18 | 18 | /* LineHighlight */ .chroma .hl { @apply bg-gray-700 }
|
19 | 19 | /* LineNumbersTable */ .chroma .lnt {}
|
20 | 20 | /* LineNumbersTable */ .chroma .lnt {}
|
21 |
| -/* LineNumbers */ .chroma .ln { @apply text-gray-500 } |
| 21 | +/* LineNumbers */ .chroma .ln { @apply text-gray-400 } |
22 | 22 | /* Keyword */ .chroma .k { @apply text-blue-400 }
|
23 | 23 | /* KeywordConstant */ .chroma .kc { @apply text-blue-400 }
|
24 | 24 | /* KeywordDeclaration */ .chroma .kd { @apply text-blue-400 }
|
|
28 | 28 | /* KeywordType */ .chroma .kt { @apply text-purple-400 }
|
29 | 29 | /* Name */ .chroma .n {}
|
30 | 30 | /* NameAttribute */ .chroma .na { @apply text-yellow-400 }
|
31 |
| -/* NameBuiltin */ .chroma .nb { @apply text-orange-400 } |
| 31 | +/* NameBuiltin */ .chroma .nb { @apply text-yellow-400 } |
32 | 32 | /* NameBuiltinPseudo */ .chroma .bp {}
|
33 | 33 | /* NameClass */ .chroma .nc { @apply text-red-400 }
|
34 | 34 | /* NameConstant */ .chroma .no { @apply text-green-400 }
|
35 | 35 | /* NameDecorator */ .chroma .nd { @apply text-red-400 }
|
36 | 36 | /* NameEntity */ .chroma .ni {}
|
37 | 37 | /* NameException */ .chroma .ne { @apply text-red-400 }
|
38 |
| -/* NameFunction */ .chroma .nf { @apply text-orange-400 } |
| 38 | +/* NameFunction */ .chroma .nf { @apply text-yellow-400 } |
39 | 39 | /* NameFunctionMagic */ .chroma .fm {}
|
40 | 40 | /* NameLabel */ .chroma .nl {}
|
41 | 41 | /* NameNamespace */ .chroma .nn {}
|
|
56 | 56 | /* LiteralStringDelimiter */ .chroma .dl { @apply text-green-400 }
|
57 | 57 | /* LiteralStringDoc */ .chroma .sd { @apply text-green-400 }
|
58 | 58 | /* LiteralStringDouble */ .chroma .s2 { @apply text-green-400 }
|
59 |
| -/* LiteralStringEscape */ .chroma .se { @apply text-gray-500 } |
| 59 | +/* LiteralStringEscape */ .chroma .se { @apply text-gray-400 } |
60 | 60 | /* LiteralStringHeredoc */ .chroma .sh { @apply text-green-400 }
|
61 | 61 | /* LiteralStringInterpol */ .chroma .si { @apply text-green-400 }
|
62 | 62 | /* LiteralStringOther */ .chroma .sx { @apply text-green-400 }
|
|
73 | 73 | /* Operator */ .chroma .o { @apply text-blue-300 }
|
74 | 74 | /* OperatorWord */ .chroma .ow { @apply text-blue-300 }
|
75 | 75 | /* Punctuation */ .chroma .p { @apply text-gray-400 }
|
76 |
| -/* Comment */ .chroma .c { @apply text-gray-500 } |
77 |
| -/* CommentHashbang */ .chroma .ch { @apply text-gray-500 } |
78 |
| -/* CommentMultiline */ .chroma .cm { @apply text-gray-500 } |
79 |
| -/* CommentSingle */ .chroma .c1 { @apply text-gray-500 } |
80 |
| -/* CommentSpecial */ .chroma .cs { @apply text-gray-500 } |
81 |
| -/* CommentPreproc */ .chroma .cp { @apply text-gray-500 } |
82 |
| -/* CommentPreprocFile */ .chroma .cpf { @apply text-gray-500 } |
| 76 | +/* Comment */ .chroma .c { @apply text-gray-400 } |
| 77 | +/* CommentHashbang */ .chroma .ch { @apply text-gray-400 } |
| 78 | +/* CommentMultiline */ .chroma .cm { @apply text-gray-400 } |
| 79 | +/* CommentSingle */ .chroma .c1 { @apply text-gray-400 } |
| 80 | +/* CommentSpecial */ .chroma .cs { @apply text-gray-400 } |
| 81 | +/* CommentPreproc */ .chroma .cp { @apply text-gray-400 } |
| 82 | +/* CommentPreprocFile */ .chroma .cpf { @apply text-gray-400 } |
83 | 83 | /* Generic */ .chroma .g {}
|
84 | 84 | /* GenericDeleted */ .chroma .gd {}
|
85 | 85 | /* GenericEmph */ .chroma .ge { @apply italic }
|
|
0 commit comments