main
Last change
on this file since d24f17c 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-comment": {
|
---|
| 3 | "color": "#5f6d64"
|
---|
| 4 | },
|
---|
| 5 | "hljs-quote": {
|
---|
| 6 | "color": "#5f6d64"
|
---|
| 7 | },
|
---|
| 8 | "hljs-variable": {
|
---|
| 9 | "color": "#b16139"
|
---|
| 10 | },
|
---|
| 11 | "hljs-template-variable": {
|
---|
| 12 | "color": "#b16139"
|
---|
| 13 | },
|
---|
| 14 | "hljs-attribute": {
|
---|
| 15 | "color": "#b16139"
|
---|
| 16 | },
|
---|
| 17 | "hljs-tag": {
|
---|
| 18 | "color": "#b16139"
|
---|
| 19 | },
|
---|
| 20 | "hljs-name": {
|
---|
| 21 | "color": "#b16139"
|
---|
| 22 | },
|
---|
| 23 | "hljs-regexp": {
|
---|
| 24 | "color": "#b16139"
|
---|
| 25 | },
|
---|
| 26 | "hljs-link": {
|
---|
| 27 | "color": "#b16139"
|
---|
| 28 | },
|
---|
| 29 | "hljs-selector-id": {
|
---|
| 30 | "color": "#b16139"
|
---|
| 31 | },
|
---|
| 32 | "hljs-selector-class": {
|
---|
| 33 | "color": "#b16139"
|
---|
| 34 | },
|
---|
| 35 | "hljs-number": {
|
---|
| 36 | "color": "#9f713c"
|
---|
| 37 | },
|
---|
| 38 | "hljs-meta": {
|
---|
| 39 | "color": "#9f713c"
|
---|
| 40 | },
|
---|
| 41 | "hljs-built_in": {
|
---|
| 42 | "color": "#9f713c"
|
---|
| 43 | },
|
---|
| 44 | "hljs-builtin-name": {
|
---|
| 45 | "color": "#9f713c"
|
---|
| 46 | },
|
---|
| 47 | "hljs-literal": {
|
---|
| 48 | "color": "#9f713c"
|
---|
| 49 | },
|
---|
| 50 | "hljs-type": {
|
---|
| 51 | "color": "#9f713c"
|
---|
| 52 | },
|
---|
| 53 | "hljs-params": {
|
---|
| 54 | "color": "#9f713c"
|
---|
| 55 | },
|
---|
| 56 | "hljs-string": {
|
---|
| 57 | "color": "#489963"
|
---|
| 58 | },
|
---|
| 59 | "hljs-symbol": {
|
---|
| 60 | "color": "#489963"
|
---|
| 61 | },
|
---|
| 62 | "hljs-bullet": {
|
---|
| 63 | "color": "#489963"
|
---|
| 64 | },
|
---|
| 65 | "hljs-title": {
|
---|
| 66 | "color": "#478c90"
|
---|
| 67 | },
|
---|
| 68 | "hljs-section": {
|
---|
| 69 | "color": "#478c90"
|
---|
| 70 | },
|
---|
| 71 | "hljs-keyword": {
|
---|
| 72 | "color": "#55859b"
|
---|
| 73 | },
|
---|
| 74 | "hljs-selector-tag": {
|
---|
| 75 | "color": "#55859b"
|
---|
| 76 | },
|
---|
| 77 | "hljs-deletion": {
|
---|
| 78 | "color": "#171c19",
|
---|
| 79 | "display": "inline-block",
|
---|
| 80 | "width": "100%",
|
---|
| 81 | "backgroundColor": "#b16139"
|
---|
| 82 | },
|
---|
| 83 | "hljs-addition": {
|
---|
| 84 | "color": "#171c19",
|
---|
| 85 | "display": "inline-block",
|
---|
| 86 | "width": "100%",
|
---|
| 87 | "backgroundColor": "#489963"
|
---|
| 88 | },
|
---|
| 89 | "hljs": {
|
---|
| 90 | "display": "block",
|
---|
| 91 | "overflowX": "auto",
|
---|
| 92 | "background": "#ecf4ee",
|
---|
| 93 | "color": "#526057",
|
---|
| 94 | "padding": "0.5em"
|
---|
| 95 | },
|
---|
| 96 | "hljs-emphasis": {
|
---|
| 97 | "fontStyle": "italic"
|
---|
| 98 | },
|
---|
| 99 | "hljs-strong": {
|
---|
| 100 | "fontWeight": "bold"
|
---|
| 101 | }
|
---|
| 102 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.