visual.conf 673 B

1234567891011121314151617181920212223242526272829303132333435
  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. ### Entity labels
  5. Protein | Protein | Pro | Pr | P
  6. Entity | Entity | Ent | En | E
  7. ### Relation labels
  8. Equiv | Equiv | Eq
  9. Protein-Component | Protein-Component | Component | Comp
  10. Subunit-Complex | Subunit-Complex | Complex | Cmplx
  11. [drawing]
  12. ### Defaults
  13. SPAN_DEFAULT fgColor:black, bgColor:lightgreen, borderColor:darken
  14. ARC_DEFAULT color:black, dashArray:-, arrowHead:triangle-5
  15. Equiv dashArray:3-3, arrowHead:none
  16. ### Entity drawing
  17. Protein bgColor:#7fa2ff
  18. Entity bgColor:#b4c8ff
  19. ### Arc drawing
  20. Protein-Component color:#000077