@bobril/highlighter
Version:
Syntax highlighter component for Bobril
90 lines • 1.53 kB
text/typescript
export default {
"$": {
"background": "#1C1D21",
"color": "#c0c5ce"
},
"comment": {
"color": "#B6B18B"
},
"quote": {
"color": "#B6B18B"
},
"variable": {
"color": "#EB3C54"
},
"template-variable": {
"color": "#EB3C54"
},
"tag": {
"color": "#EB3C54"
},
"name": {
"color": "#EB3C54"
},
"selector-id": {
"color": "#EB3C54"
},
"selector-class": {
"color": "#EB3C54"
},
"regexp": {
"color": "#EB3C54"
},
"deletion": {
"color": "#EB3C54"
},
"number": {
"color": "#E7CE56"
},
"built": {
"color": "#E7CE56"
},
"literal": {
"color": "#E7CE56"
},
"type": {
"color": "#E7CE56"
},
"params": {
"color": "#E7CE56"
},
"meta": {
"color": "#E7CE56"
},
"link": {
"color": "#E7CE56"
},
"attribute": {
"color": "#EE7C2B"
},
"string": {
"color": "#4FB4D7"
},
"symbol": {
"color": "#4FB4D7"
},
"bullet": {
"color": "#4FB4D7"
},
"addition": {
"color": "#4FB4D7"
},
"title": {
"color": "#78BB65"
},
"section": {
"color": "#78BB65"
},
"keyword": {
"color": "#B45EA4"
},
"selector-tag": {
"color": "#B45EA4"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
}
}