main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
2.0 KB
|
Rev | Line | |
---|
[d24f17c] | 1 | export default {
|
---|
| 2 | "hljs": {
|
---|
| 3 | "display": "block",
|
---|
| 4 | "overflowX": "auto",
|
---|
| 5 | "color": "#eaeaea",
|
---|
| 6 | "background": "#000",
|
---|
| 7 | "padding": "0.5em"
|
---|
| 8 | },
|
---|
| 9 | "hljs-subst": {
|
---|
| 10 | "color": "#eaeaea"
|
---|
| 11 | },
|
---|
| 12 | "hljs-emphasis": {
|
---|
| 13 | "fontStyle": "italic"
|
---|
| 14 | },
|
---|
| 15 | "hljs-strong": {
|
---|
| 16 | "fontWeight": "bold"
|
---|
| 17 | },
|
---|
| 18 | "hljs-builtin-name": {
|
---|
| 19 | "color": "#eaeaea"
|
---|
| 20 | },
|
---|
| 21 | "hljs-type": {
|
---|
| 22 | "color": "#eaeaea"
|
---|
| 23 | },
|
---|
| 24 | "hljs-params": {
|
---|
| 25 | "color": "#da0000"
|
---|
| 26 | },
|
---|
| 27 | "hljs-literal": {
|
---|
| 28 | "color": "#ff0000",
|
---|
| 29 | "fontWeight": "bolder"
|
---|
| 30 | },
|
---|
| 31 | "hljs-number": {
|
---|
| 32 | "color": "#ff0000",
|
---|
| 33 | "fontWeight": "bolder"
|
---|
| 34 | },
|
---|
| 35 | "hljs-name": {
|
---|
| 36 | "color": "#ff0000",
|
---|
| 37 | "fontWeight": "bolder"
|
---|
| 38 | },
|
---|
| 39 | "hljs-comment": {
|
---|
| 40 | "color": "#969896"
|
---|
| 41 | },
|
---|
| 42 | "hljs-selector-id": {
|
---|
| 43 | "color": "#00ffff"
|
---|
| 44 | },
|
---|
| 45 | "hljs-quote": {
|
---|
| 46 | "color": "#00ffff"
|
---|
| 47 | },
|
---|
| 48 | "hljs-template-variable": {
|
---|
| 49 | "color": "#00ffff",
|
---|
| 50 | "fontWeight": "bold"
|
---|
| 51 | },
|
---|
| 52 | "hljs-variable": {
|
---|
| 53 | "color": "#00ffff",
|
---|
| 54 | "fontWeight": "bold"
|
---|
| 55 | },
|
---|
| 56 | "hljs-title": {
|
---|
| 57 | "color": "#00ffff",
|
---|
| 58 | "fontWeight": "bold"
|
---|
| 59 | },
|
---|
| 60 | "hljs-selector-class": {
|
---|
| 61 | "color": "#fff000"
|
---|
| 62 | },
|
---|
| 63 | "hljs-keyword": {
|
---|
| 64 | "color": "#fff000"
|
---|
| 65 | },
|
---|
| 66 | "hljs-symbol": {
|
---|
| 67 | "color": "#fff000"
|
---|
| 68 | },
|
---|
| 69 | "hljs-string": {
|
---|
| 70 | "color": "#00ff00"
|
---|
| 71 | },
|
---|
| 72 | "hljs-bullet": {
|
---|
| 73 | "color": "#00ff00"
|
---|
| 74 | },
|
---|
| 75 | "hljs-tag": {
|
---|
| 76 | "color": "#000fff"
|
---|
| 77 | },
|
---|
| 78 | "hljs-section": {
|
---|
| 79 | "color": "#000fff"
|
---|
| 80 | },
|
---|
| 81 | "hljs-selector-tag": {
|
---|
| 82 | "color": "#000fff",
|
---|
| 83 | "fontWeight": "bold"
|
---|
| 84 | },
|
---|
| 85 | "hljs-attribute": {
|
---|
| 86 | "color": "#ff00ff"
|
---|
| 87 | },
|
---|
| 88 | "hljs-built_in": {
|
---|
| 89 | "color": "#ff00ff"
|
---|
| 90 | },
|
---|
| 91 | "hljs-regexp": {
|
---|
| 92 | "color": "#ff00ff"
|
---|
| 93 | },
|
---|
| 94 | "hljs-link": {
|
---|
| 95 | "color": "#ff00ff"
|
---|
| 96 | },
|
---|
| 97 | "hljs-meta": {
|
---|
| 98 | "color": "#fff",
|
---|
| 99 | "fontWeight": "bolder"
|
---|
| 100 | }
|
---|
| 101 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.