UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

129 lines 2.38 kB
export default { "$": { "background": "#333", "color": "#fff" }, "meta": { "fontWeight": "bold", "fontStyle": "italic", "color": "#69f" }, "meta-string": { "fontWeight": "bold", "fontStyle": "italic", "color": "#69f" }, "comment": { "fontStyle": "italic", "color": "#9c6" }, "quote": { "fontStyle": "italic", "color": "#9c6" }, "name": { "color": "#a7a", "fontWeight": "bold" }, "keyword": { "color": "#a7a" }, "built": { "color": "#a7a" }, "attr": { "fontWeight": "bold", "color": "#fff" }, "string": { "fontWeight": "normal", "color": "#bce" }, "code": { "color": "#bce" }, "meta string": { "color": "#bce" }, "number": { "color": "#bce" }, "regexp": { "color": "#bce" }, "link": { "color": "#bce" }, "title": { "color": "#fff" }, "symbol": { "color": "#d40" }, "bullet": { "color": "#d40" }, "variable": { "color": "#d40" }, "template-variable": { "color": "#d40" }, "class title": { "fontWeight": "bold", "color": "#96c" }, "type": { "fontWeight": "bold", "color": "#96c" }, "function title": { "color": "#fff" }, "subst": { "color": "#fff" }, "tag": { "color": "#fff" }, "formula": { "backgroundColor": "#eee", "fontStyle": "italic" }, "addition": { "backgroundColor": "#797" }, "deletion": { "backgroundColor": "#c99" }, "section": { "fontWeight": "bold", "color": "#69f" }, "selector-id": { "fontWeight": "bold", "color": "#69f" }, "selector-class": { "fontWeight": "bold", "color": "#69f" }, "selector-pseudo": { "fontWeight": "bold", "color": "#69f", "fontStyle": "italic" }, "selector-tag": { "fontWeight": "bold", "color": "#69f" }, "doctag": { "fontWeight": "bold" }, "strong": { "fontWeight": "bold" }, "emphasis": { "fontStyle": "italic" } }