UNPKG

@bobril/highlighter

Version:

Syntax highlighter component for Bobril

109 lines 2.07 kB
export default { "$": { "color": "#333", "background": "#fff" }, "comment": { "color": "#777", "fontStyle": "italic" }, "quote": { "color": "#777", "fontStyle": "italic" }, "keyword": { "color": "#333", "fontWeight": "bold" }, "selector-tag": { "color": "#333", "fontWeight": "bold" }, "subst": { "color": "#333", "fontWeight": "normal" }, "number": { "color": "#777" }, "literal": { "color": "#777" }, "string": { "color": "#333", "background": "repeat" }, "doctag": { "color": "#333", "background": "repeat" }, "formula": { "color": "#333", "background": "repeat" }, "title": { "color": "#000", "fontWeight": "bold" }, "section": { "color": "#000", "fontWeight": "bold" }, "selector-id": { "color": "#000", "fontWeight": "bold" }, "class title": { "color": "#333", "fontWeight": "bold" }, "type": { "color": "#333", "fontWeight": "bold" }, "name": { "color": "#333", "fontWeight": "bold" }, "tag": { "color": "#333" }, "regexp": { "color": "#333", "background": "repeat" }, "symbol": { "color": "#000", "background": "repeat" }, "bullet": { "color": "#000", "background": "repeat" }, "link": { "color": "#000", "background": "repeat" }, "built": { "color": "#000", "textDecoration": "underline" }, "meta": { "color": "#999", "fontWeight": "bold" }, "deletion": { "color": "#fff", "background": "repeat" }, "addition": { "color": "#000", "background": "repeat" }, "emphasis": { "fontStyle": "italic" }, "strong": { "fontWeight": "bold" } }