@bobril/highlighter
Version:
Syntax highlighter component for Bobril
114 lines • 2.03 kB
text/typescript
export default {
"$": {
"color": "#e0e2e4",
"background": "#282b2e"
},
"keyword": {
"color": "#93c763",
"fontWeight": "bold"
},
"selector-tag": {
"color": "#93c763",
"fontWeight": "bold"
},
"literal": {
"color": "#93c763",
"fontWeight": "bold"
},
"selector-id": {
"color": "#93c763"
},
"number": {
"color": "#ffcd22"
},
"attribute": {
"color": "#668bb0"
},
"regexp": {
"color": "#d39745"
},
"link": {
"color": "#d39745"
},
"meta": {
"color": "#557182"
},
"tag": {
"color": "#8cbbad"
},
"name": {
"color": "#8cbbad",
"fontWeight": "bold"
},
"bullet": {
"color": "#8cbbad"
},
"subst": {
"color": "#8cbbad"
},
"emphasis": {
"color": "#8cbbad"
},
"type": {
"color": "#8cbbad",
"fontWeight": "bold"
},
"built": {
"color": "#8cbbad"
},
"selector-attr": {
"color": "#8cbbad"
},
"selector-pseudo": {
"color": "#8cbbad"
},
"addition": {
"color": "#8cbbad"
},
"variable": {
"color": "#8cbbad"
},
"template-tag": {
"color": "#8cbbad"
},
"template-variable": {
"color": "#8cbbad"
},
"string": {
"color": "#ec7600"
},
"symbol": {
"color": "#ec7600"
},
"comment": {
"color": "#818e96"
},
"quote": {
"color": "#818e96"
},
"deletion": {
"color": "#818e96"
},
"selector-class": {
"color": "#A082BD"
},
"doctag": {
"fontWeight": "bold"
},
"title": {
"fontWeight": "bold"
},
"section": {
"fontWeight": "bold",
"color": "white"
},
"strong": {
"fontWeight": "bold"
},
"code": {
"color": "white"
},
"class title": {
"color": "white"
}
}