export default {
    "$": {
        "background": "white",
        "color": "black"
    },
    "string": {
        "color": "#888"
    },
    "variable": {
        "color": "#888"
    },
    "template-variable": {
        "color": "#888"
    },
    "symbol": {
        "color": "#888"
    },
    "bullet": {
        "color": "#888"
    },
    "section": {
        "color": "#888",
        "fontWeight": "bold"
    },
    "addition": {
        "color": "#888"
    },
    "attribute": {
        "color": "#888"
    },
    "link": {
        "color": "#888"
    },
    "comment": {
        "color": "#ccc"
    },
    "quote": {
        "color": "#ccc"
    },
    "meta": {
        "color": "#ccc"
    },
    "deletion": {
        "color": "#ccc"
    },
    "keyword": {
        "fontWeight": "bold"
    },
    "selector-tag": {
        "fontWeight": "bold"
    },
    "name": {
        "fontWeight": "bold"
    },
    "type": {
        "fontWeight": "bold"
    },
    "strong": {
        "fontWeight": "bold"
    },
    "emphasis": {
        "fontStyle": "italic"
    }
}