--- trunk/share/web/static/css/app.css 2006/12/07 10:07:22 23 +++ trunk/share/web/static/css/app.css 2006/12/07 17:18:34 24 @@ -31,3 +31,17 @@ .action-D { color: #f44; } + +/* VimColor */ + +.syncomment { color: #0000ff } +.synconstant { color: #ff00ff } +.synidentifier { color: #008b8b } +.synstatement { color: #a52a2a ; font-weight: bold } +.synpreproc { color: #a020f0 } +.syntype { color: #2e8b57 ; font-weight: bold } +.synspecial { color: #6a5acd } +.synunderlined { color: #000000 ; text-decoration: underline } +.synerror { color: #ffffff ; background: #ff0000 none } +.syntodo { color: #0000ff ; background: #ffff00 none } +