tMoved the vim syntax colors to a single file - monochromatic - monochromatic blog: http://blog.z3bra.org
 (HTM) git clone git://z3bra.org/monochromatic
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit e8638781d766aacb76269683f506f941136d8da2
 (DIR) parent a7c45ca00dfdb2e77095e08b1c2793abbe9f1066
 (HTM) Author: z3bra <willy@mailoo.org>
       Date:   Mon, 18 Nov 2013 15:16:59 +0100
       
       Moved the vim syntax colors to a single file
       
       Diffstat:
         A css/code.css                        |      10 ++++++++++
       
       1 file changed, 10 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/css/code.css b/css/code.css
       t@@ -0,0 +1,10 @@
       +/* Generated by macro :TOhtml in vim */
       +.Comment { color: #aaa; }
       +.Constant { color: #421; }
       +.Function { color: #333; }
       +.Special { color: #d44; }
       +.Statement { color: #b88; }
       +.PreProc { color: #421; }
       +.String { color: #755; }
       +.Type { color: #a84; }
       +