UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

95 lines 1.72 kB
export default { "$": { "color": "#eaeaea", "background": "#000" }, "subst": { "color": "#eaeaea" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" }, "type": { "color": "#eaeaea" }, "params": { "color": "#da0000" }, "literal": { "color": "#ff0000", "fontWeight": "bolder" }, "number": { "color": "#ff0000", "fontWeight": "bolder" }, "name": { "color": "#ff0000", "fontWeight": "bolder" }, "comment": { "color": "#969896" }, "selector-id": { "color": "#00ffff" }, "quote": { "color": "#00ffff" }, "template-variable": { "color": "#00ffff", "fontWeight": "bold" }, "variable": { "color": "#00ffff", "fontWeight": "bold" }, "title": { "color": "#00ffff", "fontWeight": "bold" }, "selector-class": { "color": "#fff000" }, "keyword": { "color": "#fff000" }, "symbol": { "color": "#fff000" }, "string": { "color": "#00ff00" }, "bullet": { "color": "#00ff00" }, "tag": { "color": "#000fff" }, "section": { "color": "#000fff" }, "selector-tag": { "color": "#000fff", "fontWeight": "bold" }, "attribute": { "color": "#ff00ff" }, "built": { "color": "#ff00ff" }, "regexp": { "color": "#ff00ff" }, "link": { "color": "#ff00ff" }, "meta": { "color": "#fff", "fontWeight": "bolder" } }