From 3c837fa578aff07663d7ea8b7dc6ea1f2ef51f43 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Wed, 19 Jun 2013 03:00:50 +0300 Subject: [PATCH 1/2] Add CSS for syntax highlighting --- cgit.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cgit.css b/cgit.css index 0ed6c60..df1d7b9 100644 --- a/cgit.css +++ b/cgit.css @@ -803,3 +803,22 @@ div#cgit table.ssdiff td.space { div#cgit table.ssdiff td.space div { min-height: 3em; } + +/* + * Style definitions generated by highlight 3.14, http://www.andre-simon.de/ + * Highlighting theme: Kwrite Editor + */ +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 .ipl { color:#0057ae; } +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; } -- 1.8.3.1