UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

90 lines 1.62 kB
export default { "$": { "color": "#3e5915", "background": "#f6f5b2" }, "keyword": { "color": "#005599", "fontWeight": "bold" }, "selector-tag": { "color": "#005599", "fontWeight": "bold" }, "literal": { "color": "#005599", "fontWeight": "bold" }, "subst": { "color": "#3e5915" }, "string": { "color": "#2c009f" }, "title": { "color": "#2c009f", "fontWeight": "bold" }, "section": { "color": "#2c009f", "fontWeight": "bold" }, "type": { "color": "#2c009f", "fontWeight": "bold" }, "symbol": { "color": "#2c009f" }, "bullet": { "color": "#2c009f" }, "attribute": { "color": "#2c009f" }, "built": { "color": "#2c009f" }, "addition": { "color": "#2c009f" }, "variable": { "color": "#2c009f" }, "template-tag": { "color": "#2c009f" }, "template-variable": { "color": "#2c009f" }, "link": { "color": "#2c009f" }, "comment": { "color": "#e60415" }, "quote": { "color": "#e60415" }, "deletion": { "color": "#e60415" }, "meta": { "color": "#e60415" }, "doctag": { "fontWeight": "bold" }, "name": { "fontWeight": "bold" }, "selector-id": { "fontWeight": "bold" }, "strong": { "fontWeight": "bold" }, "emphasis": { "fontStyle": "italic" } }