UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

111 lines 1.96 kB
export default { "$": { "color": "#abb2bf", "background": "#282c34" }, "comment": { "color": "#5c6370", "fontStyle": "italic" }, "quote": { "color": "#5c6370", "fontStyle": "italic" }, "doctag": { "color": "#c678dd" }, "keyword": { "color": "#c678dd" }, "formula": { "color": "#c678dd" }, "section": { "color": "#e06c75" }, "name": { "color": "#e06c75" }, "selector-tag": { "color": "#e06c75" }, "deletion": { "color": "#e06c75" }, "subst": { "color": "#e06c75" }, "literal": { "color": "#56b6c2" }, "string": { "color": "#98c379" }, "regexp": { "color": "#98c379" }, "addition": { "color": "#98c379" }, "attribute": { "color": "#98c379" }, "meta string": { "color": "#98c379" }, "attr": { "color": "#d19a66" }, "variable": { "color": "#d19a66" }, "template-variable": { "color": "#d19a66" }, "type": { "color": "#d19a66" }, "selector-class": { "color": "#d19a66" }, "selector-attr": { "color": "#d19a66" }, "selector-pseudo": { "color": "#d19a66" }, "number": { "color": "#d19a66" }, "symbol": { "color": "#61aeee" }, "bullet": { "color": "#61aeee" }, "link": { "color": "#61aeee", "textDecoration": "underline" }, "meta": { "color": "#61aeee" }, "selector-id": { "color": "#61aeee" }, "title": { "color": "#61aeee" }, "built": { "color": "#e6c07b" }, "class title": { "color": "#e6c07b" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" } }