aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.css
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.css')
-rw-r--r--cgit.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/cgit.css b/cgit.css
index 1ebef55..008cff8 100644
--- a/cgit.css
+++ b/cgit.css
@@ -761,3 +761,17 @@ table.ssdiff td.space {
761table.ssdiff td.space div { 761table.ssdiff td.space div {
762 min-height: 3em; 762 min-height: 3em;
763} 763}
764
765/* Syntax highlighting */
766table.blob .num { color:#2928ff; }
767table.blob .esc { color:#ff00ff; }
768table.blob .str { color:#ff0000; }
769table.blob .dstr { color:#818100; }
770table.blob .slc { color:#838183; font-style:italic; }
771table.blob .com { color:#838183; font-style:italic; }
772table.blob .dir { color:#008200; }
773table.blob .sym { color:#000000; }
774table.blob .kwa { color:#000000; font-weight:bold; }
775table.blob .kwb { color:#830000; }
776table.blob .kwc { color:#000000; font-weight:bold; }
777table.blob .kwd { color:#010181; }