UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

116 lines 2.3 kB
export default { "$": { "color": "#000", "background": "#fff" }, "subst": { "fontWeight": "normal", "color": "#000" }, "title": { "fontWeight": "normal", "color": "#000" }, "comment": { "color": "#808080", "fontStyle": "italic" }, "quote": { "color": "#808080", "fontStyle": "italic" }, "meta": { "color": "#808000" }, "tag": { "background": "#efefef" }, "section": { "fontWeight": "bold", "color": "#000080" }, "name": { "fontWeight": "bold", "color": "#000080" }, "literal": { "fontWeight": "bold", "color": "#000080" }, "keyword": { "fontWeight": "bold", "color": "#000080" }, "selector-tag": { "fontWeight": "bold", "color": "#000080" }, "type": { "fontWeight": "bold", "color": "#000080" }, "selector-id": { "fontWeight": "bold", "color": "#000080" }, "selector-class": { "fontWeight": "bold", "color": "#000080" }, "attribute": { "fontWeight": "bold", "color": "#0000ff" }, "number": { "fontWeight": "normal", "color": "#0000ff" }, "regexp": { "fontWeight": "normal", "color": "#0000ff" }, "link": { "fontWeight": "normal", "color": "#0000ff" }, "string": { "color": "#008000", "fontWeight": "bold" }, "symbol": { "color": "#000", "background": "#d0eded", "fontStyle": "italic" }, "bullet": { "color": "#000", "background": "#d0eded", "fontStyle": "italic" }, "formula": { "color": "#000", "background": "#d0eded", "fontStyle": "italic" }, "doctag": { "textDecoration": "underline" }, "variable": { "color": "#660e7a" }, "template-variable": { "color": "#660e7a" }, "addition": { "background": "#baeeba" }, "deletion": { "background": "#ffc8bd" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" } }