diff options
Diffstat (limited to 'releases/_artifacts/v1.0.5/missing-prism.css')
-rw-r--r-- | releases/_artifacts/v1.0.5/missing-prism.css | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/releases/_artifacts/v1.0.5/missing-prism.css b/releases/_artifacts/v1.0.5/missing-prism.css new file mode 100644 index 0000000..23e48b5 --- /dev/null +++ b/releases/_artifacts/v1.0.5/missing-prism.css @@ -0,0 +1,62 @@ + +.token.comment, +.token.prolog, +.token.doctype, +.token.cdata, +.token.punctuation { + color: var(--muted-fg); +} + +.token.property, +.token.tag, +.token.boolean, +.token.number, +.token.constant, +.token.symbol, +.token.deleted { + color: var(--bad-fg); +} + +.token.selector, +.token.attr-name, +.token.string, +.token.char, +.token.builtin, +.token.inserted { + color: var(--ok-fg); +} + +.token.operator, +.token.entity, +.token.url, +.language-css .token.string, +.style .token.string, +.token.regex, +.token.important, +.token.variable { + color: var(--warn-fg) +} + +.token.atrule, +.token.attr-value, +.token.keyword { + color: var(--info-fg); +} + +.token.function { + color: var(--bad-fg); + font-style: italic; +} + +.token.important, +.token.bold { + font-weight: bold; +} + +.token.italic { + font-style: italic; +} + +.token.entity { + cursor: help; +} |