summaryrefslogtreecommitdiff
path: root/static/styles/syntax/colorful.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles/syntax/colorful.css')
-rw-r--r--static/styles/syntax/colorful.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/styles/syntax/colorful.css b/static/styles/syntax/colorful.css
new file mode 100644
index 0000000..217f235
--- /dev/null
+++ b/static/styles/syntax/colorful.css
@@ -0,0 +1,13 @@
+/* Colorful Syntax Highlighting for Lisp (Colorize output) */
+.lisp-code-block .string { color: #d14; }
+.lisp-code-block .comment { color: #998; font-style: italic; }
+.lisp-code-block .symbol { color: #008080; }
+.lisp-code-block .keyword { color: #000080; font-weight: bold; }
+.lisp-code-block .character { color: #099; }
+.lisp-code-block .special { color: #0086B3; }
+.lisp-code-block .paren1 { color: #aa0000; }
+.lisp-code-block .paren2 { color: #00aa00; }
+.lisp-code-block .paren3 { color: #0000aa; }
+.lisp-code-block .paren4 { color: #aaaa00; }
+.lisp-code-block .paren5 { color: #00aaaa; }
+.lisp-code-block .paren6 { color: #aa00aa; }