Change default relationship categories to use 'd' and 's' for 'developing' and 'stable' relationships.
This commit is contained in:
parent
91ad21eff1
commit
6ba1b97f97
|
@ -22,8 +22,8 @@ gender_colors = {
|
|||
|
||||
# Relationship types... feel free to edit to suit your poly family's needs
|
||||
relationship_colors = {
|
||||
'v': 'blue',
|
||||
'ds': 'red'
|
||||
's': 'blue',
|
||||
'd': 'red'
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user