summaryrefslogtreecommitdiffstats
path: root/static/base/highlight/styles/night-owl.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/night-owl.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/night-owl.css')
-rw-r--r--static/base/highlight/styles/night-owl.css174
1 files changed, 174 insertions, 0 deletions
diff --git a/static/base/highlight/styles/night-owl.css b/static/base/highlight/styles/night-owl.css
new file mode 100644
index 0000000..3cad0eb
--- /dev/null
+++ b/static/base/highlight/styles/night-owl.css
@@ -0,0 +1,174 @@
+pre code.hljs {
+ display: block;
+ overflow-x: auto;
+ padding: 1em
+}
+code.hljs {
+ padding: 3px 5px
+}
+/*
+
+Night Owl for highlight.js (c) Carl Baxter <carl@cbax.tech>
+
+An adaptation of Sarah Drasner's Night Owl VS Code Theme
+https://github.com/sdras/night-owl-vscode-theme
+
+Copyright (c) 2018 Sarah Drasner
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+*/
+.hljs {
+ background: #011627;
+ color: #d6deeb
+}
+/* General Purpose */
+.hljs-keyword {
+ color: #c792ea;
+ font-style: italic
+}
+.hljs-built_in {
+ color: #addb67;
+ font-style: italic
+}
+.hljs-type {
+ color: #82aaff
+}
+.hljs-literal {
+ color: #ff5874
+}
+.hljs-number {
+ color: #F78C6C
+}
+.hljs-regexp {
+ color: #5ca7e4
+}
+.hljs-string {
+ color: #ecc48d
+}
+.hljs-subst {
+ color: #d3423e
+}
+.hljs-symbol {
+ color: #82aaff
+}
+.hljs-class {
+ color: #ffcb8b
+}
+.hljs-function {
+ color: #82AAFF
+}
+.hljs-title {
+ color: #DCDCAA;
+ font-style: italic
+}
+.hljs-params {
+ color: #7fdbca
+}
+/* Meta */
+.hljs-comment {
+ color: #637777;
+ font-style: italic
+}
+.hljs-doctag {
+ color: #7fdbca
+}
+.hljs-meta {
+ color: #82aaff
+}
+.hljs-meta .hljs-keyword {
+ color: #82aaff
+}
+.hljs-meta .hljs-string {
+ color: #ecc48d
+}
+/* Tags, attributes, config */
+.hljs-section {
+ color: #82b1ff
+}
+.hljs-tag,
+.hljs-name {
+ color: #7fdbca
+}
+.hljs-attr {
+ color: #7fdbca
+}
+.hljs-attribute {
+ color: #80cbc4
+}
+.hljs-variable {
+ color: #addb67
+}
+/* Markup */
+.hljs-bullet {
+ color: #d9f5dd
+}
+.hljs-code {
+ color: #80CBC4
+}
+.hljs-emphasis {
+ color: #c792ea;
+ font-style: italic
+}
+.hljs-strong {
+ color: #addb67;
+ font-weight: bold
+}
+.hljs-formula {
+ color: #c792ea
+}
+.hljs-link {
+ color: #ff869a
+}
+.hljs-quote {
+ color: #697098;
+ font-style: italic
+}
+/* CSS */
+.hljs-selector-tag {
+ color: #ff6363
+}
+.hljs-selector-id {
+ color: #fad430
+}
+.hljs-selector-class {
+ color: #addb67;
+ font-style: italic
+}
+.hljs-selector-attr,
+.hljs-selector-pseudo {
+ color: #c792ea;
+ font-style: italic
+}
+/* Templates */
+.hljs-template-tag {
+ color: #c792ea
+}
+.hljs-template-variable {
+ color: #addb67
+}
+/* diff */
+.hljs-addition {
+ color: #addb67ff;
+ font-style: italic
+}
+.hljs-deletion {
+ color: #EF535090;
+ font-style: italic
+} \ No newline at end of file