@bobril/highlighter
Version:
Syntax highlighter component for Bobril
101 lines • 1.75 kB
text/typescript
export default {
"$": {
"color": "#dccf8f",
"background": "#181914"
},
"comment": {
"color": "#586e75",
"fontStyle": "italic"
},
"quote": {
"color": "#586e75",
"fontStyle": "italic"
},
"keyword": {
"color": "#b64926"
},
"selector-tag": {
"color": "#b64926"
},
"literal": {
"color": "#b64926"
},
"addition": {
"color": "#b64926"
},
"number": {
"color": "#468966"
},
"string": {
"color": "#468966"
},
"doctag": {
"color": "#468966"
},
"regexp": {
"color": "#468966"
},
"title": {
"color": "#ffb03b"
},
"section": {
"color": "#ffb03b"
},
"built": {
"color": "#ffb03b"
},
"name": {
"color": "#ffb03b"
},
"variable": {
"color": "#b58900"
},
"template-variable": {
"color": "#b58900"
},
"class title": {
"color": "#b58900"
},
"type": {
"color": "#b58900"
},
"tag": {
"color": "#b58900"
},
"attribute": {
"color": "#b89859"
},
"symbol": {
"color": "#cb4b16"
},
"bullet": {
"color": "#cb4b16"
},
"link": {
"color": "#cb4b16"
},
"subst": {
"color": "#cb4b16"
},
"meta": {
"color": "#cb4b16"
},
"deletion": {
"color": "#dc322f"
},
"selector-id": {
"color": "#d3a60c"
},
"selector-class": {
"color": "#d3a60c"
},
"formula": {
"background": "#073642"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
}
}