visual.conf 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. # This is a very preliminary visual configuration, especially the colours are
  2. # assigned only with minor care.
  3. #
  4. # Author: Pontus Stenetorp <pontus stenetorp se>
  5. # Version: 2011-12-04
  6. [labels]
  7. # Label definitions for display.
  8. ROOT | ROOT
  9. _plus__plus_ | ++
  10. AB | AB
  11. AJ | AJ
  12. AN | AN
  13. AV | AV
  14. BV | BV
  15. EN | EN
  16. FV | FV
  17. GV | GV
  18. HV | HV
  19. I_question_ | I?
  20. IC | IC
  21. ID | ID
  22. IG | IG
  23. IK | IK
  24. IM | IM
  25. IP | IP
  26. IQ | IQ
  27. IR | IR
  28. IS | IS
  29. IT | IT
  30. IU | IU
  31. KV | KV
  32. MN | MN
  33. MV | MV
  34. NN | NN
  35. PN | PN
  36. PO | PO
  37. PR | PR
  38. PU | PU
  39. QV | QV
  40. RO | RO
  41. SP | SP
  42. SV | SV
  43. TP | TP
  44. UK | UK
  45. VN | VN
  46. VV | VV
  47. WV | WV
  48. XX | XX
  49. YY | YY
  50. [drawing]
  51. # Other aspects of visual presentation.
  52. SPAN_DEFAULT fgColor:black, bgColor:lightgreen, borderColor:darken
  53. ARC_DEFAULT color:black, dashArray:-, arrowHead:triangle-5
  54. # These colour assignments can certainly be improved with some after-though
  55. # as it stands now they are far too arbitary and does not preserve any
  56. # semantic connection
  57. ROOT bgColor:#FF9E00
  58. _plus__plus_ bgColor:#EB3B8B
  59. AB bgColor:#D25FD2
  60. AJ bgColor:#63ADD0
  61. AN bgColor:#FFDB73
  62. AV bgColor:#EB6AA4
  63. BV bgColor:#E1FB3F
  64. EN bgColor:#FFB673
  65. FV bgColor:#FF9B40
  66. GV bgColor:#A65000
  67. HV bgColor:#BF7530
  68. I_question_ bgColor:#FF7A00
  69. IC bgColor:#FFE973
  70. ID bgColor:#FFE140
  71. IG bgColor:#A68C00
  72. IK bgColor:#BFA930
  73. IM bgColor:#FFD700
  74. IP bgColor:#FFD373
  75. IQ bgColor:#FFC340
  76. IR bgColor:#A67100
  77. IS bgColor:#BF9230
  78. IT bgColor:#FFAE00
  79. IU bgColor:#C561D3
  80. KV bgColor:#C038D3
  81. MN bgColor:#F53D65
  82. MV bgColor:#FA7080
  83. NN bgColor:#35D669
  84. PN bgColor:#FFEF73
  85. PO bgColor:#FFE940
  86. PR bgColor:#956BD6
  87. PU bgColor:#BFAF30
  88. QV bgColor:#FFE200
  89. RO bgColor:#B3F36D
  90. SP bgColor:#9BF33D
  91. SV bgColor:#4E9600
  92. TP bgColor:#6FAD2B
  93. UK bgColor:#78E700
  94. VN bgColor:#EAFC71
  95. VV bgColor:#E3FC3F
  96. WV bgColor:#8DA100
  97. XX bgColor:#A8BA2F
  98. YY bgColor:#D8F800