diff options
| author | chers <admin@tilde.tailb619f6.ts.net> | 2026-07-31 09:18:39 +0000 |
|---|---|---|
| committer | chers <admin@tilde.tailb619f6.ts.net> | 2026-07-31 09:18:39 +0000 |
| commit | 7023e4c7c8f158df78b5e71ddc2640290409eca1 (patch) | |
| tree | 077fb46bdb484bbbf7f9a81fd1d512f66650be10 /static/styles/syntax/colorful.css | |
Diffstat (limited to 'static/styles/syntax/colorful.css')
| -rw-r--r-- | static/styles/syntax/colorful.css | 13 |
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; } |
