UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

129 lines 2.38 kB
export default { "$": { "background": "#fff", "color": "#000" }, "meta": { "fontWeight": "bold", "fontStyle": "italic", "color": "#269" }, "meta-string": { "fontWeight": "bold", "fontStyle": "italic", "color": "#48b" }, "comment": { "fontStyle": "italic", "color": "#070" }, "quote": { "fontStyle": "italic", "color": "#070" }, "name": { "color": "#808", "fontWeight": "bold" }, "keyword": { "color": "#808" }, "built": { "color": "#808" }, "attr": { "fontWeight": "bold", "color": "#000" }, "string": { "fontWeight": "normal", "color": "#00f" }, "code": { "color": "#00f" }, "meta string": { "color": "#00f" }, "number": { "color": "#00f" }, "regexp": { "color": "#00f" }, "link": { "color": "#00f" }, "title": { "color": "#000" }, "symbol": { "color": "#f40" }, "bullet": { "color": "#f40" }, "variable": { "color": "#f40" }, "template-variable": { "color": "#f40" }, "class title": { "fontWeight": "bold", "color": "#639" }, "type": { "fontWeight": "bold", "color": "#639" }, "function title": { "color": "#000" }, "subst": { "color": "#000" }, "tag": { "color": "#000" }, "formula": { "backgroundColor": "#eee", "fontStyle": "italic" }, "addition": { "backgroundColor": "#beb" }, "deletion": { "backgroundColor": "#fbb" }, "section": { "fontWeight": "bold", "color": "#48b" }, "selector-id": { "fontWeight": "bold", "color": "#48b" }, "selector-class": { "fontWeight": "bold", "color": "#48b" }, "selector-pseudo": { "fontWeight": "bold", "color": "#48b", "fontStyle": "italic" }, "selector-tag": { "fontWeight": "bold", "color": "#48b" }, "doctag": { "fontWeight": "bold" }, "strong": { "fontWeight": "bold" }, "emphasis": { "fontStyle": "italic" } }