summaryrefslogtreecommitdiff
path: root/extension/react-app/src/highlight
diff options
context:
space:
mode:
Diffstat (limited to 'extension/react-app/src/highlight')
-rw-r--r--extension/react-app/src/highlight/dark.min.css53
1 files changed, 53 insertions, 0 deletions
diff --git a/extension/react-app/src/highlight/dark.min.css b/extension/react-app/src/highlight/dark.min.css
new file mode 100644
index 00000000..9268d7c9
--- /dev/null
+++ b/extension/react-app/src/highlight/dark.min.css
@@ -0,0 +1,53 @@
+pre code.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 1em;
+}
+code.hljs {
+ padding: 3px 5px;
+}
+.hljs {
+ color: #ddd;
+ background: #252526;
+}
+.hljs-keyword,
+.hljs-link,
+.hljs-literal,
+.hljs-section,
+.hljs-selector-tag {
+ color: #fff;
+}
+.hljs-addition,
+.hljs-attribute,
+.hljs-built_in,
+.hljs-bullet,
+.hljs-name,
+.hljs-string,
+.hljs-symbol,
+.hljs-template-tag,
+.hljs-template-variable,
+.hljs-title,
+.hljs-type,
+.hljs-variable {
+ color: #d88;
+}
+.hljs-comment,
+.hljs-deletion,
+.hljs-meta,
+.hljs-quote {
+ color: #979797;
+}
+.hljs-doctag,
+.hljs-keyword,
+.hljs-literal,
+.hljs-name,
+.hljs-section,
+.hljs-selector-tag,
+.hljs-strong,
+.hljs-title,
+.hljs-type {
+ font-weight: 700;
+}
+.hljs-emphasis {
+ font-style: italic;
+}