From bd1b6690c6847532e59841149b89bc7a8469f586 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 11 Nov 2023 23:52:05 +0100 Subject: Added basic syntax highlighting to wiki --- docs/code.css | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/code.css (limited to 'docs/code.css') diff --git a/docs/code.css b/docs/code.css new file mode 100644 index 0000000..76fb483 --- /dev/null +++ b/docs/code.css @@ -0,0 +1,36 @@ +.com { + color: #ff64bd; +} + +.def { + color: #13dbee; +} + +.comment { + color: #999999; +} + +.type { + color: #ffa120; +} + +.left-abs, .right-abs { + color: #6b82ff; +} + +.left-app, .right-app { + color: #ff8750; +} + +.index { + color: #ff5050; +} + +.number { + color: #b1ee13; +} + +/* lol */ +.string, .string * { + color: #bb73f0 !important; +} -- cgit v1.2.3