UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

64 lines 1.07 kB
export default { "$": { "background": "white", "color": "black" }, "string": { "color": "#888" }, "variable": { "color": "#888" }, "template-variable": { "color": "#888" }, "symbol": { "color": "#888" }, "bullet": { "color": "#888" }, "section": { "color": "#888", "fontWeight": "bold" }, "addition": { "color": "#888" }, "attribute": { "color": "#888" }, "link": { "color": "#888" }, "comment": { "color": "#ccc" }, "quote": { "color": "#ccc" }, "meta": { "color": "#ccc" }, "deletion": { "color": "#ccc" }, "keyword": { "fontWeight": "bold" }, "selector-tag": { "fontWeight": "bold" }, "name": { "fontWeight": "bold" }, "type": { "fontWeight": "bold" }, "strong": { "fontWeight": "bold" }, "emphasis": { "fontStyle": "italic" } }