Start of theming of achievements

+ default text/SGR styles can now be set for quick customization of colors
This commit is contained in:
Bryan Ashby 2019-01-05 16:55:37 -07:00
parent 3cc905ea84
commit f56a72e0c3
3 changed files with 61 additions and 28 deletions

View file

@ -980,5 +980,28 @@
}
}
}
achievements: {
defaults: {
titleSGR: "|11"
textSGR: "|00|03"
globalTextSGR: "|03"
boardName: "|10"
userName: "|11"
achievedValue: "|15"
}
overrides: {
user_login_count: {
match: {
2: {
//
// You may override title, text, and globalText here
//
}
}
}
}
}
}
}