aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets/css/syntax.css
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-08 22:28:09 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-08 22:28:09 +0300
commit7e9bd112a0a42e1a193f3bcf0763d4c13ed166e2 (patch)
tree53eded426bdeb4f529cc248f27c1e69684d37f4c /assets/css/syntax.css
parent_includes: move paginator.html to posts (diff)
downloadjekyll-theme-7e9bd112a0a42e1a193f3bcf0763d4c13ed166e2.tar.gz
jekyll-theme-7e9bd112a0a42e1a193f3bcf0763d4c13ed166e2.zip
syntax.css: add the reference link
Diffstat (limited to '')
-rw-r--r--assets/css/syntax.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/syntax.css b/assets/css/syntax.css
index 855ae2c..6eaa1dd 100644
--- a/assets/css/syntax.css
+++ b/assets/css/syntax.css
@@ -1,3 +1,11 @@
+/* It's the "autumn" Pygments theme. Grabbed this at [1]. You can also generate
+ * this using something like
+ *
+ * pygmentize -S default -f html -a .highlight
+ *
+ * [1]: https://github.com/richleland/pygments-css/blob/c39da1d9e5f0f67a0117af6207bc50ee875ca3b7/autumn.css
+ */
+
.highlight .hll { background-color: #ffffcc }
.highlight { background: #ffffff; }
.highlight .c { color: #aaaaaa; font-style: italic } /* Comment */