diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-06-13 11:21:37 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-06-13 11:21:37 -0700 |
| commit | a26df4cd2fdad7451d4ec99f8a339b9e107a4728 (patch) | |
| tree | b5e20d727de79342363a60aa56211609142a09a9 /gitweb/gitweb.css | |
| parent | Merge branch 'js/maint-windows' (diff) | |
| parent | gitweb: Refactor syntax highlighting support (diff) | |
| download | git-a26df4cd2fdad7451d4ec99f8a339b9e107a4728.tar.gz git-a26df4cd2fdad7451d4ec99f8a339b9e107a4728.zip | |
Merge branch 'jn/gitweb-syntax-highlight'
* jn/gitweb-syntax-highlight:
gitweb: Refactor syntax highlighting support
gitweb: Syntax highlighting support
Diffstat (limited to 'gitweb/gitweb.css')
| -rw-r--r-- | gitweb/gitweb.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index 50067f2e0d..4132aabcdb 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -572,3 +572,21 @@ span.match { div.binary { font-style: italic; } + +/* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */ + +/* Highlighting theme definition: */ + +.num { color:#2928ff; } +.esc { color:#ff00ff; } +.str { color:#ff0000; } +.dstr { color:#818100; } +.slc { color:#838183; font-style:italic; } +.com { color:#838183; font-style:italic; } +.dir { color:#008200; } +.sym { color:#000000; } +.line { color:#555555; } +.kwa { color:#000000; font-weight:bold; } +.kwb { color:#830000; } +.kwc { color:#000000; font-weight:bold; } +.kwd { color:#010181; } |
