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