Change default relationship categories to use 'd' and 's' for 'developing' and 'stable' relationships.

This commit is contained in:
Anna Rose 2012-09-09 11:44:43 -04:00
parent 91ad21eff1
commit 6ba1b97f97

View File

@ -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'
} }