UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

111 lines 1.96 kB
export default { "$": { "color": "#383a42", "background": "#fafafa" }, "comment": { "color": "#a0a1a7", "fontStyle": "italic" }, "quote": { "color": "#a0a1a7", "fontStyle": "italic" }, "doctag": { "color": "#a626a4" }, "keyword": { "color": "#a626a4" }, "formula": { "color": "#a626a4" }, "section": { "color": "#e45649" }, "name": { "color": "#e45649" }, "selector-tag": { "color": "#e45649" }, "deletion": { "color": "#e45649" }, "subst": { "color": "#e45649" }, "literal": { "color": "#0184bb" }, "string": { "color": "#50a14f" }, "regexp": { "color": "#50a14f" }, "addition": { "color": "#50a14f" }, "attribute": { "color": "#50a14f" }, "meta string": { "color": "#50a14f" }, "attr": { "color": "#986801" }, "variable": { "color": "#986801" }, "template-variable": { "color": "#986801" }, "type": { "color": "#986801" }, "selector-class": { "color": "#986801" }, "selector-attr": { "color": "#986801" }, "selector-pseudo": { "color": "#986801" }, "number": { "color": "#986801" }, "symbol": { "color": "#4078f2" }, "bullet": { "color": "#4078f2" }, "link": { "color": "#4078f2", "textDecoration": "underline" }, "meta": { "color": "#4078f2" }, "selector-id": { "color": "#4078f2" }, "title": { "color": "#4078f2" }, "built": { "color": "#c18401" }, "class title": { "color": "#c18401" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" } }