@bobril/highlighter
Version:
Syntax highlighter component for Bobril
138 lines • 2.5 kB
text/typescript
export default {
"$": {
"color": "#abb2bf",
"background": "#282c34"
},
"keyword": {
"color": "#F92672"
},
"operator": {
"color": "#F92672"
},
"pattern-match": {
"color": "#F92672"
},
"pattern-match constructor": {
"color": "#61aeee"
},
"function": {
"color": "#61aeee"
},
"function params": {
"color": "#A6E22E"
},
"function params typing": {
"color": "#FD971F"
},
"module-access module": {
"color": "#7e57c2"
},
"constructor": {
"color": "#e2b93d"
},
"constructor string": {
"color": "#9CCC65"
},
"comment": {
"color": "#b18eb1",
"fontStyle": "italic"
},
"quote": {
"color": "#b18eb1",
"fontStyle": "italic"
},
"doctag": {
"color": "#c678dd"
},
"formula": {
"color": "#c678dd"
},
"section": {
"color": "#e06c75"
},
"name": {
"color": "#e06c75"
},
"selector-tag": {
"color": "#e06c75"
},
"deletion": {
"color": "#e06c75"
},
"subst": {
"color": "#e06c75"
},
"literal": {
"color": "#56b6c2"
},
"string": {
"color": "#98c379"
},
"regexp": {
"color": "#98c379"
},
"addition": {
"color": "#98c379"
},
"attribute": {
"color": "#98c379"
},
"meta string": {
"color": "#98c379"
},
"built": {
"color": "#e6c07b"
},
"class title": {
"color": "#e6c07b"
},
"attr": {
"color": "#d19a66"
},
"variable": {
"color": "#d19a66"
},
"template-variable": {
"color": "#d19a66"
},
"type": {
"color": "#d19a66"
},
"selector-class": {
"color": "#d19a66"
},
"selector-attr": {
"color": "#d19a66"
},
"selector-pseudo": {
"color": "#d19a66"
},
"number": {
"color": "#d19a66"
},
"symbol": {
"color": "#61aeee"
},
"bullet": {
"color": "#61aeee"
},
"link": {
"color": "#61aeee",
"textDecoration": "underline"
},
"meta": {
"color": "#61aeee"
},
"selector-id": {
"color": "#61aeee"
},
"title": {
"color": "#61aeee"
},
"emphasis": {
"fontStyle": "italic"
},
"strong": {
"fontWeight": "bold"
}
}