visual.conf 400 B

123456789101112131415
  1. # -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; coding: utf-8; -*-
  2. # vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
  3. [labels]
  4. # No label defs; display all types (NP, VP, PP) as they in the data.
  5. [drawing]
  6. SPAN_DEFAULT fgColor:black, bgColor:lightgray, borderColor:darken
  7. ARC_DEFAULT color:black, dashArray:-, arrowHead:triangle-5
  8. NP bgColor:#7fa2ff
  9. PP bgColor:lightblue
  10. VP bgColor:lightgreen