summaryrefslogtreecommitdiffstats
path: root/static/base/highlight/styles/ir-black.css
diff options
context:
space:
mode:
authorAndreas Widen <andreas@harmonicflow.org>2023-11-25 17:21:37 +0100
committerAndreas Widen <andreas@harmonicflow.org>2023-11-25 17:21:37 +0100
commit1b2b7c3eb939724696894f31ff27db97b0cac84c (patch)
treeefb7b7746a628efb7bb99b2e44c9c2fbfd75b656 /static/base/highlight/styles/ir-black.css
downloadhf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.tar.xz
hf-web-1b2b7c3eb939724696894f31ff27db97b0cac84c.zip
Initial commit.
Signed-off-by: Andreas Widen <andreas@harmonicflow.org>
Diffstat (limited to 'static/base/highlight/styles/ir-black.css')
-rw-r--r--static/base/highlight/styles/ir-black.css66
1 files changed, 66 insertions, 0 deletions
diff --git a/static/base/highlight/styles/ir-black.css b/static/base/highlight/styles/ir-black.css
new file mode 100644
index 0000000..3557853
--- /dev/null
+++ b/static/base/highlight/styles/ir-black.css
@@ -0,0 +1,66 @@
+pre code.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 1em
+}
+code.hljs {
+ padding: 3px 5px
+}
+/*
+ IR_Black style (c) Vasily Mikhailitchenko <vaskas@programica.ru>
+*/
+.hljs {
+ background: #000;
+ color: #f8f8f8
+}
+.hljs-comment,
+.hljs-quote,
+.hljs-meta {
+ color: #7c7c7c
+}
+.hljs-keyword,
+.hljs-selector-tag,
+.hljs-tag,
+.hljs-name {
+ color: #96cbfe
+}
+.hljs-attribute,
+.hljs-selector-id {
+ color: #ffffb6
+}
+.hljs-string,
+.hljs-selector-attr,
+.hljs-selector-pseudo,
+.hljs-addition {
+ color: #a8ff60
+}
+.hljs-subst {
+ color: #daefa3
+}
+.hljs-regexp,
+.hljs-link {
+ color: #e9c062
+}
+.hljs-title,
+.hljs-section,
+.hljs-type,
+.hljs-doctag {
+ color: #ffffb6
+}
+.hljs-symbol,
+.hljs-bullet,
+.hljs-variable,
+.hljs-template-variable,
+.hljs-literal {
+ color: #c6c5fe
+}
+.hljs-number,
+.hljs-deletion {
+ color: #ff73fd
+}
+.hljs-emphasis {
+ font-style: italic
+}
+.hljs-strong {
+ font-weight: bold
+} \ No newline at end of file