aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/add-highlighting-rules-to-cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/add-highlighting-rules-to-cgit.css')
-rw-r--r--debian/patches/add-highlighting-rules-to-cgit.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/patches/add-highlighting-rules-to-cgit.css b/debian/patches/add-highlighting-rules-to-cgit.css
new file mode 100644
index 0000000..087e035
--- /dev/null
+++ b/debian/patches/add-highlighting-rules-to-cgit.css
@@ -0,0 +1,31 @@
+From: =?UTF-8?q?Stefan=20B=C3=BChler?= <stbuehler@web.de>
+Date: Wed, 29 May 2013 11:23:53 +0200
+Subject: add highlighting rules to cgit.css
+
+---
+ cgit.css | 17 +++++++++++++++++
+ 1 file changed, 17 insertions(+)
+
+--- a/cgit.css
++++ b/cgit.css
+@@ -809,3 +809,20 @@
+ div#cgit table.ssdiff td.space div {
+ min-height: 3em;
+ }
++
++/* Style definition file generated by highlight 3.9, http://www.andre-simon.de/ */
++/* Highlighting theme: Kwrite Editor */
++/* adapted for cgit */
++div#cgit table.blob .num { color:#b07e00; }
++div#cgit table.blob .esc { color:#ff00ff; }
++div#cgit table.blob .str { color:#bf0303; }
++div#cgit table.blob .pps { color:#818100; }
++div#cgit table.blob .slc { color:#838183; font-style:italic; }
++div#cgit table.blob .com { color:#838183; font-style:italic; }
++div#cgit table.blob .ppc { color:#008200; }
++div#cgit table.blob .opt { color:#000000; }
++div#cgit table.blob .lin { color:#555555; }
++div#cgit table.blob .kwa { color:#000000; font-weight:bold; }
++div#cgit table.blob .kwb { color:#0057ae; }
++div#cgit table.blob .kwc { color:#000000; font-weight:bold; }
++div#cgit table.blob .kwd { color:#010181; }