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:
1.7 KB
|
Rev | Line | |
---|
[d24f17c] | 1 | export default {
|
---|
| 2 | "hljs-comment": {
|
---|
| 3 | "color": "#9e8f9e"
|
---|
| 4 | },
|
---|
| 5 | "hljs-quote": {
|
---|
| 6 | "color": "#9e8f9e"
|
---|
| 7 | },
|
---|
| 8 | "hljs-variable": {
|
---|
| 9 | "color": "#ca402b"
|
---|
| 10 | },
|
---|
| 11 | "hljs-template-variable": {
|
---|
| 12 | "color": "#ca402b"
|
---|
| 13 | },
|
---|
| 14 | "hljs-attribute": {
|
---|
| 15 | "color": "#ca402b"
|
---|
| 16 | },
|
---|
| 17 | "hljs-tag": {
|
---|
| 18 | "color": "#ca402b"
|
---|
| 19 | },
|
---|
| 20 | "hljs-name": {
|
---|
| 21 | "color": "#ca402b"
|
---|
| 22 | },
|
---|
| 23 | "hljs-regexp": {
|
---|
| 24 | "color": "#ca402b"
|
---|
| 25 | },
|
---|
| 26 | "hljs-link": {
|
---|
| 27 | "color": "#ca402b"
|
---|
| 28 | },
|
---|
| 29 | "hljs-selector-id": {
|
---|
| 30 | "color": "#ca402b"
|
---|
| 31 | },
|
---|
| 32 | "hljs-selector-class": {
|
---|
| 33 | "color": "#ca402b"
|
---|
| 34 | },
|
---|
| 35 | "hljs-number": {
|
---|
| 36 | "color": "#a65926"
|
---|
| 37 | },
|
---|
| 38 | "hljs-meta": {
|
---|
| 39 | "color": "#a65926"
|
---|
| 40 | },
|
---|
| 41 | "hljs-built_in": {
|
---|
| 42 | "color": "#a65926"
|
---|
| 43 | },
|
---|
| 44 | "hljs-builtin-name": {
|
---|
| 45 | "color": "#a65926"
|
---|
| 46 | },
|
---|
| 47 | "hljs-literal": {
|
---|
| 48 | "color": "#a65926"
|
---|
| 49 | },
|
---|
| 50 | "hljs-type": {
|
---|
| 51 | "color": "#a65926"
|
---|
| 52 | },
|
---|
| 53 | "hljs-params": {
|
---|
| 54 | "color": "#a65926"
|
---|
| 55 | },
|
---|
| 56 | "hljs-string": {
|
---|
| 57 | "color": "#918b3b"
|
---|
| 58 | },
|
---|
| 59 | "hljs-symbol": {
|
---|
| 60 | "color": "#918b3b"
|
---|
| 61 | },
|
---|
| 62 | "hljs-bullet": {
|
---|
| 63 | "color": "#918b3b"
|
---|
| 64 | },
|
---|
| 65 | "hljs-title": {
|
---|
| 66 | "color": "#516aec"
|
---|
| 67 | },
|
---|
| 68 | "hljs-section": {
|
---|
| 69 | "color": "#516aec"
|
---|
| 70 | },
|
---|
| 71 | "hljs-keyword": {
|
---|
| 72 | "color": "#7b59c0"
|
---|
| 73 | },
|
---|
| 74 | "hljs-selector-tag": {
|
---|
| 75 | "color": "#7b59c0"
|
---|
| 76 | },
|
---|
| 77 | "hljs": {
|
---|
| 78 | "display": "block",
|
---|
| 79 | "overflowX": "auto",
|
---|
| 80 | "background": "#1b181b",
|
---|
| 81 | "color": "#ab9bab",
|
---|
| 82 | "padding": "0.5em"
|
---|
| 83 | },
|
---|
| 84 | "hljs-emphasis": {
|
---|
| 85 | "fontStyle": "italic"
|
---|
| 86 | },
|
---|
| 87 | "hljs-strong": {
|
---|
| 88 | "fontWeight": "bold"
|
---|
| 89 | }
|
---|
| 90 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.