@bobril/highlighter
Version:
Syntax highlighter component for Bobril
100 lines • 1.81 kB
text/typescript
export default {
"$": {
"background": "#2d2b57",
"color": "#e3dfff",
"fontWeight": "normal"
},
"subst": {
"color": "#e3dfff"
},
"title": {
"color": "#fad000",
"fontWeight": "normal"
},
"name": {
"color": "#a1feff",
"fontWeight": "normal"
},
"tag": {
"color": "#ffffff"
},
"attr": {
"color": "#f8d000",
"fontStyle": "italic"
},
"built": {
"color": "#fb9e00"
},
"selector-tag": {
"color": "#fb9e00",
"fontWeight": "normal"
},
"section": {
"color": "#fb9e00"
},
"keyword": {
"color": "#fb9e00",
"fontWeight": "normal"
},
"string": {
"color": "#4cd213"
},
"attribute": {
"color": "#4cd213"
},
"symbol": {
"color": "#4cd213"
},
"bullet": {
"color": "#4cd213"
},
"addition": {
"color": "#4cd213"
},
"code": {
"color": "#4cd213"
},
"regexp": {
"color": "#4cd213"
},
"selector-class": {
"color": "#4cd213"
},
"selector-attr": {
"color": "#4cd213"
},
"selector-pseudo": {
"color": "#4cd213"
},
"template-tag": {
"color": "#4cd213"
},
"quote": {
"color": "#4cd213"
},
"deletion": {
"color": "#4cd213"
},
"meta": {
"color": "#fb9e00"
},
"meta string": {
"color": "#fb9e00"
},
"comment": {
"color": "#ac65ff"
},
"literal": {
"fontWeight": "normal",
"color": "#fa658d"
},
"strong": {
"fontWeight": "bold"
},
"number": {
"color": "#fa658d"
},
"emphasis": {
"fontStyle": "italic"
}
}