1234567891011121314151617181920212223242526272829303132333435 |
- # -*- Mode: Text; tab-width: 8; indent-tabs-mode: nil; coding: utf-8; -*-
- # vim:set ft=conf ts=2 sw=2 sts=2 autoindent:
- [labels]
- ### Entity labels
- Protein | Protein | Pro | Pr | P
- Entity | Entity | Ent | En | E
- ### Relation labels
- Equiv | Equiv | Eq
- Protein-Component | Protein-Component | Component | Comp
- Subunit-Complex | Subunit-Complex | Complex | Cmplx
- [drawing]
- ### Defaults
- SPAN_DEFAULT fgColor:black, bgColor:lightgreen, borderColor:darken
- ARC_DEFAULT color:black, dashArray:-, arrowHead:triangle-5
- Equiv dashArray:3-3, arrowHead:none
- ### Entity drawing
- Protein bgColor:#7fa2ff
- Entity bgColor:#b4c8ff
- ### Arc drawing
- Protein-Component color:#000077
|