完成世界书、骰子、apiconfig页面处理
This commit is contained in:
99
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/agate.js
generated
vendored
Normal file
99
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/agate.js
generated
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#333",
|
||||
"color": "white"
|
||||
},
|
||||
"hljs-name": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-code": {
|
||||
"fontStyle": "italic",
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#62c8f3"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#ade5fc"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#ade5fc"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#ade5fc"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#ade5fc"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#a2fca2"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#d36363"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#ffa"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#ffa"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#ffa"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#ffa"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#ffa"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#ffa"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#ffa"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#d36363"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#d36363"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#fcc28c"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#fcc28c"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#fcc28c"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#333",
|
||||
"backgroundColor": "#fc9b9b"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#c6b4f0"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#c6b4f0"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#fc9b9b"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"backgroundColor": "#a2fca2",
|
||||
"color": "#333"
|
||||
}
|
||||
};
|
||||
81
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/androidstudio.js
generated
vendored
Normal file
81
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/androidstudio.js
generated
vendored
Normal file
@@ -0,0 +1,81 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"color": "#a9b7c6",
|
||||
"background": "#282b2e",
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#6897BB"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#6897BB"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#6897BB"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#6897BB"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#cc7832"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#cc7832"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#cc7832"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#629755"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#629755"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#629755"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#808080"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#808080"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#bbb529"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#6A8759"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#6A8759"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#6A8759"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#ffc66d"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#ffc66d"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#ffc66d"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#e8bf6a"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#e8bf6a"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#e8bf6a"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
113
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/arduino-light.js
generated
vendored
Normal file
113
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/arduino-light.js
generated
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#FFFFFF",
|
||||
"color": "#434f54"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#434f54"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#D35400"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#D35400"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#D35400"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#D35400"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#D35400"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#00979D"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#005C5F"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#005C5F"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#005C5F"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#005C5F"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#005C5F"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#005C5F"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#005C5F"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#880000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#880000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "rgba(149,165,166,.8)"
|
||||
},
|
||||
"hljs-meta-keyword": {
|
||||
"color": "#728E00"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#434f54"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-function": {
|
||||
"color": "#728E00"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#8A7B52"
|
||||
}
|
||||
};
|
||||
67
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ascetic.js
generated
vendored
Normal file
67
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ascetic.js
generated
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "white",
|
||||
"color": "black"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#888",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#888"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#ccc"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#ccc"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#ccc"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#ccc"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-name": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-type": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
};
|
||||
102
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-dark.js
generated
vendored
Normal file
102
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-dark.js
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#7e7887"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#7e7887"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#2a9292"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#2a9292"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#2a9292"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#576ddb"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#576ddb"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#955ae7"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#955ae7"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#19171c",
|
||||
"display": "inline-block",
|
||||
"width": "100%",
|
||||
"backgroundColor": "#be4678"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#19171c",
|
||||
"display": "inline-block",
|
||||
"width": "100%",
|
||||
"backgroundColor": "#2a9292"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#19171c",
|
||||
"color": "#8b8792",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
102
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-light.js
generated
vendored
Normal file
102
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-cave-light.js
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#655f6d"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#655f6d"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#be4678"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#aa573c"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#2a9292"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#2a9292"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#2a9292"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#576ddb"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#576ddb"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#955ae7"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#955ae7"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#19171c",
|
||||
"display": "inline-block",
|
||||
"width": "100%",
|
||||
"backgroundColor": "#be4678"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#19171c",
|
||||
"display": "inline-block",
|
||||
"width": "100%",
|
||||
"backgroundColor": "#2a9292"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#efecf4",
|
||||
"color": "#585260",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
102
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-estuary-dark.js
generated
vendored
Normal file
102
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-estuary-dark.js
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#878573"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#878573"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#ba6236"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#ae7313"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#ae7313"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#ae7313"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#ae7313"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#ae7313"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#ae7313"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#ae7313"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#7d9726"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#7d9726"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#7d9726"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#36a166"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#36a166"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#5f9182"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#5f9182"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#22221b",
|
||||
"display": "inline-block",
|
||||
"width": "100%",
|
||||
"backgroundColor": "#ba6236"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#22221b",
|
||||
"display": "inline-block",
|
||||
"width": "100%",
|
||||
"backgroundColor": "#7d9726"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#22221b",
|
||||
"color": "#929181",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-heath-light.js
generated
vendored
Normal file
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-heath-light.js
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#776977"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#776977"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#ca402b"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#a65926"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#a65926"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#a65926"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#a65926"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#a65926"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#a65926"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#a65926"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#918b3b"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#918b3b"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#918b3b"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#516aec"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#516aec"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#7b59c0"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#7b59c0"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#f7f3f7",
|
||||
"color": "#695d69",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-lakeside-dark.js
generated
vendored
Normal file
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-lakeside-dark.js
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#7195a8"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#7195a8"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#568c3b"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#568c3b"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#568c3b"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#257fad"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#257fad"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#6b6bb8"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#6b6bb8"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#161b1d",
|
||||
"color": "#7ea2b4",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-lakeside-light.js
generated
vendored
Normal file
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-lakeside-light.js
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#5a7b8c"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#5a7b8c"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#d22d72"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#935c25"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#568c3b"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#568c3b"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#568c3b"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#257fad"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#257fad"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#6b6bb8"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#6b6bb8"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#ebf8ff",
|
||||
"color": "#516d7b",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
102
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-plateau-dark.js
generated
vendored
Normal file
102
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-plateau-dark.js
generated
vendored
Normal file
@@ -0,0 +1,102 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#7e7777"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#7e7777"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#ca4949"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#b45a3c"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#b45a3c"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#b45a3c"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#b45a3c"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#b45a3c"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#b45a3c"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#b45a3c"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#4b8b8b"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#4b8b8b"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#4b8b8b"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#7272ca"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#7272ca"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#8464c4"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#8464c4"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#1b1818",
|
||||
"display": "inline-block",
|
||||
"width": "100%",
|
||||
"backgroundColor": "#ca4949"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#1b1818",
|
||||
"display": "inline-block",
|
||||
"width": "100%",
|
||||
"backgroundColor": "#4b8b8b"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#1b1818",
|
||||
"color": "#8a8585",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-seaside-light.js
generated
vendored
Normal file
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-seaside-light.js
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#687d68"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#687d68"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#e6193c"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#87711d"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#87711d"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#87711d"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#87711d"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#87711d"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#87711d"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#87711d"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#29a329"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#29a329"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#29a329"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#3d62f5"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#3d62f5"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#ad2bee"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#ad2bee"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#f4fbf4",
|
||||
"color": "#5e6e5e",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-sulphurpool-light.js
generated
vendored
Normal file
90
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atelier-sulphurpool-light.js
generated
vendored
Normal file
@@ -0,0 +1,90 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#6b7394"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#6b7394"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#c94922"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#c76b29"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#c76b29"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#c76b29"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#c76b29"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#c76b29"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#c76b29"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#c76b29"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#ac9739"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#ac9739"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#ac9739"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#3d8fd1"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#3d8fd1"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#6679cc"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#6679cc"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#f5f7ff",
|
||||
"color": "#5e6687",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
114
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atom-one-light.js
generated
vendored
Normal file
114
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/atom-one-light.js
generated
vendored
Normal file
@@ -0,0 +1,114 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"color": "#383a42",
|
||||
"background": "#fafafa"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#a0a1a7",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#a0a1a7",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"color": "#a626a4"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#a626a4"
|
||||
},
|
||||
"hljs-formula": {
|
||||
"color": "#a626a4"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#e45649"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#e45649"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#e45649"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#e45649"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#e45649"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#0184bb"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#50a14f"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#50a14f"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#50a14f"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#50a14f"
|
||||
},
|
||||
"hljs-meta-string": {
|
||||
"color": "#50a14f"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#c18401"
|
||||
},
|
||||
"hljs-class .hljs-title": {
|
||||
"color": "#c18401"
|
||||
},
|
||||
"hljs-attr": {
|
||||
"color": "#986801"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#986801"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#986801"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#986801"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#986801"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#986801"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#986801"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#986801"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#4078f2"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#4078f2"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#4078f2",
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#4078f2"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#4078f2"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#4078f2"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
91
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js
generated
vendored
Normal file
91
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/dark.js
generated
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#444",
|
||||
"color": "#ddd"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "white",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "white",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "white",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "white",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "white"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#ddd"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#d88",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#d88",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#d88",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#d88"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#777"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#777"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#777"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#777"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
};
|
||||
98
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/foundation.js
generated
vendored
Normal file
98
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/foundation.js
generated
vendored
Normal file
@@ -0,0 +1,98 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#eee",
|
||||
"color": "black"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#070"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"color": "#070",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#070"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#070"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"color": "#d14",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#d14"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#d14"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#998",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#998",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#900"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#900"
|
||||
},
|
||||
"hljs-class .hljs-title": {
|
||||
"color": "#458"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#458"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#336699"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#336699"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#997700"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#3344bb"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#099"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#099"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#099"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#099"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#099"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"backgroundColor": "#fff0ff",
|
||||
"color": "#880088"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#990073"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#007700"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#007700"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#007700"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#007700"
|
||||
}
|
||||
};
|
||||
112
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gml.js
generated
vendored
Normal file
112
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gml.js
generated
vendored
Normal file
@@ -0,0 +1,112 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#222222",
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#FFB871",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#FFB871"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#FF8080"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#58E55A"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#5B995B"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#FFFF00"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#FF8080"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-function": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-meta-keyword": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#C0C0C0"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
131
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gradient-dark.js
generated
vendored
Normal file
131
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/gradient-dark.js
generated
vendored
Normal file
@@ -0,0 +1,131 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "linear-gradient(166deg, rgba(80,31,122,1) 0%, rgba(40,32,179,1) 80%)",
|
||||
"color": "#e7e4eb"
|
||||
},
|
||||
"hljs-subtr": {
|
||||
"color": "#e7e4eb"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"color": "#af8dd9"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#af8dd9"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#af8dd9"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#af8dd9",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#AEFBFF",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#AEFBFF",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#AEFBFF",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#AEFBFF"
|
||||
},
|
||||
"hljs-attr": {
|
||||
"color": "#AEFBFF"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#AEFBFF"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#F19FFF",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#F19FFF",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#F19FFF"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#17fc95",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#17fc95",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-meta-keyword": {
|
||||
"color": "#17fc95"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#17fc95"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#17fc95"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#E7FF9F"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#C5FE00"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#C5FE00"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#38c0ff"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#E7FF9F"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#E447FF"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#E447FF"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#FFC800"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#FFC800"
|
||||
},
|
||||
"hljs-formula": {
|
||||
"color": "#FFC800"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#FFC800"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#FFC800"
|
||||
},
|
||||
"hljs-class": {
|
||||
"color": "#FFC800"
|
||||
},
|
||||
"hljs-function": {
|
||||
"color": "#FFC800"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#FF9E44"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#FF9E44"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#FF9E44"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
116
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/grayscale.js
generated
vendored
Normal file
116
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/grayscale.js
generated
vendored
Normal file
@@ -0,0 +1,116 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"color": "#333",
|
||||
"background": "#fff"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#777",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#777",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#333",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#333",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#333",
|
||||
"fontWeight": "normal"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#777"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#777"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#333",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"color": "#333",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat"
|
||||
},
|
||||
"hljs-formula": {
|
||||
"color": "#333",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAJ0lEQVQIW2O8e/fufwYGBgZBQUEQxcCIIfDu3Tuwivfv30NUoAsAALHpFMMLqZlPAAAAAElFTkSuQmCC) repeat"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-class .hljs-title": {
|
||||
"color": "#333",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#333",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#333",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#333"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#333",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAPUlEQVQYV2NkQAN37979r6yszIgujiIAU4RNMVwhuiQ6H6wQl3XI4oy4FMHcCJPHcDS6J2A2EqUQpJhohQDexSef15DBCwAAAABJRU5ErkJggg==) repeat"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#000",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#000",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#000",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAKElEQVQIW2NkQAO7d+/+z4gsBhJwdXVlhAvCBECKwIIwAbhKZBUwBQA6hBpm5efZsgAAAABJRU5ErkJggg==) repeat"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#000",
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#000",
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#999",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#fff",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAE0lEQVQIW2MMDQ39zzhz5kwIAQAyxweWgUHd1AAAAABJRU5ErkJggg==) repeat"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#000",
|
||||
"background": "url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAALUlEQVQYV2N89+7dfwYk8P79ewZBQUFkIQZGOiu6e/cuiptQHAPl0NtNxAQBAM97Oejj3Dg7AAAAAElFTkSuQmCC) repeat"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
128
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/isbl-editor-light.js
generated
vendored
Normal file
128
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/isbl-editor-light.js
generated
vendored
Normal file
@@ -0,0 +1,128 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "white",
|
||||
"color": "black"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "black"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#555555",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#000000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#000000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#000000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-meta-keyword": {
|
||||
"color": "#000000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"color": "#000000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#000000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#000080"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#fb2c00"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#fb2c00"
|
||||
},
|
||||
"hljs-title>.hljs-built_in": {
|
||||
"color": "#008080",
|
||||
"fontWeight": "normal"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#5e1700"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#5e1700"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#5e1700"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#5e1700"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#5e1700"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#5e1700"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#5e1700"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#000080",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#000080",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#397300"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#397300"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#397300"
|
||||
},
|
||||
"hljs-class": {
|
||||
"color": "#6f1C00",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#1f7199"
|
||||
},
|
||||
"hljs-meta-string": {
|
||||
"color": "#4d99bf"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
99
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/kimbie.light.js
generated
vendored
Normal file
99
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/kimbie.light.js
generated
vendored
Normal file
@@ -0,0 +1,99 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#a57a4c"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#a57a4c"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#dc3958"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#dc3958"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#dc3958"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#dc3958"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#dc3958"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#dc3958"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#dc3958"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#dc3958"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#f79a32"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#f79a32"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#f79a32"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#f79a32"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#f79a32"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#f79a32"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#f79a32"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#f79a32"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#f06431"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#f06431"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#f06431"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#889b4a"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#889b4a"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#889b4a"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#889b4a"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#98676a"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#98676a"
|
||||
},
|
||||
"hljs-function": {
|
||||
"color": "#98676a"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#fbebd4",
|
||||
"color": "#84613d",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
117
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/lightfair.js
generated
vendored
Normal file
117
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/lightfair.js
generated
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#fff",
|
||||
"color": "#444"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#01a3a3",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#778899"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#778899"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#444"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#888888"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-meta-keyword": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#4286f4"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#4286f4"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#4286f4"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#4286f4"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#4286f4"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#4286f4"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#4286f4"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#4286f4"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#4286f4",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#4286f4",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#62bcbc"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#25c6c6"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#25c6c6"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#25c6c6"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#25c6c6"
|
||||
},
|
||||
"hljs-meta-string": {
|
||||
"color": "#4d99bf"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
101
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/magula.js
generated
vendored
Normal file
101
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/magula.js
generated
vendored
Normal file
@@ -0,0 +1,101 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"backgroundColor": "#f4f4f4",
|
||||
"color": "black"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "black"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#050"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "navy",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#050"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#050"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#050"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#050"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#050"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#050"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#050"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#777"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#777"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#800"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#800"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#800"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#800"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#800"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#00e"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#00e"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"fontWeight": "bold",
|
||||
"color": "navy"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"fontWeight": "bold",
|
||||
"color": "navy"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"fontWeight": "bold",
|
||||
"color": "navy"
|
||||
},
|
||||
"hljs-section": {
|
||||
"fontWeight": "bold",
|
||||
"color": "navy"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"fontWeight": "bold",
|
||||
"color": "navy"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"fontWeight": "bold",
|
||||
"color": "navy"
|
||||
},
|
||||
"hljs-name": {
|
||||
"fontWeight": "bold",
|
||||
"color": "navy"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/mono-blue.js
generated
vendored
Normal file
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/mono-blue.js
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#eaeef3",
|
||||
"color": "#00193a"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-title": {
|
||||
"fontWeight": "bold",
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-section": {
|
||||
"fontWeight": "bold",
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-name": {
|
||||
"fontWeight": "bold",
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#738191"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#0048ab"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#4c81c9"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
};
|
||||
116
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/monokai-sublime.js
generated
vendored
Normal file
116
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/monokai-sublime.js
generated
vendored
Normal file
@@ -0,0 +1,116 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#23241f",
|
||||
"color": "#f8f8f2"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#f8f8f2"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#f8f8f2"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"color": "#a8a8a2",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"color": "#a8a8a2",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#ae81ff"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#ae81ff"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#ae81ff"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#ae81ff"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#ae81ff"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#ae81ff"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#a6e22e"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#a6e22e"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#a6e22e"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#a6e22e"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#f92672"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#f92672"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#f92672"
|
||||
},
|
||||
"hljs-attr": {
|
||||
"color": "#f92672"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#66d9ef"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#66d9ef"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#f8f8f2"
|
||||
},
|
||||
"hljs-class .hljs-title": {
|
||||
"color": "#f8f8f2"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#e6db74"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#75715e"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#75715e"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#75715e"
|
||||
}
|
||||
};
|
||||
117
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/obsidian.js
generated
vendored
Normal file
117
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/obsidian.js
generated
vendored
Normal file
@@ -0,0 +1,117 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#282b2e",
|
||||
"color": "#e0e2e4"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#93c763",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#93c763",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#93c763",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#93c763"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#ffcd22"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#668bb0"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "white"
|
||||
},
|
||||
"hljs-class .hljs-title": {
|
||||
"color": "white"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "white",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#d39745"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#d39745"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#557182"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#8cbbad",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#8cbbad",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#8cbbad"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#ec7600"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#ec7600"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#818e96"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#818e96"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#818e96"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#A082BD"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-title": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ocean.js
generated
vendored
Normal file
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/ocean.js
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#65737e"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#65737e"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#bf616a"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#bf616a"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#bf616a"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#bf616a"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#bf616a"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#bf616a"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#bf616a"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#bf616a"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#d08770"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#d08770"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#d08770"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#d08770"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#d08770"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#d08770"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#d08770"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#d08770"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#ebcb8b"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#a3be8c"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#a3be8c"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#a3be8c"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#a3be8c"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#8fa1b3"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#8fa1b3"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#b48ead"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#b48ead"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#2b303b",
|
||||
"color": "#c0c5ce",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/paraiso-dark.js
generated
vendored
Normal file
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/paraiso-dark.js
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#8d8687"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#8d8687"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#ef6155"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#f99b15"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#f99b15"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#f99b15"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#f99b15"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#f99b15"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#f99b15"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#f99b15"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#fec418"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#fec418"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#fec418"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#48b685"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#48b685"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#48b685"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#48b685"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#815ba4"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#815ba4"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#2f1e2e",
|
||||
"color": "#a39e9b",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
118
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/purebasic.js
generated
vendored
Normal file
118
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/purebasic.js
generated
vendored
Normal file
@@ -0,0 +1,118 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#FFFFDF",
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-function": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#000000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-attr": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#00AAAA"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#00AAAA"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#00AAAA"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#00AAAA"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#00AAAA"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#006666"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#006666"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#006666"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#006666"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#006666",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-class": {
|
||||
"color": "#006666",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-meta-keyword": {
|
||||
"color": "#006666",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#006666",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#006666",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#006666",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#0080FF"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#0080FF"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#924B72"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#924B72"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#924B72"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#924B72"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#924B72",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#924B72",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#924B72",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
};
|
||||
119
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/qtcreator_light.js
generated
vendored
Normal file
119
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/qtcreator_light.js
generated
vendored
Normal file
@@ -0,0 +1,119 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#ffffff",
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"color": "#000000"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"color": "#000000",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#000080"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#000080"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#000080"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#000080"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#000080"
|
||||
},
|
||||
"hljs-code\n.hljs-selector-class": {
|
||||
"color": "#800080"
|
||||
},
|
||||
"hljs-stronge": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-type": {
|
||||
"fontStyle": "italic",
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#808000"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#808000"
|
||||
},
|
||||
"hljs-function": {
|
||||
"color": "#808000"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#808000"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#808000"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#808000"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#800000"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#0055AF"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#0055AF"
|
||||
},
|
||||
"hljs-class .hljs-title": {
|
||||
"color": "#0055AF"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#008000"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#008000"
|
||||
}
|
||||
};
|
||||
119
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/routeros.js
generated
vendored
Normal file
119
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/routeros.js
generated
vendored
Normal file
@@ -0,0 +1,119 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#F0F0F0",
|
||||
"color": "#444"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#444"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#888888"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-meta-keyword": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-name": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#0E9A00"
|
||||
},
|
||||
"hljs-function": {
|
||||
"color": "#99069A"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#99069A"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#880000"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#880000"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#880000"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#880000"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#880000"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#880000"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#880000"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#880000"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#880000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#880000",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#BC6060"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#78A960"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#0C9A9A"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#0C9A9A"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#0C9A9A"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#0C9A9A"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#1f7199"
|
||||
},
|
||||
"hljs-meta-string": {
|
||||
"color": "#4d99bf"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
111
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/stackoverflow-light.js
generated
vendored
Normal file
111
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/stackoverflow-light.js
generated
vendored
Normal file
@@ -0,0 +1,111 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"color": "#2f3337",
|
||||
"background": "#f6f6f6"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#656e77"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-meta-keyword": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-selector-pseudo": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-attr": {
|
||||
"color": "#015692"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#803378"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-template-tag": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#b75501"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#54790d"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#54790d"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#54790d"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#54790d"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#54790d"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#54790d"
|
||||
},
|
||||
"hljs-selector-attr": {
|
||||
"color": "#54790d"
|
||||
},
|
||||
"hljs-meta-string": {
|
||||
"color": "#54790d"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#535a60"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#535a60"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#c02d2e"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#2f6f44"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night-blue.js
generated
vendored
Normal file
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow-night-blue.js
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#7285b7"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#7285b7"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#ff9da4"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#ff9da4"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#ff9da4"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#ff9da4"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#ff9da4"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#ff9da4"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#ff9da4"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#ff9da4"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#ffc58f"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#ffc58f"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#ffc58f"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#ffc58f"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#ffc58f"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#ffc58f"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#ffc58f"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#ffc58f"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#ffeead"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#d1f1a9"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#d1f1a9"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#d1f1a9"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#d1f1a9"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#bbdaff"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#bbdaff"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#ebbbff"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#ebbbff"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "#002451",
|
||||
"color": "white",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow.js
generated
vendored
Normal file
96
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/tomorrow.js
generated
vendored
Normal file
@@ -0,0 +1,96 @@
|
||||
export default {
|
||||
"hljs-comment": {
|
||||
"color": "#8e908c"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#8e908c"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#c82829"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#c82829"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#c82829"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#c82829"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#c82829"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#c82829"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#c82829"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"color": "#c82829"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#f5871f"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#f5871f"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#f5871f"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#f5871f"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#f5871f"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#f5871f"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#f5871f"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#f5871f"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#eab700"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#718c00"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#718c00"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#718c00"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"color": "#718c00"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#4271ae"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#4271ae"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#8959a8"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#8959a8"
|
||||
},
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"background": "white",
|
||||
"color": "#4d4d4c",
|
||||
"padding": "0.5em"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
}
|
||||
};
|
||||
121
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/xcode.js
generated
vendored
Normal file
121
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/hljs/xcode.js
generated
vendored
Normal file
@@ -0,0 +1,121 @@
|
||||
export default {
|
||||
"hljs": {
|
||||
"display": "block",
|
||||
"overflowX": "auto",
|
||||
"padding": "0.5em",
|
||||
"background": "#fff",
|
||||
"color": "black"
|
||||
},
|
||||
"xml .hljs-meta": {
|
||||
"color": "#c0c0c0"
|
||||
},
|
||||
"hljs-comment": {
|
||||
"color": "#007400"
|
||||
},
|
||||
"hljs-quote": {
|
||||
"color": "#007400"
|
||||
},
|
||||
"hljs-tag": {
|
||||
"color": "#aa0d91"
|
||||
},
|
||||
"hljs-attribute": {
|
||||
"color": "#aa0d91"
|
||||
},
|
||||
"hljs-keyword": {
|
||||
"color": "#aa0d91"
|
||||
},
|
||||
"hljs-selector-tag": {
|
||||
"color": "#aa0d91"
|
||||
},
|
||||
"hljs-literal": {
|
||||
"color": "#aa0d91"
|
||||
},
|
||||
"hljs-name": {
|
||||
"color": "#aa0d91"
|
||||
},
|
||||
"hljs-variable": {
|
||||
"color": "#3F6E74"
|
||||
},
|
||||
"hljs-template-variable": {
|
||||
"color": "#3F6E74"
|
||||
},
|
||||
"hljs-code": {
|
||||
"color": "#c41a16"
|
||||
},
|
||||
"hljs-string": {
|
||||
"color": "#c41a16"
|
||||
},
|
||||
"hljs-meta-string": {
|
||||
"color": "#c41a16"
|
||||
},
|
||||
"hljs-regexp": {
|
||||
"color": "#0E0EFF"
|
||||
},
|
||||
"hljs-link": {
|
||||
"color": "#0E0EFF"
|
||||
},
|
||||
"hljs-title": {
|
||||
"color": "#1c00cf"
|
||||
},
|
||||
"hljs-symbol": {
|
||||
"color": "#1c00cf"
|
||||
},
|
||||
"hljs-bullet": {
|
||||
"color": "#1c00cf"
|
||||
},
|
||||
"hljs-number": {
|
||||
"color": "#1c00cf"
|
||||
},
|
||||
"hljs-section": {
|
||||
"color": "#643820"
|
||||
},
|
||||
"hljs-meta": {
|
||||
"color": "#643820"
|
||||
},
|
||||
"hljs-class .hljs-title": {
|
||||
"color": "#5c2699"
|
||||
},
|
||||
"hljs-type": {
|
||||
"color": "#5c2699"
|
||||
},
|
||||
"hljs-built_in": {
|
||||
"color": "#5c2699"
|
||||
},
|
||||
"hljs-builtin-name": {
|
||||
"color": "#5c2699"
|
||||
},
|
||||
"hljs-params": {
|
||||
"color": "#5c2699"
|
||||
},
|
||||
"hljs-attr": {
|
||||
"color": "#836C28"
|
||||
},
|
||||
"hljs-subst": {
|
||||
"color": "#000"
|
||||
},
|
||||
"hljs-formula": {
|
||||
"backgroundColor": "#eee",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"hljs-addition": {
|
||||
"backgroundColor": "#baeeba"
|
||||
},
|
||||
"hljs-deletion": {
|
||||
"backgroundColor": "#ffc8bd"
|
||||
},
|
||||
"hljs-selector-id": {
|
||||
"color": "#9b703f"
|
||||
},
|
||||
"hljs-selector-class": {
|
||||
"color": "#9b703f"
|
||||
},
|
||||
"hljs-doctag": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-strong": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"hljs-emphasis": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
};
|
||||
218
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-dark.js
generated
vendored
Normal file
218
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-dark.js
generated
vendored
Normal file
@@ -0,0 +1,218 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "14px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "#2a2734",
|
||||
"color": "#9a86fd"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "14px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "#2a2734",
|
||||
"color": "#9a86fd",
|
||||
"padding": "1em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto"
|
||||
},
|
||||
"pre > code[class*=\"language-\"]": {
|
||||
"fontSize": "1em"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6a51e6"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6a51e6"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6a51e6"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6a51e6"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6a51e6"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6a51e6"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6a51e6"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6a51e6"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": ".1em",
|
||||
"borderRadius": ".3em"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#6c6783"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#6c6783"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#6c6783"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#6c6783"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#6c6783"
|
||||
},
|
||||
"namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#e09142"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#e09142"
|
||||
},
|
||||
"number": {
|
||||
"color": "#e09142"
|
||||
},
|
||||
"property": {
|
||||
"color": "#9a86fd"
|
||||
},
|
||||
"function": {
|
||||
"color": "#9a86fd"
|
||||
},
|
||||
"tag-id": {
|
||||
"color": "#eeebff"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#eeebff"
|
||||
},
|
||||
"atrule-id": {
|
||||
"color": "#eeebff"
|
||||
},
|
||||
"code.language-javascript": {
|
||||
"color": "#c4b9fe"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#c4b9fe"
|
||||
},
|
||||
"code.language-css": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"code.language-scss": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"string": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#ffcc99",
|
||||
"cursor": "help"
|
||||
},
|
||||
"url": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
".language-css .token.string": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
".language-scss .token.string": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
".style .token.string": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"control": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"directive": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"unit": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"statement": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"placeholder": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#ffcc99"
|
||||
},
|
||||
"deleted": {
|
||||
"textDecoration": "line-through"
|
||||
},
|
||||
"inserted": {
|
||||
"borderBottom": "1px dotted #eeebff",
|
||||
"textDecoration": "none"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"important": {
|
||||
"fontWeight": "bold",
|
||||
"color": "#c4b9fe"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"pre > code.highlight": {
|
||||
"Outline": ".4em solid #8a75f5",
|
||||
"OutlineOffset": ".4em"
|
||||
},
|
||||
".line-numbers.line-numbers .line-numbers-rows": {
|
||||
"borderRightColor": "#2c2937"
|
||||
},
|
||||
".line-numbers .line-numbers-rows > span:before": {
|
||||
"color": "#3c3949"
|
||||
},
|
||||
".line-highlight.line-highlight": {
|
||||
"background": "linear-gradient(to right, rgba(224, 145, 66, 0.2) 70%, rgba(224, 145, 66, 0))"
|
||||
}
|
||||
};
|
||||
218
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-earth.js
generated
vendored
Normal file
218
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-earth.js
generated
vendored
Normal file
@@ -0,0 +1,218 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "14px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "#322d29",
|
||||
"color": "#88786d"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "14px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "#322d29",
|
||||
"color": "#88786d",
|
||||
"padding": "1em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto"
|
||||
},
|
||||
"pre > code[class*=\"language-\"]": {
|
||||
"fontSize": "1em"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6f5849"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6f5849"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6f5849"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6f5849"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6f5849"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6f5849"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6f5849"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#6f5849"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": ".1em",
|
||||
"borderRadius": ".3em"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#6a5f58"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#6a5f58"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#6a5f58"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#6a5f58"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#6a5f58"
|
||||
},
|
||||
"namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#bfa05a"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#bfa05a"
|
||||
},
|
||||
"number": {
|
||||
"color": "#bfa05a"
|
||||
},
|
||||
"property": {
|
||||
"color": "#88786d"
|
||||
},
|
||||
"function": {
|
||||
"color": "#88786d"
|
||||
},
|
||||
"tag-id": {
|
||||
"color": "#fff3eb"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#fff3eb"
|
||||
},
|
||||
"atrule-id": {
|
||||
"color": "#fff3eb"
|
||||
},
|
||||
"code.language-javascript": {
|
||||
"color": "#a48774"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#a48774"
|
||||
},
|
||||
"code.language-css": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"code.language-scss": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"string": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#fcc440",
|
||||
"cursor": "help"
|
||||
},
|
||||
"url": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
".language-css .token.string": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
".language-scss .token.string": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
".style .token.string": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"control": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"directive": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"unit": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"statement": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"placeholder": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#fcc440"
|
||||
},
|
||||
"deleted": {
|
||||
"textDecoration": "line-through"
|
||||
},
|
||||
"inserted": {
|
||||
"borderBottom": "1px dotted #fff3eb",
|
||||
"textDecoration": "none"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"important": {
|
||||
"fontWeight": "bold",
|
||||
"color": "#a48774"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"pre > code.highlight": {
|
||||
"Outline": ".4em solid #816d5f",
|
||||
"OutlineOffset": ".4em"
|
||||
},
|
||||
".line-numbers.line-numbers .line-numbers-rows": {
|
||||
"borderRightColor": "#35302b"
|
||||
},
|
||||
".line-numbers .line-numbers-rows > span:before": {
|
||||
"color": "#46403d"
|
||||
},
|
||||
".line-highlight.line-highlight": {
|
||||
"background": "linear-gradient(to right, rgba(191, 160, 90, 0.2) 70%, rgba(191, 160, 90, 0))"
|
||||
}
|
||||
};
|
||||
218
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-forest.js
generated
vendored
Normal file
218
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-forest.js
generated
vendored
Normal file
@@ -0,0 +1,218 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "14px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "#2a2d2a",
|
||||
"color": "#687d68"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "14px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "#2a2d2a",
|
||||
"color": "#687d68",
|
||||
"padding": "1em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto"
|
||||
},
|
||||
"pre > code[class*=\"language-\"]": {
|
||||
"fontSize": "1em"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#435643"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#435643"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#435643"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#435643"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#435643"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#435643"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#435643"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#435643"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": ".1em",
|
||||
"borderRadius": ".3em"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#535f53"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#535f53"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#535f53"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#535f53"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#535f53"
|
||||
},
|
||||
"namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#a2b34d"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#a2b34d"
|
||||
},
|
||||
"number": {
|
||||
"color": "#a2b34d"
|
||||
},
|
||||
"property": {
|
||||
"color": "#687d68"
|
||||
},
|
||||
"function": {
|
||||
"color": "#687d68"
|
||||
},
|
||||
"tag-id": {
|
||||
"color": "#f0fff0"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#f0fff0"
|
||||
},
|
||||
"atrule-id": {
|
||||
"color": "#f0fff0"
|
||||
},
|
||||
"code.language-javascript": {
|
||||
"color": "#b3d6b3"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#b3d6b3"
|
||||
},
|
||||
"code.language-css": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"code.language-scss": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"string": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#e5fb79",
|
||||
"cursor": "help"
|
||||
},
|
||||
"url": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
".language-css .token.string": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
".language-scss .token.string": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
".style .token.string": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"control": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"directive": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"unit": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"statement": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"placeholder": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#e5fb79"
|
||||
},
|
||||
"deleted": {
|
||||
"textDecoration": "line-through"
|
||||
},
|
||||
"inserted": {
|
||||
"borderBottom": "1px dotted #f0fff0",
|
||||
"textDecoration": "none"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"important": {
|
||||
"fontWeight": "bold",
|
||||
"color": "#b3d6b3"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"pre > code.highlight": {
|
||||
"Outline": ".4em solid #5c705c",
|
||||
"OutlineOffset": ".4em"
|
||||
},
|
||||
".line-numbers.line-numbers .line-numbers-rows": {
|
||||
"borderRightColor": "#2c302c"
|
||||
},
|
||||
".line-numbers .line-numbers-rows > span:before": {
|
||||
"color": "#3b423b"
|
||||
},
|
||||
".line-highlight.line-highlight": {
|
||||
"background": "linear-gradient(to right, rgba(162, 179, 77, 0.2) 70%, rgba(162, 179, 77, 0))"
|
||||
}
|
||||
};
|
||||
218
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-space.js
generated
vendored
Normal file
218
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/duotone-space.js
generated
vendored
Normal file
@@ -0,0 +1,218 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "14px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "#24242e",
|
||||
"color": "#767693"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Menlo, Monaco, \"Andale Mono WT\", \"Andale Mono\", \"Lucida Console\", \"Lucida Sans Typewriter\", \"DejaVu Sans Mono\", \"Bitstream Vera Sans Mono\", \"Liberation Mono\", \"Nimbus Mono L\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "14px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "#24242e",
|
||||
"color": "#767693",
|
||||
"padding": "1em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto"
|
||||
},
|
||||
"pre > code[class*=\"language-\"]": {
|
||||
"fontSize": "1em"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#5151e6"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#5151e6"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#5151e6"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#5151e6"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#5151e6"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#5151e6"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#5151e6"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#5151e6"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": ".1em",
|
||||
"borderRadius": ".3em"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#5b5b76"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#5b5b76"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#5b5b76"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#5b5b76"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#5b5b76"
|
||||
},
|
||||
"namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#dd672c"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#dd672c"
|
||||
},
|
||||
"number": {
|
||||
"color": "#dd672c"
|
||||
},
|
||||
"property": {
|
||||
"color": "#767693"
|
||||
},
|
||||
"function": {
|
||||
"color": "#767693"
|
||||
},
|
||||
"tag-id": {
|
||||
"color": "#ebebff"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#ebebff"
|
||||
},
|
||||
"atrule-id": {
|
||||
"color": "#ebebff"
|
||||
},
|
||||
"code.language-javascript": {
|
||||
"color": "#aaaaca"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#aaaaca"
|
||||
},
|
||||
"code.language-css": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"code.language-scss": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"string": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#fe8c52",
|
||||
"cursor": "help"
|
||||
},
|
||||
"url": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
".language-css .token.string": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
".language-scss .token.string": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
".style .token.string": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"control": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"directive": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"unit": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"statement": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"placeholder": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#fe8c52"
|
||||
},
|
||||
"deleted": {
|
||||
"textDecoration": "line-through"
|
||||
},
|
||||
"inserted": {
|
||||
"borderBottom": "1px dotted #ebebff",
|
||||
"textDecoration": "none"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"important": {
|
||||
"fontWeight": "bold",
|
||||
"color": "#aaaaca"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"pre > code.highlight": {
|
||||
"Outline": ".4em solid #7676f4",
|
||||
"OutlineOffset": ".4em"
|
||||
},
|
||||
".line-numbers.line-numbers .line-numbers-rows": {
|
||||
"borderRightColor": "#262631"
|
||||
},
|
||||
".line-numbers .line-numbers-rows > span:before": {
|
||||
"color": "#393949"
|
||||
},
|
||||
".line-highlight.line-highlight": {
|
||||
"background": "linear-gradient(to right, rgba(221, 103, 44, 0.2) 70%, rgba(221, 103, 44, 0))"
|
||||
}
|
||||
};
|
||||
161
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/funky.js
generated
vendored
Normal file
161
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/funky.js
generated
vendored
Normal file
@@ -0,0 +1,161 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
||||
"fontSize": "1em",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"wordWrap": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"background": "black",
|
||||
"color": "white",
|
||||
"boxShadow": "-.3em 0 0 .3em black, .3em 0 0 .3em black"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"fontFamily": "Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace",
|
||||
"fontSize": "1em",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"wordWrap": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"padding": ".4em .8em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto",
|
||||
"background": "url('data:image/svg+xml;charset=utf-8,<svg%20version%3D\"1.1\"%20xmlns%3D\"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\"%20width%3D\"100\"%20height%3D\"100\"%20fill%3D\"rgba(0%2C0%2C0%2C.2)\">%0D%0A<polygon%20points%3D\"0%2C50%2050%2C0%200%2C0\"%20%2F>%0D%0A<polygon%20points%3D\"0%2C100%2050%2C100%20100%2C50%20100%2C0\"%20%2F>%0D%0A<%2Fsvg>')",
|
||||
"backgroundSize": "1em 1em"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": ".2em",
|
||||
"borderRadius": ".3em",
|
||||
"boxShadow": "none",
|
||||
"whiteSpace": "normal"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#aaa"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#aaa"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#aaa"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#aaa"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#999"
|
||||
},
|
||||
"namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"property": {
|
||||
"color": "#0cf"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#0cf"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#0cf"
|
||||
},
|
||||
"number": {
|
||||
"color": "#0cf"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#0cf"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "#0cf"
|
||||
},
|
||||
"selector": {
|
||||
"color": "yellow"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "yellow"
|
||||
},
|
||||
"string": {
|
||||
"color": "yellow"
|
||||
},
|
||||
"char": {
|
||||
"color": "yellow"
|
||||
},
|
||||
"builtin": {
|
||||
"color": "yellow"
|
||||
},
|
||||
"operator": {
|
||||
"color": "yellowgreen"
|
||||
},
|
||||
"entity": {
|
||||
"color": "yellowgreen",
|
||||
"cursor": "help"
|
||||
},
|
||||
"url": {
|
||||
"color": "yellowgreen"
|
||||
},
|
||||
".language-css .token.string": {
|
||||
"color": "yellowgreen"
|
||||
},
|
||||
"variable": {
|
||||
"color": "yellowgreen"
|
||||
},
|
||||
"inserted": {
|
||||
"color": "yellowgreen"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "deeppink"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "deeppink"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "deeppink"
|
||||
},
|
||||
"regex": {
|
||||
"color": "orange"
|
||||
},
|
||||
"important": {
|
||||
"color": "orange",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"deleted": {
|
||||
"color": "red"
|
||||
},
|
||||
"pre.diff-highlight.diff-highlight > code .token.deleted:not(.prefix)": {
|
||||
"backgroundColor": "rgba(255, 0, 0, .3)",
|
||||
"display": "inline"
|
||||
},
|
||||
"pre > code.diff-highlight.diff-highlight .token.deleted:not(.prefix)": {
|
||||
"backgroundColor": "rgba(255, 0, 0, .3)",
|
||||
"display": "inline"
|
||||
},
|
||||
"pre.diff-highlight.diff-highlight > code .token.inserted:not(.prefix)": {
|
||||
"backgroundColor": "rgba(0, 255, 128, .3)",
|
||||
"display": "inline"
|
||||
},
|
||||
"pre > code.diff-highlight.diff-highlight .token.inserted:not(.prefix)": {
|
||||
"backgroundColor": "rgba(0, 255, 128, .3)",
|
||||
"display": "inline"
|
||||
}
|
||||
};
|
||||
178
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/ghcolors.js
generated
vendored
Normal file
178
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/ghcolors.js
generated
vendored
Normal file
@@ -0,0 +1,178 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"color": "#393A34",
|
||||
"fontFamily": "\"Consolas\", \"Bitstream Vera Sans Mono\", \"Courier New\", Courier, monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"fontSize": ".9em",
|
||||
"lineHeight": "1.2em",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"color": "#393A34",
|
||||
"fontFamily": "\"Consolas\", \"Bitstream Vera Sans Mono\", \"Courier New\", Courier, monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"fontSize": ".9em",
|
||||
"lineHeight": "1.2em",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"padding": "1em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto",
|
||||
"border": "1px solid #dddddd",
|
||||
"backgroundColor": "white"
|
||||
},
|
||||
"pre > code[class*=\"language-\"]": {
|
||||
"fontSize": "1em"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"background": "#b3d4fc"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"background": "#b3d4fc"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"background": "#b3d4fc"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"background": "#b3d4fc"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"background": "#b3d4fc"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"background": "#b3d4fc"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"background": "#b3d4fc"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"background": "#b3d4fc"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": ".2em",
|
||||
"paddingTop": "1px",
|
||||
"paddingBottom": "1px",
|
||||
"background": "#f8f8f8",
|
||||
"border": "1px solid #dddddd"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#999988",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#999988",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#999988",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#999988",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"string": {
|
||||
"color": "#e3116c"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#e3116c"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#393A34"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#393A34"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"url": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"number": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"property": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"inserted": {
|
||||
"color": "#36acaa"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#00a4db"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#00a4db"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#00a4db"
|
||||
},
|
||||
".language-autohotkey .token.selector": {
|
||||
"color": "#00a4db"
|
||||
},
|
||||
"function": {
|
||||
"color": "#9a050f",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"deleted": {
|
||||
"color": "#9a050f"
|
||||
},
|
||||
".language-autohotkey .token.tag": {
|
||||
"color": "#9a050f"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#00009f"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#00009f"
|
||||
},
|
||||
".language-autohotkey .token.keyword": {
|
||||
"color": "#00009f"
|
||||
},
|
||||
"important": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
};
|
||||
177
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/gruvbox-dark.js
generated
vendored
Normal file
177
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/gruvbox-dark.js
generated
vendored
Normal file
@@ -0,0 +1,177 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"color": "#ebdbb2",
|
||||
"fontFamily": "Consolas, Monaco, \"Andale Mono\", monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"color": "#ebdbb2",
|
||||
"fontFamily": "Consolas, Monaco, \"Andale Mono\", monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"padding": "1em",
|
||||
"margin": "0.5em 0",
|
||||
"overflow": "auto",
|
||||
"background": "#1d2021"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"color": "#fbf1c7",
|
||||
"background": "#7c6f64"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"color": "#fbf1c7",
|
||||
"background": "#7c6f64"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"color": "#fbf1c7",
|
||||
"background": "#7c6f64"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"color": "#fbf1c7",
|
||||
"background": "#7c6f64"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"color": "#fbf1c7",
|
||||
"background": "#7c6f64"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"color": "#fbf1c7",
|
||||
"background": "#7c6f64"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"color": "#fbf1c7",
|
||||
"background": "#7c6f64"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"color": "#fbf1c7",
|
||||
"background": "#7c6f64"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"background": "#1d2021",
|
||||
"padding": "0.1em",
|
||||
"borderRadius": "0.3em"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#a89984"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#a89984"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#a89984"
|
||||
},
|
||||
"delimiter": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"important": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#a89984"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#a89984"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#a89984"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#fabd2f"
|
||||
},
|
||||
"tag.punctuation": {
|
||||
"color": "#fabd2f"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#fabd2f"
|
||||
},
|
||||
"builtin": {
|
||||
"color": "#fabd2f"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#d3869b"
|
||||
},
|
||||
"number": {
|
||||
"color": "#d3869b"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "#d3869b"
|
||||
},
|
||||
"property": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#fb4934"
|
||||
},
|
||||
"string": {
|
||||
"color": "#b8bb26"
|
||||
},
|
||||
"char": {
|
||||
"color": "#b8bb26"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#a89984"
|
||||
},
|
||||
"attr-value.punctuation": {
|
||||
"color": "#a89984"
|
||||
},
|
||||
"url": {
|
||||
"color": "#b8bb26",
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
"function": {
|
||||
"color": "#fabd2f"
|
||||
},
|
||||
"regex": {
|
||||
"background": "#b8bb26"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"inserted": {
|
||||
"background": "#a89984"
|
||||
},
|
||||
"deleted": {
|
||||
"background": "#fb4934"
|
||||
}
|
||||
};
|
||||
148
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/hopscotch.js
generated
vendored
Normal file
148
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/hopscotch.js
generated
vendored
Normal file
@@ -0,0 +1,148 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"fontFamily": "\"Fira Mono\", Menlo, Monaco, \"Lucida Console\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "16px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"wordSpacing": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"whiteSpace": "pre-wrap",
|
||||
"wordBreak": "break-all",
|
||||
"wordWrap": "break-word",
|
||||
"background": "#322931",
|
||||
"color": "#b9b5b8"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"fontFamily": "\"Fira Mono\", Menlo, Monaco, \"Lucida Console\", \"Courier New\", Courier, monospace",
|
||||
"fontSize": "16px",
|
||||
"lineHeight": "1.375",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"wordSpacing": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"whiteSpace": "pre-wrap",
|
||||
"wordBreak": "break-all",
|
||||
"wordWrap": "break-word",
|
||||
"background": "#322931",
|
||||
"color": "#b9b5b8",
|
||||
"padding": "1em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto"
|
||||
},
|
||||
"pre > code[class*=\"language-\"]": {
|
||||
"fontSize": "1em"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": ".1em",
|
||||
"borderRadius": ".3em"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#797379"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#797379"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#797379"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#797379"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#b9b5b8"
|
||||
},
|
||||
".namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"null": {
|
||||
"color": "#fd8b19"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#fd8b19"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#fd8b19"
|
||||
},
|
||||
"number": {
|
||||
"color": "#fd8b19"
|
||||
},
|
||||
"property": {
|
||||
"color": "#fdcc59"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#1290bf"
|
||||
},
|
||||
"string": {
|
||||
"color": "#149b93"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#c85e7c"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#fd8b19"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#149b93",
|
||||
"cursor": "help"
|
||||
},
|
||||
"url": {
|
||||
"color": "#149b93"
|
||||
},
|
||||
".language-css .token.string": {
|
||||
"color": "#149b93"
|
||||
},
|
||||
".style .token.string": {
|
||||
"color": "#149b93"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#8fc13e"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#8fc13e"
|
||||
},
|
||||
"control": {
|
||||
"color": "#8fc13e"
|
||||
},
|
||||
"directive": {
|
||||
"color": "#8fc13e"
|
||||
},
|
||||
"unit": {
|
||||
"color": "#8fc13e"
|
||||
},
|
||||
"statement": {
|
||||
"color": "#149b93"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#149b93"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#149b93"
|
||||
},
|
||||
"placeholder": {
|
||||
"color": "#1290bf"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#1290bf"
|
||||
},
|
||||
"important": {
|
||||
"color": "#dd464c",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"pre > code.highlight": {
|
||||
"Outline": ".4em solid red",
|
||||
"OutlineOffset": ".4em"
|
||||
}
|
||||
};
|
||||
195
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-dark.js
generated
vendored
Normal file
195
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-dark.js
generated
vendored
Normal file
@@ -0,0 +1,195 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"wordWrap": "normal",
|
||||
"color": "#eee",
|
||||
"background": "#2f2f2f",
|
||||
"fontFamily": "Roboto Mono, monospace",
|
||||
"fontSize": "1em",
|
||||
"lineHeight": "1.5em",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"wordWrap": "normal",
|
||||
"color": "#eee",
|
||||
"background": "#2f2f2f",
|
||||
"fontFamily": "Roboto Mono, monospace",
|
||||
"fontSize": "1em",
|
||||
"lineHeight": "1.5em",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"overflow": "auto",
|
||||
"position": "relative",
|
||||
"margin": "0.5em 0",
|
||||
"padding": "1.25em 1em"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"whiteSpace": "normal",
|
||||
"borderRadius": "0.2em",
|
||||
"padding": "0.1em"
|
||||
},
|
||||
".language-css > code": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
".language-sass > code": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
".language-scss > code": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
"[class*=\"language-\"] .namespace": {
|
||||
"Opacity": "0.7"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#ffcb6b"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#a5e844"
|
||||
},
|
||||
"attribute": {
|
||||
"color": "#a5e844"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"builtin": {
|
||||
"color": "#ffcb6b"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#80cbc4"
|
||||
},
|
||||
"char": {
|
||||
"color": "#80cbc4"
|
||||
},
|
||||
"class": {
|
||||
"color": "#ffcb6b"
|
||||
},
|
||||
"class-name": {
|
||||
"color": "#f2ff00"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#616161"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"deleted": {
|
||||
"color": "#ff6666"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#616161"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#ff6666"
|
||||
},
|
||||
"function": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"hexcode": {
|
||||
"color": "#f2ff00"
|
||||
},
|
||||
"id": {
|
||||
"color": "#c792ea",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"important": {
|
||||
"color": "#c792ea",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"inserted": {
|
||||
"color": "#80cbc4"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"number": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#89ddff"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#616161"
|
||||
},
|
||||
"property": {
|
||||
"color": "#80cbc4"
|
||||
},
|
||||
"pseudo-class": {
|
||||
"color": "#a5e844"
|
||||
},
|
||||
"pseudo-element": {
|
||||
"color": "#a5e844"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#89ddff"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#f2ff00"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#ff6666"
|
||||
},
|
||||
"string": {
|
||||
"color": "#a5e844"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#ff6666"
|
||||
},
|
||||
"unit": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
"url": {
|
||||
"color": "#ff6666"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#ff6666"
|
||||
}
|
||||
};
|
||||
199
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-oceanic.js
generated
vendored
Normal file
199
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/material-oceanic.js
generated
vendored
Normal file
@@ -0,0 +1,199 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"wordWrap": "normal",
|
||||
"color": "#c3cee3",
|
||||
"background": "#263238",
|
||||
"fontFamily": "Roboto Mono, monospace",
|
||||
"fontSize": "1em",
|
||||
"lineHeight": "1.5em",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"wordWrap": "normal",
|
||||
"color": "#c3cee3",
|
||||
"background": "#263238",
|
||||
"fontFamily": "Roboto Mono, monospace",
|
||||
"fontSize": "1em",
|
||||
"lineHeight": "1.5em",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"overflow": "auto",
|
||||
"position": "relative",
|
||||
"margin": "0.5em 0",
|
||||
"padding": "1.25em 1em"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"background": "#363636"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"whiteSpace": "normal",
|
||||
"borderRadius": "0.2em",
|
||||
"padding": "0.1em"
|
||||
},
|
||||
".language-css > code": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
".language-sass > code": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
".language-scss > code": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
"[class*=\"language-\"] .namespace": {
|
||||
"Opacity": "0.7"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#ffcb6b"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#c3e88d"
|
||||
},
|
||||
"attribute": {
|
||||
"color": "#c3e88d"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"builtin": {
|
||||
"color": "#ffcb6b"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#80cbc4"
|
||||
},
|
||||
"char": {
|
||||
"color": "#80cbc4"
|
||||
},
|
||||
"class": {
|
||||
"color": "#ffcb6b"
|
||||
},
|
||||
"class-name": {
|
||||
"color": "#f2ff00"
|
||||
},
|
||||
"color": {
|
||||
"color": "#f2ff00"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#546e7a"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"deleted": {
|
||||
"color": "#f07178"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#546e7a"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#f07178"
|
||||
},
|
||||
"function": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"hexcode": {
|
||||
"color": "#f2ff00"
|
||||
},
|
||||
"id": {
|
||||
"color": "#c792ea",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"important": {
|
||||
"color": "#c792ea",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"inserted": {
|
||||
"color": "#80cbc4"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#c792ea",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"number": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#89ddff"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#546e7a"
|
||||
},
|
||||
"property": {
|
||||
"color": "#80cbc4"
|
||||
},
|
||||
"pseudo-class": {
|
||||
"color": "#c3e88d"
|
||||
},
|
||||
"pseudo-element": {
|
||||
"color": "#c3e88d"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#89ddff"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#f2ff00"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#f07178"
|
||||
},
|
||||
"string": {
|
||||
"color": "#c3e88d"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "#c792ea"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#f07178"
|
||||
},
|
||||
"unit": {
|
||||
"color": "#f07178"
|
||||
},
|
||||
"url": {
|
||||
"color": "#fd9170"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#f07178"
|
||||
}
|
||||
};
|
||||
501
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/one-dark.js
generated
vendored
Normal file
501
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/one-dark.js
generated
vendored
Normal file
@@ -0,0 +1,501 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"background": "hsl(220, 13%, 18%)",
|
||||
"color": "hsl(220, 14%, 71%)",
|
||||
"textShadow": "0 1px rgba(0, 0, 0, 0.3)",
|
||||
"fontFamily": "\"Fira Code\", \"Fira Mono\", Menlo, Consolas, \"DejaVu Sans Mono\", monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "2",
|
||||
"OTabSize": "2",
|
||||
"tabSize": "2",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"background": "hsl(220, 13%, 18%)",
|
||||
"color": "hsl(220, 14%, 71%)",
|
||||
"textShadow": "0 1px rgba(0, 0, 0, 0.3)",
|
||||
"fontFamily": "\"Fira Code\", \"Fira Mono\", Menlo, Consolas, \"DejaVu Sans Mono\", monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "2",
|
||||
"OTabSize": "2",
|
||||
"tabSize": "2",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"padding": "1em",
|
||||
"margin": "0.5em 0",
|
||||
"overflow": "auto",
|
||||
"borderRadius": "0.3em"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "inherit",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"code[class*=\"language-\"] *::-moz-selection": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "inherit",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"] *::-moz-selection": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "inherit",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "inherit",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"code[class*=\"language-\"] *::selection": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "inherit",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"] *::selection": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "inherit",
|
||||
"textShadow": "none"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": "0.2em 0.3em",
|
||||
"borderRadius": "0.3em",
|
||||
"whiteSpace": "normal"
|
||||
},
|
||||
"comment": {
|
||||
"color": "hsl(220, 10%, 40%)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "hsl(220, 10%, 40%)"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "hsl(220, 10%, 40%)"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
"entity": {
|
||||
"color": "hsl(220, 14%, 71%)",
|
||||
"cursor": "help"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "hsl(29, 54%, 61%)"
|
||||
},
|
||||
"class-name": {
|
||||
"color": "hsl(29, 54%, 61%)"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "hsl(29, 54%, 61%)"
|
||||
},
|
||||
"constant": {
|
||||
"color": "hsl(29, 54%, 61%)"
|
||||
},
|
||||
"number": {
|
||||
"color": "hsl(29, 54%, 61%)"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "hsl(29, 54%, 61%)"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "hsl(286, 60%, 67%)"
|
||||
},
|
||||
"property": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
"tag": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
"deleted": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
"important": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
"selector": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
"string": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
"char": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
"builtin": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
"inserted": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
"regex": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
"attr-value > .token.punctuation": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
"variable": {
|
||||
"color": "hsl(207, 82%, 66%)"
|
||||
},
|
||||
"operator": {
|
||||
"color": "hsl(207, 82%, 66%)"
|
||||
},
|
||||
"function": {
|
||||
"color": "hsl(207, 82%, 66%)"
|
||||
},
|
||||
"url": {
|
||||
"color": "hsl(187, 47%, 55%)"
|
||||
},
|
||||
"attr-value > .token.punctuation.attr-equals": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
"special-attr > .token.attr-value > .token.value.css": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
".language-css .token.selector": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
".language-css .token.property": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
".language-css .token.function": {
|
||||
"color": "hsl(187, 47%, 55%)"
|
||||
},
|
||||
".language-css .token.url > .token.function": {
|
||||
"color": "hsl(187, 47%, 55%)"
|
||||
},
|
||||
".language-css .token.url > .token.string.url": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
".language-css .token.important": {
|
||||
"color": "hsl(286, 60%, 67%)"
|
||||
},
|
||||
".language-css .token.atrule .token.rule": {
|
||||
"color": "hsl(286, 60%, 67%)"
|
||||
},
|
||||
".language-javascript .token.operator": {
|
||||
"color": "hsl(286, 60%, 67%)"
|
||||
},
|
||||
".language-javascript .token.template-string > .token.interpolation > .token.interpolation-punctuation.punctuation": {
|
||||
"color": "hsl(5, 48%, 51%)"
|
||||
},
|
||||
".language-json .token.operator": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
".language-json .token.null.keyword": {
|
||||
"color": "hsl(29, 54%, 61%)"
|
||||
},
|
||||
".language-markdown .token.url": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
".language-markdown .token.url > .token.operator": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
".language-markdown .token.url-reference.url > .token.string": {
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
".language-markdown .token.url > .token.content": {
|
||||
"color": "hsl(207, 82%, 66%)"
|
||||
},
|
||||
".language-markdown .token.url > .token.url": {
|
||||
"color": "hsl(187, 47%, 55%)"
|
||||
},
|
||||
".language-markdown .token.url-reference.url": {
|
||||
"color": "hsl(187, 47%, 55%)"
|
||||
},
|
||||
".language-markdown .token.blockquote.punctuation": {
|
||||
"color": "hsl(220, 10%, 40%)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
".language-markdown .token.hr.punctuation": {
|
||||
"color": "hsl(220, 10%, 40%)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
".language-markdown .token.code-snippet": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
".language-markdown .token.bold .token.content": {
|
||||
"color": "hsl(29, 54%, 61%)"
|
||||
},
|
||||
".language-markdown .token.italic .token.content": {
|
||||
"color": "hsl(286, 60%, 67%)"
|
||||
},
|
||||
".language-markdown .token.strike .token.content": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
".language-markdown .token.strike .token.punctuation": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
".language-markdown .token.list.punctuation": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
".language-markdown .token.title.important > .token.punctuation": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"namespace": {
|
||||
"Opacity": "0.8"
|
||||
},
|
||||
"token.tab:not(:empty):before": {
|
||||
"color": "hsla(220, 14%, 71%, 0.15)",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"token.cr:before": {
|
||||
"color": "hsla(220, 14%, 71%, 0.15)",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"token.lf:before": {
|
||||
"color": "hsla(220, 14%, 71%, 0.15)",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"token.space:before": {
|
||||
"color": "hsla(220, 14%, 71%, 0.15)",
|
||||
"textShadow": "none"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item": {
|
||||
"marginRight": "0.4em"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button": {
|
||||
"background": "hsl(220, 13%, 26%)",
|
||||
"color": "hsl(220, 9%, 55%)",
|
||||
"padding": "0.1em 0.4em",
|
||||
"borderRadius": "0.3em"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a": {
|
||||
"background": "hsl(220, 13%, 26%)",
|
||||
"color": "hsl(220, 9%, 55%)",
|
||||
"padding": "0.1em 0.4em",
|
||||
"borderRadius": "0.3em"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span": {
|
||||
"background": "hsl(220, 13%, 26%)",
|
||||
"color": "hsl(220, 9%, 55%)",
|
||||
"padding": "0.1em 0.4em",
|
||||
"borderRadius": "0.3em"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:hover": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > button:focus": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:hover": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > a:focus": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:hover": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
"div.code-toolbar > .toolbar.toolbar > .toolbar-item > span:focus": {
|
||||
"background": "hsl(220, 13%, 28%)",
|
||||
"color": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
".line-highlight.line-highlight": {
|
||||
"background": "hsla(220, 100%, 80%, 0.04)"
|
||||
},
|
||||
".line-highlight.line-highlight:before": {
|
||||
"background": "hsl(220, 13%, 26%)",
|
||||
"color": "hsl(220, 14%, 71%)",
|
||||
"padding": "0.1em 0.6em",
|
||||
"borderRadius": "0.3em",
|
||||
"boxShadow": "0 2px 0 0 rgba(0, 0, 0, 0.2)"
|
||||
},
|
||||
".line-highlight.line-highlight[data-end]:after": {
|
||||
"background": "hsl(220, 13%, 26%)",
|
||||
"color": "hsl(220, 14%, 71%)",
|
||||
"padding": "0.1em 0.6em",
|
||||
"borderRadius": "0.3em",
|
||||
"boxShadow": "0 2px 0 0 rgba(0, 0, 0, 0.2)"
|
||||
},
|
||||
"pre[id].linkable-line-numbers.linkable-line-numbers span.line-numbers-rows > span:hover:before": {
|
||||
"backgroundColor": "hsla(220, 100%, 80%, 0.04)"
|
||||
},
|
||||
".line-numbers.line-numbers .line-numbers-rows": {
|
||||
"borderRightColor": "hsla(220, 14%, 71%, 0.15)"
|
||||
},
|
||||
".command-line .command-line-prompt": {
|
||||
"borderRightColor": "hsla(220, 14%, 71%, 0.15)"
|
||||
},
|
||||
".line-numbers .line-numbers-rows > span:before": {
|
||||
"color": "hsl(220, 14%, 45%)"
|
||||
},
|
||||
".command-line .command-line-prompt > span:before": {
|
||||
"color": "hsl(220, 14%, 45%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-1": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-5": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-9": {
|
||||
"color": "hsl(355, 65%, 65%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-2": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-6": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-10": {
|
||||
"color": "hsl(95, 38%, 62%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-3": {
|
||||
"color": "hsl(207, 82%, 66%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-7": {
|
||||
"color": "hsl(207, 82%, 66%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-11": {
|
||||
"color": "hsl(207, 82%, 66%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-4": {
|
||||
"color": "hsl(286, 60%, 67%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-8": {
|
||||
"color": "hsl(286, 60%, 67%)"
|
||||
},
|
||||
".rainbow-braces .token.token.punctuation.brace-level-12": {
|
||||
"color": "hsl(286, 60%, 67%)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.deleted:not(.prefix)": {
|
||||
"backgroundColor": "hsla(353, 100%, 66%, 0.15)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.deleted:not(.prefix)": {
|
||||
"backgroundColor": "hsla(353, 100%, 66%, 0.15)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.deleted:not(.prefix)::-moz-selection": {
|
||||
"backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.deleted:not(.prefix) *::-moz-selection": {
|
||||
"backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.deleted:not(.prefix)::-moz-selection": {
|
||||
"backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.deleted:not(.prefix) *::-moz-selection": {
|
||||
"backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.deleted:not(.prefix)::selection": {
|
||||
"backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.deleted:not(.prefix) *::selection": {
|
||||
"backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.deleted:not(.prefix)::selection": {
|
||||
"backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.deleted:not(.prefix) *::selection": {
|
||||
"backgroundColor": "hsla(353, 95%, 66%, 0.25)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.inserted:not(.prefix)": {
|
||||
"backgroundColor": "hsla(137, 100%, 55%, 0.15)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.inserted:not(.prefix)": {
|
||||
"backgroundColor": "hsla(137, 100%, 55%, 0.15)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.inserted:not(.prefix)::-moz-selection": {
|
||||
"backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.inserted:not(.prefix) *::-moz-selection": {
|
||||
"backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.inserted:not(.prefix)::-moz-selection": {
|
||||
"backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.inserted:not(.prefix) *::-moz-selection": {
|
||||
"backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.inserted:not(.prefix)::selection": {
|
||||
"backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
||||
},
|
||||
"pre.diff-highlight > code .token.token.inserted:not(.prefix) *::selection": {
|
||||
"backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.inserted:not(.prefix)::selection": {
|
||||
"backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
||||
},
|
||||
"pre > code.diff-highlight .token.token.inserted:not(.prefix) *::selection": {
|
||||
"backgroundColor": "hsla(135, 73%, 55%, 0.25)"
|
||||
},
|
||||
".prism-previewer.prism-previewer:before": {
|
||||
"borderColor": "hsl(224, 13%, 17%)"
|
||||
},
|
||||
".prism-previewer-gradient.prism-previewer-gradient div": {
|
||||
"borderColor": "hsl(224, 13%, 17%)",
|
||||
"borderRadius": "0.3em"
|
||||
},
|
||||
".prism-previewer-color.prism-previewer-color:before": {
|
||||
"borderRadius": "0.3em"
|
||||
},
|
||||
".prism-previewer-easing.prism-previewer-easing:before": {
|
||||
"borderRadius": "0.3em"
|
||||
},
|
||||
".prism-previewer.prism-previewer:after": {
|
||||
"borderTopColor": "hsl(224, 13%, 17%)"
|
||||
},
|
||||
".prism-previewer-flipped.prism-previewer-flipped.after": {
|
||||
"borderBottomColor": "hsl(224, 13%, 17%)"
|
||||
},
|
||||
".prism-previewer-angle.prism-previewer-angle:before": {
|
||||
"background": "hsl(219, 13%, 22%)"
|
||||
},
|
||||
".prism-previewer-time.prism-previewer-time:before": {
|
||||
"background": "hsl(219, 13%, 22%)"
|
||||
},
|
||||
".prism-previewer-easing.prism-previewer-easing": {
|
||||
"background": "hsl(219, 13%, 22%)"
|
||||
},
|
||||
".prism-previewer-angle.prism-previewer-angle circle": {
|
||||
"stroke": "hsl(220, 14%, 71%)",
|
||||
"strokeOpacity": "1"
|
||||
},
|
||||
".prism-previewer-time.prism-previewer-time circle": {
|
||||
"stroke": "hsl(220, 14%, 71%)",
|
||||
"strokeOpacity": "1"
|
||||
},
|
||||
".prism-previewer-easing.prism-previewer-easing circle": {
|
||||
"stroke": "hsl(220, 14%, 71%)",
|
||||
"fill": "transparent"
|
||||
},
|
||||
".prism-previewer-easing.prism-previewer-easing path": {
|
||||
"stroke": "hsl(220, 14%, 71%)"
|
||||
},
|
||||
".prism-previewer-easing.prism-previewer-easing line": {
|
||||
"stroke": "hsl(220, 14%, 71%)"
|
||||
}
|
||||
};
|
||||
155
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vs-dark.js
generated
vendored
Normal file
155
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vs-dark.js
generated
vendored
Normal file
@@ -0,0 +1,155 @@
|
||||
// @flow
|
||||
// Converted automatically using ./tools/themeFromVsCode
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"color": "#c5c8c6",
|
||||
"textShadow": "0 1px rgba(0, 0, 0, 0.3)",
|
||||
"fontFamily": "Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"color": "#c5c8c6",
|
||||
"textShadow": "0 1px rgba(0, 0, 0, 0.3)",
|
||||
"fontFamily": "Inconsolata, Monaco, Consolas, 'Courier New', Courier, monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"padding": "1em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto",
|
||||
"borderRadius": "0.3em",
|
||||
"background": "#1e1e1e"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"background": "#1e1e1e",
|
||||
"padding": ".1em",
|
||||
"borderRadius": ".3em"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#6a9955"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#6a9955"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "#6a9955"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#6a9955"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
".namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"property": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"class-name": {
|
||||
"color": "#FFFFB6",
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#99CC99"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#99CC99"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "#f92672"
|
||||
},
|
||||
"deleted": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"number": {
|
||||
"color": "#FF73FD"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#A8FF60"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "@"
|
||||
},
|
||||
"string": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"char": {
|
||||
"color": "#A8FF60"
|
||||
},
|
||||
"builtin": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"inserted": {
|
||||
"color": "#A8FF60"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#C6C5FE"
|
||||
},
|
||||
"operator": {
|
||||
"color": "##ce9178"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#FFFFB6",
|
||||
"cursor": "help"
|
||||
},
|
||||
"url": {
|
||||
"color": "#96CBFE"
|
||||
},
|
||||
".language-css .token.string": {
|
||||
"color": "#99CC99"
|
||||
},
|
||||
".style .token.string": {
|
||||
"color": "#99CC99"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#F9EE98"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#F9EE98"
|
||||
},
|
||||
"function": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#E9C062"
|
||||
},
|
||||
"important": {
|
||||
"color": "#fd971f",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
};
|
||||
282
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vsc-dark-plus.js
generated
vendored
Normal file
282
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/vsc-dark-plus.js
generated
vendored
Normal file
@@ -0,0 +1,282 @@
|
||||
export default {
|
||||
"pre[class*=\"language-\"]": {
|
||||
"color": "#d4d4d4",
|
||||
"fontSize": "13px",
|
||||
"textShadow": "none",
|
||||
"fontFamily": "Menlo, Monaco, Consolas, \"Andale Mono\", \"Ubuntu Mono\", \"Courier New\", monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"padding": "1em",
|
||||
"margin": ".5em 0",
|
||||
"overflow": "auto",
|
||||
"background": "#1e1e1e"
|
||||
},
|
||||
"code[class*=\"language-\"]": {
|
||||
"color": "#d4d4d4",
|
||||
"fontSize": "13px",
|
||||
"textShadow": "none",
|
||||
"fontFamily": "Menlo, Monaco, Consolas, \"Andale Mono\", \"Ubuntu Mono\", \"Courier New\", monospace",
|
||||
"direction": "ltr",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"lineHeight": "1.5",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#264F78"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#264F78"
|
||||
},
|
||||
"pre[class*=\"language-\"] *::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#264F78"
|
||||
},
|
||||
"code[class*=\"language-\"] *::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "#264F78"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"padding": ".1em .3em",
|
||||
"borderRadius": ".3em",
|
||||
"color": "#db4c69",
|
||||
"background": "#1e1e1e"
|
||||
},
|
||||
".namespace": {
|
||||
"Opacity": ".7"
|
||||
},
|
||||
"doctype.doctype-tag": {
|
||||
"color": "#569CD6"
|
||||
},
|
||||
"doctype.name": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"comment": {
|
||||
"color": "#6a9955"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "#6a9955"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "#d4d4d4"
|
||||
},
|
||||
".language-html .language-css .token.punctuation": {
|
||||
"color": "#d4d4d4"
|
||||
},
|
||||
".language-html .language-javascript .token.punctuation": {
|
||||
"color": "#d4d4d4"
|
||||
},
|
||||
"property": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"tag": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"number": {
|
||||
"color": "#b5cea8"
|
||||
},
|
||||
"constant": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "#b5cea8"
|
||||
},
|
||||
"inserted": {
|
||||
"color": "#b5cea8"
|
||||
},
|
||||
"unit": {
|
||||
"color": "#b5cea8"
|
||||
},
|
||||
"selector": {
|
||||
"color": "#d7ba7d"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"string": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"char": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"builtin": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"deleted": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
".language-css .token.string.url": {
|
||||
"textDecoration": "underline"
|
||||
},
|
||||
"operator": {
|
||||
"color": "#d4d4d4"
|
||||
},
|
||||
"entity": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"operator.arrow": {
|
||||
"color": "#569CD6"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"atrule.rule": {
|
||||
"color": "#c586c0"
|
||||
},
|
||||
"atrule.url": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"atrule.url.function": {
|
||||
"color": "#dcdcaa"
|
||||
},
|
||||
"atrule.url.punctuation": {
|
||||
"color": "#d4d4d4"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "#569CD6"
|
||||
},
|
||||
"keyword.module": {
|
||||
"color": "#c586c0"
|
||||
},
|
||||
"keyword.control-flow": {
|
||||
"color": "#c586c0"
|
||||
},
|
||||
"function": {
|
||||
"color": "#dcdcaa"
|
||||
},
|
||||
"function.maybe-class-name": {
|
||||
"color": "#dcdcaa"
|
||||
},
|
||||
"regex": {
|
||||
"color": "#d16969"
|
||||
},
|
||||
"important": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"class-name": {
|
||||
"color": "#4ec9b0"
|
||||
},
|
||||
"maybe-class-name": {
|
||||
"color": "#4ec9b0"
|
||||
},
|
||||
"console": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"parameter": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"interpolation": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"punctuation.interpolation-punctuation": {
|
||||
"color": "#569cd6"
|
||||
},
|
||||
"variable": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"imports.maybe-class-name": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"exports.maybe-class-name": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"escape": {
|
||||
"color": "#d7ba7d"
|
||||
},
|
||||
"tag.punctuation": {
|
||||
"color": "#808080"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "#808080"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"attr-value.punctuation": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"attr-value.punctuation.attr-equals": {
|
||||
"color": "#d4d4d4"
|
||||
},
|
||||
"namespace": {
|
||||
"color": "#4ec9b0"
|
||||
},
|
||||
"pre[class*=\"language-javascript\"]": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"code[class*=\"language-javascript\"]": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"pre[class*=\"language-jsx\"]": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"code[class*=\"language-jsx\"]": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"pre[class*=\"language-typescript\"]": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"code[class*=\"language-typescript\"]": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"pre[class*=\"language-tsx\"]": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"code[class*=\"language-tsx\"]": {
|
||||
"color": "#9cdcfe"
|
||||
},
|
||||
"pre[class*=\"language-css\"]": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"code[class*=\"language-css\"]": {
|
||||
"color": "#ce9178"
|
||||
},
|
||||
"pre[class*=\"language-html\"]": {
|
||||
"color": "#d4d4d4"
|
||||
},
|
||||
"code[class*=\"language-html\"]": {
|
||||
"color": "#d4d4d4"
|
||||
},
|
||||
".language-regex .token.anchor": {
|
||||
"color": "#dcdcaa"
|
||||
},
|
||||
".language-html .token.punctuation": {
|
||||
"color": "#808080"
|
||||
},
|
||||
"pre[class*=\"language-\"] > code[class*=\"language-\"]": {
|
||||
"position": "relative",
|
||||
"zIndex": "1"
|
||||
},
|
||||
".line-highlight.line-highlight": {
|
||||
"background": "#f7ebc6",
|
||||
"boxShadow": "inset 5px 0 0 #f7d87c",
|
||||
"zIndex": "0"
|
||||
}
|
||||
};
|
||||
196
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/z-touch.js
generated
vendored
Normal file
196
frontend/node_modules/react-syntax-highlighter/dist/esm/styles/prism/z-touch.js
generated
vendored
Normal file
@@ -0,0 +1,196 @@
|
||||
export default {
|
||||
"code[class*=\"language-\"]": {
|
||||
"color": "#22da17",
|
||||
"fontFamily": "monospace",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"wordWrap": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"lineHeight": "25px",
|
||||
"fontSize": "18px",
|
||||
"margin": "5px 0"
|
||||
},
|
||||
"pre[class*=\"language-\"]": {
|
||||
"color": "white",
|
||||
"fontFamily": "monospace",
|
||||
"textAlign": "left",
|
||||
"whiteSpace": "pre",
|
||||
"wordSpacing": "normal",
|
||||
"wordBreak": "normal",
|
||||
"wordWrap": "normal",
|
||||
"MozTabSize": "4",
|
||||
"OTabSize": "4",
|
||||
"tabSize": "4",
|
||||
"WebkitHyphens": "none",
|
||||
"MozHyphens": "none",
|
||||
"msHyphens": "none",
|
||||
"hyphens": "none",
|
||||
"lineHeight": "25px",
|
||||
"fontSize": "18px",
|
||||
"margin": "0.5em 0",
|
||||
"background": "#0a143c",
|
||||
"padding": "1em",
|
||||
"overflow": "auto"
|
||||
},
|
||||
"pre[class*=\"language-\"] *": {
|
||||
"fontFamily": "monospace"
|
||||
},
|
||||
":not(pre) > code[class*=\"language-\"]": {
|
||||
"color": "white",
|
||||
"background": "#0a143c",
|
||||
"padding": "0.1em",
|
||||
"borderRadius": "0.3em",
|
||||
"whiteSpace": "normal"
|
||||
},
|
||||
"pre[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "rgba(29, 59, 83, 0.99)"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "rgba(29, 59, 83, 0.99)"
|
||||
},
|
||||
"code[class*=\"language-\"]::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "rgba(29, 59, 83, 0.99)"
|
||||
},
|
||||
"code[class*=\"language-\"] ::-moz-selection": {
|
||||
"textShadow": "none",
|
||||
"background": "rgba(29, 59, 83, 0.99)"
|
||||
},
|
||||
"pre[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "rgba(29, 59, 83, 0.99)"
|
||||
},
|
||||
"pre[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "rgba(29, 59, 83, 0.99)"
|
||||
},
|
||||
"code[class*=\"language-\"]::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "rgba(29, 59, 83, 0.99)"
|
||||
},
|
||||
"code[class*=\"language-\"] ::selection": {
|
||||
"textShadow": "none",
|
||||
"background": "rgba(29, 59, 83, 0.99)"
|
||||
},
|
||||
"comment": {
|
||||
"color": "rgb(99, 119, 119)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"prolog": {
|
||||
"color": "rgb(99, 119, 119)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"cdata": {
|
||||
"color": "rgb(99, 119, 119)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"punctuation": {
|
||||
"color": "rgb(199, 146, 234)"
|
||||
},
|
||||
".namespace": {
|
||||
"color": "rgb(178, 204, 214)"
|
||||
},
|
||||
"deleted": {
|
||||
"color": "rgba(239, 83, 80, 0.56)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"symbol": {
|
||||
"color": "rgb(128, 203, 196)"
|
||||
},
|
||||
"property": {
|
||||
"color": "rgb(128, 203, 196)"
|
||||
},
|
||||
"tag": {
|
||||
"color": "rgb(127, 219, 202)"
|
||||
},
|
||||
"operator": {
|
||||
"color": "rgb(127, 219, 202)"
|
||||
},
|
||||
"keyword": {
|
||||
"color": "rgb(127, 219, 202)"
|
||||
},
|
||||
"boolean": {
|
||||
"color": "rgb(255, 88, 116)"
|
||||
},
|
||||
"number": {
|
||||
"color": "rgb(247, 140, 108)"
|
||||
},
|
||||
"constant": {
|
||||
"color": "rgb(34 183 199)"
|
||||
},
|
||||
"function": {
|
||||
"color": "rgb(34 183 199)"
|
||||
},
|
||||
"builtin": {
|
||||
"color": "rgb(34 183 199)"
|
||||
},
|
||||
"char": {
|
||||
"color": "rgb(34 183 199)"
|
||||
},
|
||||
"selector": {
|
||||
"color": "rgb(199, 146, 234)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"doctype": {
|
||||
"color": "rgb(199, 146, 234)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"attr-name": {
|
||||
"color": "rgb(173, 219, 103)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"inserted": {
|
||||
"color": "rgb(173, 219, 103)",
|
||||
"fontStyle": "italic"
|
||||
},
|
||||
"string": {
|
||||
"color": "rgb(173, 219, 103)"
|
||||
},
|
||||
"url": {
|
||||
"color": "rgb(173, 219, 103)"
|
||||
},
|
||||
"entity": {
|
||||
"color": "rgb(173, 219, 103)"
|
||||
},
|
||||
".language-css .token.string": {
|
||||
"color": "rgb(173, 219, 103)"
|
||||
},
|
||||
".style .token.string": {
|
||||
"color": "rgb(173, 219, 103)"
|
||||
},
|
||||
"class-name": {
|
||||
"color": "rgb(255, 203, 139)"
|
||||
},
|
||||
"atrule": {
|
||||
"color": "rgb(255, 203, 139)"
|
||||
},
|
||||
"attr-value": {
|
||||
"color": "rgb(255, 203, 139)"
|
||||
},
|
||||
"regex": {
|
||||
"color": "rgb(214, 222, 235)"
|
||||
},
|
||||
"important": {
|
||||
"color": "rgb(214, 222, 235)",
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"variable": {
|
||||
"color": "rgb(214, 222, 235)"
|
||||
},
|
||||
"bold": {
|
||||
"fontWeight": "bold"
|
||||
},
|
||||
"italic": {
|
||||
"fontStyle": "italic"
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user