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 types... feel free to edit to suit your poly family's needs
|
||||||
relationship_colors = {
|
relationship_colors = {
|
||||||
'v': 'blue',
|
's': 'blue',
|
||||||
'ds': 'red'
|
'd': 'red'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user