From 6acf4ab874c58ee14f35da671029e56972745ce6 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 25 Apr 2025 12:09:21 +0200 Subject: feat(treewide): Migrate to zola --- src/static/hl-dark.css | 72 ++++++++++++++++++++++++++++++++++ src/static/hl-light.css | 60 ++++++++++++++++++++++++++++ src/static/icon/git-black.svg | 1 + src/static/icon/git-white.svg | 10 +++++ src/static/icon/matrix-white.svg | 9 +++++ src/static/icon/signal-black.svg | 1 + src/static/icon/signal-ultramarine.svg | 1 + src/static/icon/signal-white.svg | 1 + 8 files changed, 155 insertions(+) create mode 100644 src/static/hl-dark.css create mode 100644 src/static/hl-light.css create mode 100644 src/static/icon/git-black.svg create mode 100644 src/static/icon/git-white.svg create mode 100644 src/static/icon/matrix-white.svg create mode 100644 src/static/icon/signal-black.svg create mode 100644 src/static/icon/signal-ultramarine.svg create mode 100644 src/static/icon/signal-white.svg (limited to 'src/static') diff --git a/src/static/hl-dark.css b/src/static/hl-dark.css new file mode 100644 index 0000000..da26983 --- /dev/null +++ b/src/static/hl-dark.css @@ -0,0 +1,72 @@ +/* + * theme "Tomorrow Night" generated by syntect + */ + +.z-code { + color: #c5c8c6; +} + +.z-comment, .z-string.z-quoted.z-double.z-block.z-python { + color: #999999; +} +.z-keyword.z-operator.z-class, .z-constant.z-other, .z-source.z-php.z-embedded.z-line { + color: #ced1cf; +} +.z-variable, .z-support.z-other.z-variable, .z-string.z-other.z-link, .z-string.z-regexp, .z-entity.z-name.z-tag, .z-entity.z-other.z-attribute-name, .z-meta.z-tag, .z-declaration.z-tag { + color: #a67878; +} +.z-constant.z-numeric, .z-constant.z-language, .z-support.z-constant, .z-constant.z-character, .z-variable.z-parameter, .z-punctuation.z-section.z-embedded, .z-keyword.z-other.z-unit { + color: #e08355; +} +.z-type, .z-entity.z-name.z-class, .z-entity.z-name.z-type.z-class, .z-support.z-type, .z-support.z-class { + color: #83aaa5; +} +.z-string, .z-constant.z-other.z-symbol, .z-entity.z-other.z-inherited-class, .z-markup.z-heading { + color: #85ad74; +} +.z-keyword.z-operator, .z-constant.z-other.z-color { + color: #83aaa5; +} +.z-entity.z-name.z-function, .z-meta.z-function-call, .z-support.z-function, .z-keyword.z-other.z-special-method, .z-meta.z-block-level { + color: #81a2be; +} +.z-keyword, .z-storage, .z-storage.z-type, .z-entity.z-name.z-tag.z-css { + color: #b294bb; +} +.z-invalid { + color: #ced2cf; + background-color: #df5f5f; +} +.z-meta.z-separator { + color: #ced2cf; + background-color: #82a3bf; +} +.z-invalid.z-deprecated { + color: #ced2cf; + background-color: #b798bf; +} +.z-markup.z-inserted.z-diff, .z-markup.z-deleted.z-diff, .z-meta.z-diff.z-header.z-to-file, .z-meta.z-diff.z-header.z-from-file { + color: #ffffff; +} +.z-markup.z-inserted.z-diff, .z-meta.z-diff.z-header.z-to-file { + color: #4baf5c; +} +.z-markup.z-deleted.z-diff, .z-meta.z-diff.z-header.z-from-file { + color: #d46565; +} +.z-meta.z-diff.z-header.z-from-file, .z-meta.z-diff.z-header.z-to-file { + color: #4271ae; +} +.z-meta.z-diff.z-range { + color: #3e999f; +font-style: italic; +} +.z-markup.z-deleted { + color: #f92672; +} +.z-markup.z-inserted { + color: #a6e22e; +} +.z-markup.z-changed { + color: #967efb; +} diff --git a/src/static/hl-light.css b/src/static/hl-light.css new file mode 100644 index 0000000..acb83c5 --- /dev/null +++ b/src/static/hl-light.css @@ -0,0 +1,60 @@ +/* + * theme "Tomorrow" generated by syntect + */ + +.z-code { + color: #4d4d4c; +} + +.z-comment, .z-string.z-quoted.z-double.z-block.z-python { + color: #999999; +} +.z-keyword.z-operator.z-class, .z-constant.z-other, .z-source.z-php.z-embedded.z-line { + color: #666969; +} +.z-variable, .z-support.z-other.z-variable, .z-string.z-other.z-link, .z-string.z-regexp, .z-entity.z-name.z-tag, .z-entity.z-other.z-attribute-name, .z-meta.z-tag, .z-declaration.z-tag { + color: #a67878; +} +.z-constant.z-numeric, .z-constant.z-language, .z-support.z-constant, .z-constant.z-character, .z-variable.z-parameter, .z-punctuation.z-section.z-embedded, .z-keyword.z-other.z-unit { + color: #e08355; +} +.z-type, .z-entity.z-name.z-class, .z-entity.z-name.z-type.z-class, .z-support.z-type, .z-support.z-class { + color: #568a8f; +} +.z-string, .z-constant.z-other.z-symbol, .z-entity.z-other.z-inherited-class, .z-markup.z-heading { + color: #85ad74; +} +.z-keyword.z-operator, .z-constant.z-other.z-color { + color: #568a8f; +} +.z-entity.z-name.z-function, .z-meta.z-function-call, .z-support.z-function, .z-keyword.z-other.z-special-method, .z-meta.z-block-level { + color: #4271ae; +} +.z-keyword, .z-storage, .z-storage.z-type { + color: #8959a8; +} +.z-invalid { + color: #ffffff; + background-color: #df5f5f; +} +.z-meta.z-separator { + color: #ffffff; + background-color: #4271ae; +} +.z-invalid.z-deprecated { + color: #ffffff; + background-color: #8959a8; +} +.z-markup.z-inserted.z-diff, .z-meta.z-diff.z-header.z-to-file { + color: #229545; +} +.z-markup.z-deleted.z-diff, .z-meta.z-diff.z-header.z-from-file { + color: #c82829; +} +.z-meta.z-diff.z-header.z-from-file, .z-meta.z-diff.z-header.z-to-file { + color: #4271ae; +} +.z-meta.z-diff.z-range { + color: #3e999f; +font-style: italic; +} diff --git a/src/static/icon/git-black.svg b/src/static/icon/git-black.svg new file mode 100644 index 0000000..a4704b9 --- /dev/null +++ b/src/static/icon/git-black.svg @@ -0,0 +1 @@ + diff --git a/src/static/icon/git-white.svg b/src/static/icon/git-white.svg new file mode 100644 index 0000000..6ada92c --- /dev/null +++ b/src/static/icon/git-white.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/static/icon/matrix-white.svg b/src/static/icon/matrix-white.svg new file mode 100644 index 0000000..0d3cf54 --- /dev/null +++ b/src/static/icon/matrix-white.svg @@ -0,0 +1,9 @@ + + + Matrix (protocol) logo + + + + + + diff --git a/src/static/icon/signal-black.svg b/src/static/icon/signal-black.svg new file mode 100644 index 0000000..8f0fbd7 --- /dev/null +++ b/src/static/icon/signal-black.svg @@ -0,0 +1 @@ + diff --git a/src/static/icon/signal-ultramarine.svg b/src/static/icon/signal-ultramarine.svg new file mode 100644 index 0000000..87f7a77 --- /dev/null +++ b/src/static/icon/signal-ultramarine.svg @@ -0,0 +1 @@ + diff --git a/src/static/icon/signal-white.svg b/src/static/icon/signal-white.svg new file mode 100644 index 0000000..e869680 --- /dev/null +++ b/src/static/icon/signal-white.svg @@ -0,0 +1 @@ + -- cgit 1.4.1