UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

110 lines 1.93 kB
export default { "$": { "background": "white", "color": "#434f54" }, "subst": { "color": "#434f54" }, "keyword": { "color": "#00979D" }, "attribute": { "color": "#00979D" }, "selector-tag": { "color": "#00979D" }, "doctag": { "color": "#00979D" }, "name": { "color": "#00979D" }, "built": { "color": "#D35400" }, "literal": { "color": "#D35400" }, "bullet": { "color": "#D35400" }, "code": { "color": "#D35400" }, "addition": { "color": "#D35400" }, "regexp": { "color": "#00979D" }, "symbol": { "color": "#00979D" }, "variable": { "color": "#00979D" }, "template-variable": { "color": "#00979D" }, "link": { "color": "#00979D" }, "selector-attr": { "color": "#00979D" }, "selector-pseudo": { "color": "#00979D" }, "type": { "color": "#005C5F" }, "string": { "color": "#005C5F" }, "selector-id": { "color": "#005C5F" }, "selector-class": { "color": "#005C5F" }, "quote": { "color": "#005C5F" }, "template-tag": { "color": "#005C5F" }, "deletion": { "color": "#005C5F" }, "comment": { "color": "rgba(149,165,166,.8)" }, "meta keyword": { "color": "#728E00" }, "meta": { "color": "#434f54" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" }, "function": { "color": "#728E00" }, "title": { "color": "#880000", "fontWeight": "bold" }, "section": { "color": "#880000", "fontWeight": "bold" }, "number": { "color": "#8A7B52" } }