summaryrefslogtreecommitdiff
path: root/doc/syntaxhighlight.css
diff options
context:
space:
mode:
Diffstat (limited to 'doc/syntaxhighlight.css')
-rw-r--r--doc/syntaxhighlight.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/doc/syntaxhighlight.css b/doc/syntaxhighlight.css
new file mode 100644
index 000000000..8529ebb5f
--- /dev/null
+++ b/doc/syntaxhighlight.css
@@ -0,0 +1,54 @@
+
+.substitution, .compcall {
+ color: #DF2020;
+}
+
+
+.controlline {
+ color: #10109E;
+}
+
+.doctag_text, .python_comment, .doctag {
+ color: #109010;
+}
+
+.argstag_text {
+ color: #10109E;
+}
+
+.blocktag, .python_keyword, .deftag, .argstag {
+ #color: #1010FF;
+ color: #0908CE;
+}
+
+.blocktag_text {
+ color: #10109E;
+}
+
+.python_literal, .python_number {
+ color: #804049;
+}
+
+.text {
+ color: #807079;
+}
+
+.python_operator {
+ color: #EF0005;
+}
+
+.python_enclosure {
+ color: #0000FF;
+}
+
+.compname {
+ color: #272767;
+}
+
+.python_name, name {
+ color: #070707;
+}
+
+
+
+