UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

125 lines 2.29 kB
export default { "$": { "background": "white", "color": "black" }, "subst": { "color": "black" }, "comment": { "color": "#555555", "fontStyle": "italic" }, "keyword": { "color": "#000000", "fontWeight": "bold" }, "attribute": { "color": "#000000", "fontWeight": "bold" }, "selector-tag": { "color": "#000000", "fontWeight": "bold" }, "meta keyword": { "color": "#000000", "fontWeight": "bold" }, "doctag": { "color": "#000000", "fontWeight": "bold" }, "name": { "color": "#000000", "fontWeight": "bold" }, "string": { "color": "#000080" }, "type": { "color": "#000000" }, "number": { "color": "#000000" }, "selector-id": { "color": "#000000" }, "selector-class": { "color": "#000000" }, "quote": { "color": "#000000" }, "template-tag": { "color": "#000000" }, "deletion": { "color": "#000000" }, "regexp": { "color": "#5e1700" }, "symbol": { "color": "#5e1700" }, "variable": { "color": "#5e1700" }, "template-variable": { "color": "#5e1700" }, "link": { "color": "#5e1700" }, "selector-attr": { "color": "#5e1700" }, "selector-pseudo": { "color": "#5e1700" }, "built": { "color": "#000080", "fontWeight": "bold" }, "literal": { "color": "#000080", "fontWeight": "bold" }, "bullet": { "color": "#397300" }, "code": { "color": "#397300" }, "addition": { "color": "#397300" }, "class": { "color": "#6f1C00", "fontWeight": "bold" }, "title": { "color": "#fb2c00" }, "section": { "color": "#fb2c00" }, "title built": { "color": "#008080", "fontWeight": "normal" }, "meta": { "color": "#1f7199" }, "meta string": { "color": "#4d99bf" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" } }