@bobril/highlighter
Version:
Syntax highlighter component for Bobril
137 lines • 2.45 kB
text/typescript
export default {
"$": {
"background": "#2E3440",
"color": "#D8DEE9"
},
"subst": {
"color": "#D8DEE9"
},
"selector-tag": {
"color": "#81A1C1"
},
"selector-id": {
"color": "#8FBCBB",
"fontWeight": "bold"
},
"selector-class": {
"color": "#8FBCBB"
},
"selector-attr": {
"color": "#8FBCBB"
},
"property": {
"color": "#88C0D0"
},
"selector-pseudo": {
"color": "#88C0D0"
},
"addition": {
"backgroundColor": "rgba(163, 190, 140, 0.5)"
},
"deletion": {
"backgroundColor": "rgba(191, 97, 106, 0.5)"
},
"built": {
"color": "#88C0D0",
"fontStyle": "italic"
},
"type": {
"color": "#8FBCBB"
},
"class": {
"color": "#8FBCBB"
},
"function": {
"color": "#88C0D0"
},
"title function": {
"color": "#88C0D0"
},
"function title": {
"color": "#88C0D0"
},
"keyword": {
"color": "#81A1C1"
},
"literal": {
"color": "#81A1C1"
},
"symbol": {
"color": "#EBCB8B"
},
"number": {
"color": "#B48EAD"
},
"regexp": {
"color": "#EBCB8B"
},
"string": {
"color": "#A3BE8C"
},
"title": {
"color": "#88C0D0"
},
"params": {
"color": "#D8DEE9"
},
"bullet": {
"color": "#81A1C1"
},
"code": {
"color": "#8FBCBB"
},
"emphasis": {
"fontStyle": "italic"
},
"formula": {
"color": "#8FBCBB"
},
"strong": {
"fontWeight": "bold"
},
"link": {
"textDecoration": "underline"
},
"quote": {
"color": "#4C566A"
},
"comment": {
"color": "#4C566A"
},
"doctag": {
"color": "#8FBCBB"
},
"meta": {
"color": "#D08770"
},
"meta keyword": {
"color": "#5E81AC"
},
"meta string": {
"color": "#8FBCBB"
},
"attr": {
"color": "#8FBCBB"
},
"attribute": {
"color": "#88C0D0"
},
"name": {
"color": "#88C0D0"
},
"section": {
"color": "#5E81AC"
},
"tag": {
"color": "#81A1C1"
},
"variable": {
"color": "#D8DEE9"
},
"template-variable": {
"color": "#D8DEE9"
},
"template-tag": {
"color": "#5E81AC"
}
}