From dfdb70ca28be64f2899932cbd360532f1f520d2f Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 24 Sep 2023 23:36:38 +0200 Subject: Add client-side syntax highlighting. Temporary until I can hook up guile-syntax-highlighting for static highlighting. --- static/css/hlstyles/an-old-hope.min.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 static/css/hlstyles/an-old-hope.min.css (limited to 'static/css/hlstyles/an-old-hope.min.css') diff --git a/static/css/hlstyles/an-old-hope.min.css b/static/css/hlstyles/an-old-hope.min.css new file mode 100644 index 0000000..ffc7f8c --- /dev/null +++ b/static/css/hlstyles/an-old-hope.min.css @@ -0,0 +1,9 @@ +pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}/*! + Theme: An Old Hope – Star Wars Syntax + Author: (c) Gustavo Costa + Maintainer: @gusbemacbe + + Original theme - Ocean Dark Theme – by https://github.com/gavsiu + Based on Jesse Leite's Atom syntax theme 'An Old Hope' + https://github.com/JesseLeite/an-old-hope-syntax-atom +*/.hljs{background:#1c1d21;color:#c0c5ce}.hljs-comment,.hljs-quote{color:#b6b18b}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#eb3c54}.hljs-built_in,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#e7ce56}.hljs-attribute{color:#ee7c2b}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#4fb4d7}.hljs-section,.hljs-title{color:#78bb65}.hljs-keyword,.hljs-selector-tag{color:#b45ea4}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700} \ No newline at end of file -- cgit v1.2.3