UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

126 lines 2.28 kB
export default { "$": { "color": "#000", "background": "#fff" }, "subst": { "fontWeight": "normal", "color": "#000" }, "title": { "fontWeight": "normal", "color": "#7A7A43" }, "code": { "color": "#8C8C8C", "fontStyle": "italic" }, "comment": { "color": "#8C8C8C", "fontStyle": "italic" }, "quote": { "color": "#8C8C8C", "fontStyle": "italic" }, "meta": { "color": "#9E880D" }, "section": { "color": "#871094" }, "variable": { "color": "#0033B3" }, "symbol": { "color": "#0033B3" }, "selector-class": { "color": "#0033B3" }, "selector-id": { "color": "#0033B3" }, "selector-tag": { "color": "#0033B3" }, "template-tag": { "color": "#0033B3" }, "selector-attr": { "color": "#0033B3" }, "selector-pseudo": { "color": "#0033B3" }, "keyword": { "color": "#0033B3" }, "meta keyword": { "color": "#0033B3" }, "literal": { "color": "#0033B3" }, "name": { "color": "#0033B3" }, "built": { "color": "#0033B3" }, "type": { "color": "#0033B3" }, "property": { "color": "#871094" }, "attr": { "color": "#871094" }, "attribute": { "color": "#174AD4" }, "number": { "color": "#1750EB" }, "regexp": { "color": "#264EFF" }, "link": { "textDecoration": "underline", "color": "#006DCC" }, "meta string": { "color": "#067D17" }, "string": { "color": "#067D17" }, "char": { "color": "#0037A6" }, "doctag": { "textDecoration": "underline" }, "template-variable": { "color": "#248F8F" }, "addition": { "background": "#BEE6BE" }, "deletion": { "background": "#D6D6D6" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" }, "operator": {}, "punctuation": {}, "params": {}, "bullet": {}, "formula": {}, "tag": {} }