UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

113 lines 1.98 kB
export default { "$": { "color": "#444", "background": "#F0F0F0" }, "subst": { "color": "#444" }, "comment": { "color": "#888888" }, "keyword": { "fontWeight": "bold" }, "selector-tag": { "fontWeight": "bold" }, "meta keyword": { "fontWeight": "bold" }, "doctag": { "fontWeight": "bold" }, "name": { "fontWeight": "bold" }, "attribute": { "color": "#0E9A00" }, "function": { "color": "#99069A" }, "type": { "color": "#880000" }, "string": { "color": "#880000" }, "number": { "color": "#880000" }, "selector-id": { "color": "#880000" }, "selector-class": { "color": "#880000" }, "quote": { "color": "#880000" }, "template-tag": { "color": "#880000" }, "deletion": { "color": "#880000" }, "title": { "color": "#880000", "fontWeight": "bold" }, "section": { "color": "#880000", "fontWeight": "bold" }, "regexp": { "color": "#BC6060" }, "symbol": { "color": "#BC6060" }, "variable": { "color": "#BC6060" }, "template-variable": { "color": "#BC6060" }, "link": { "color": "#BC6060" }, "selector-attr": { "color": "#BC6060" }, "selector-pseudo": { "color": "#BC6060" }, "literal": { "color": "#78A960" }, "built": { "color": "#0C9A9A" }, "bullet": { "color": "#0C9A9A" }, "code": { "color": "#0C9A9A" }, "addition": { "color": "#0C9A9A" }, "meta": { "color": "#1f7199" }, "meta string": { "color": "#4d99bf" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" } }